Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken links on DocCards #310

Merged
merged 1 commit into from
Sep 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Depending of the type of the data source, the input will be different. For examp
<DocCard
title="Component Library"
description="Find out the type of the data source of a component in the component library."
href="/docs/apps/app_configuration-settings/app_component_library"
href="/docs/apps/app_configuration_settings/app_component_library"
color="orange"
/>
</div>
Expand Down Expand Up @@ -69,7 +69,7 @@ We can also use the result of a runnable as a data source.
<DocCard
title="Runnable triggers"
description="Learn how to configure the triggers of the runnable."
href="/docs/apps/app_configuration-settings/app_runnable_triggers"
href="/docs/apps/app_configuration_settings/app_runnable_triggers"
color="orange"
/>
</div>
Expand Down Expand Up @@ -110,7 +110,7 @@ Each component has a configuration section. This section contains all the config
<DocCard
title="Component Library"
description="Find out the configuration of each component in the component library."
href="/docs/apps/app_configuration-settings/app_component_library"
href="/docs/apps/app_configuration_settings/app_component_library"
color="orange"
/>
</div>
2 changes: 1 addition & 1 deletion docs/apps/4_app_configuration_settings/container.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ More details on Group of Components:
<DocCard
title="Group of Components"
description="Components can be grouped within containers."
href="/docs/apps/app_configuration-settings/components_groups"
href="/docs/apps/app_configuration_settings/components_groups"
color="orange"
/>
</div>
Expand Down
8 changes: 4 additions & 4 deletions docs/apps/4_app_configuration_settings/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@ The right panel is divided into three tabs:
<DocCard
title="Component Library"
description="Search and insert components into the app."
href="/docs/apps/app_configuration-settings/app_component_library"
href="/docs/apps/app_configuration_settings/app_component_library"
color="orange"
/>
<DocCard
title="Runnable Triggers"
description="Runnables can be triggered by components from Windmill apps."
href="/docs/apps/app_configuration-settings/app_runnable_triggers"
href="/docs/apps/app_configuration_settings/app_runnable_triggers"
color="orange"
/>
<DocCard
title="Component Configuration"
description="Configure the selected component or runnable."
href="/docs/apps/app_configuration-settings/app_component_configuration"
href="/docs/apps/app_configuration_settings/app_component_configuration"
color="orange"
/>
<DocCard
title="Group of Components"
description="Components can be grouped within containers."
href="/docs/apps/app_configuration-settings/components_groups"
href="/docs/apps/app_configuration_settings/components_groups"
color="orange"
/>
</div>