Skip to content

Commit 5b8b657

Browse files
authored
Pages for components (windmill-labs#308)
* Pages for components * Fixing build * Ilusstrations page components list
1 parent 0b3cb18 commit 5b8b657

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+2736
-1524
lines changed

blog/2023-09-05-teracapital-case-study/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Within two weeks, everything was set to go with Windmill. Although self-hosting
4545

4646
## How do we work with Windmill?
4747

48-
Today, 6 team members are directly using Windmill. Most of our Windmill's users are non-technical, but they can easily fork an app with our entire [identity in CSS](/docs/apps/app_configuration-settings/app_styling) and [use AI to write code](/docs/core_concepts/ai_generation).
48+
Today, 6 team members are directly using Windmill. Most of our Windmill's users are non-technical, but they can easily fork an app with our entire [identity in CSS](/docs/apps/app_configuration_settings/app_styling) and [use AI to write code](/docs/core_concepts/ai_generation).
4949

5050
While we initially came to Windmill for its [App Editor](/docs/apps/app_editor), we ended up using [scripts](/docs/script_editor) and [flows](/docs/flows/flow_editor) to make our apps deeper and more complex.
5151

docs/apps/0_app_editor/index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The canvas at the center of the editor is where you design and see the overall U
7676
color="orange"
7777
title="Component Library"
7878
description="Discover all the components available."
79-
href="/docs/apps/app_configuration-settings/app_component_library"
79+
href="/docs/apps/app_configuration_settings/app_component_library"
8080
/>
8181
</div>
8282

@@ -147,13 +147,13 @@ Finally, on the right panel of the editor, you can insert a new component, confi
147147
color="orange"
148148
title="Component Library"
149149
description="Discover all the components available in the library, and their configurations."
150-
href="/docs/apps/app_configuration-settings/app_component_library"
150+
href="/docs/apps/app_configuration_settings/app_component_library"
151151
/>
152152
<DocCard
153153
color="orange"
154154
title="Runnable Triggers"
155155
description="Learn how to trigger a runnable."
156-
href="/docs/apps/app_configuration-settings/app_runnable_triggers"
156+
href="/docs/apps/app_configuration_settings/app_runnable_triggers"
157157
/>
158158
</div>
159159

@@ -168,7 +168,7 @@ Styling on the app editor can be managed at the component and app-level, with pr
168168
color="orange"
169169
title="Styling"
170170
description="Learn how to edit the component styles."
171-
href="/docs/apps/app_configuration-settings/app_styling"
171+
href="/docs/apps/app_configuration_settings/app_styling"
172172
/>
173173
</div>
174174

@@ -178,7 +178,7 @@ Styling on the app editor can be managed at the component and app-level, with pr
178178
<DocCard
179179
title="Group of Components"
180180
description="Components can be grouped within containers."
181-
href="/docs/apps/app_configuration-settings/components_groups"
181+
href="/docs/apps/app_configuration_settings/components_groups"
182182
color="orange"
183183
/>
184184
<DocCard

docs/apps/1_canvas.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The header has the following elements:
2222

2323
### Component selection
2424

25-
[Components](./4_app_configuration-settings/1_app_component_library.mdx) can be selected by clicking on them. The selected component will be highlighted with a indigo border.
25+
[Components](./4_app_configuration_settings/1_app_component_library.mdx) can be selected by clicking on them. The selected component will be highlighted with a indigo border.
2626
When hovering a component, a blue border will be displayed around the component.
2727

2828
You can also select multiple components by clicking on the `Shift` key and clicking on the components you want to select.
@@ -176,18 +176,18 @@ Maintain consistency in style across multiple applications by creating styled co
176176
color="orange"
177177
title="Component Library"
178178
description="Discover all the components available in the library, and their configurations."
179-
href="/docs/apps/app_configuration-settings/app_component_library"
179+
href="/docs/apps/app_configuration_settings/app_component_library"
180180
/>
181181
<DocCard
182182
color="orange"
183183
title="Styling"
184184
description="Learn how to edit the component styles."
185-
href="/docs/apps/app_configuration-settings/app_styling"
185+
href="/docs/apps/app_configuration_settings/app_styling"
186186
/>
187187
<DocCard
188188
color="orange"
189189
title="Component Configuration"
190190
description="Learn how to configure a component."
191-
href="/docs/apps/app_configuration-settings/app_component_configuration"
191+
href="/docs/apps/app_configuration_settings/app_component_configuration"
192192
/>
193193
</div>

docs/apps/2_outputs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Each component has its own outputs. The outputs are displayed in a tree structur
3636

3737
![App outputs](../assets/apps/2_app_outputs/app-output-collapsed.png.webp)
3838

39-
For example, the [Table component](./4_app_configuration-settings/1_app_component_library.mdx#table-1) has the following outputs:
39+
For example, the [Table component](./4_app_configuration_settings/table.mdx) has the following outputs:
4040

4141
- selectedRow: the selected row as an object
4242
- loading: the loading state of the table

docs/apps/3_app-runnable-panel.mdx

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -268,20 +268,20 @@ Note that it's a bad idea to mix dynamic default value and setValue together.
268268

269269
`setValue` supports the following components:
270270

271-
- [Display](./4_app_configuration-settings/1_app_component_library.mdx#display)
272-
- [Date Input](./4_app_configuration-settings/1_app_component_library.mdx#date-input)
273-
- [Number Input](./4_app_configuration-settings/1_app_component_library.mdx#number-input)
274-
- [Currency Input](./4_app_configuration-settings/1_app_component_library.mdx#currency-input)
275-
- [Schema Form](./4_app_configuration-settings/1_app_component_library.mdx#schema-form)
276-
- [Checkbox](./4_app_configuration-settings/1_app_component_library.mdx#checkbox)
277-
- [Standalone Tab](./4_app_configuration-settings/1_app_component_library.mdx#select-tab)
278-
- [Standalone step](./4_app_configuration-settings/1_app_component_library.mdx#select-step)
279-
- [Range](./4_app_configuration-settings/1_app_component_library.mdx#range)
280-
- [Multi Select](./4_app_configuration-settings/1_app_component_library.mdx#multi-select)
281-
- [Text Input](./4_app_configuration-settings/1_app_component_library.mdx#text-input)
282-
- [Slider](./4_app_configuration-settings/1_app_component_library.mdx#slider)
283-
- [Select](./4_app_configuration-settings/1_app_component_library.mdx#select)
284-
- [Text](./4_app_configuration-settings/1_app_component_library.mdx#text)
271+
- [Display](./4_app_configuration_settings/log_display.mdx)
272+
- [Date Input](./4_app_configuration_settings/date_input.mdx)
273+
- [Number Input](./4_app_configuration_settings/number_input.mdx)
274+
- [Currency Input](./4_app_configuration_settings/currency_input.mdx)
275+
- [Form Input](./4_app_configuration_settings/form_input.mdx)
276+
- [Toggle](./4_app_configuration_settings/toggle.mdx)
277+
- [Standalone Tab](./4_app_configuration_settings/select_tab.mdx)
278+
- [Standalone step](./4_app_configuration_settings/select_step.mdx)
279+
- [Range](./4_app_configuration_settings/range.mdx)
280+
- [Multi Select](./4_app_configuration_settings/multiselect.mdx)
281+
- [Text Input](./4_app_configuration_settings/text_input.mdx)
282+
- [Slider](./4_app_configuration_settings/slider.mdx)
283+
- [Select](./4_app_configuration_settings/select.mdx)
284+
- [Text](./4_app_configuration_settings/text.mdx)
285285

286286
#### Parameters
287287

0 commit comments

Comments
 (0)