Skip to content

Commit

Permalink
Merge main into sweep/add-sweep-config
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Sep 18, 2023
2 parents 35ed692 + 5b8b657 commit 39234d7
Show file tree
Hide file tree
Showing 77 changed files with 2,736 additions and 1,524 deletions.
2 changes: 1 addition & 1 deletion blog/2023-09-05-teracapital-case-study/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Within two weeks, everything was set to go with Windmill. Although self-hosting

## How do we work with Windmill?

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).
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).

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.

Expand Down
10 changes: 5 additions & 5 deletions docs/apps/0_app_editor/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The canvas at the center of the editor is where you design and see the overall U
color="orange"
title="Component Library"
description="Discover all the components available."
href="/docs/apps/app_configuration-settings/app_component_library"
href="/docs/apps/app_configuration_settings/app_component_library"
/>
</div>

Expand Down Expand Up @@ -147,13 +147,13 @@ Finally, on the right panel of the editor, you can insert a new component, confi
color="orange"
title="Component Library"
description="Discover all the components available in the library, and their configurations."
href="/docs/apps/app_configuration-settings/app_component_library"
href="/docs/apps/app_configuration_settings/app_component_library"
/>
<DocCard
color="orange"
title="Runnable Triggers"
description="Learn how to trigger a runnable."
href="/docs/apps/app_configuration-settings/app_runnable_triggers"
href="/docs/apps/app_configuration_settings/app_runnable_triggers"
/>
</div>

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

Expand All @@ -178,7 +178,7 @@ Styling on the app editor can be managed at the component and app-level, with pr
<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"
/>
<DocCard
Expand Down
8 changes: 4 additions & 4 deletions docs/apps/1_canvas.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The header has the following elements:

### Component selection

[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.
[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.
When hovering a component, a blue border will be displayed around the component.

You can also select multiple components by clicking on the `Shift` key and clicking on the components you want to select.
Expand Down Expand Up @@ -176,18 +176,18 @@ Maintain consistency in style across multiple applications by creating styled co
color="orange"
title="Component Library"
description="Discover all the components available in the library, and their configurations."
href="/docs/apps/app_configuration-settings/app_component_library"
href="/docs/apps/app_configuration_settings/app_component_library"
/>
<DocCard
color="orange"
title="Styling"
description="Learn how to edit the component styles."
href="/docs/apps/app_configuration-settings/app_styling"
href="/docs/apps/app_configuration_settings/app_styling"
/>
<DocCard
color="orange"
title="Component Configuration"
description="Learn how to configure a component."
href="/docs/apps/app_configuration-settings/app_component_configuration"
href="/docs/apps/app_configuration_settings/app_component_configuration"
/>
</div>
2 changes: 1 addition & 1 deletion docs/apps/2_outputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Each component has its own outputs. The outputs are displayed in a tree structur

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

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

- selectedRow: the selected row as an object
- loading: the loading state of the table
Expand Down
28 changes: 14 additions & 14 deletions docs/apps/3_app-runnable-panel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -268,20 +268,20 @@ Note that it's a bad idea to mix dynamic default value and setValue together.

`setValue` supports the following components:

- [Display](./4_app_configuration-settings/1_app_component_library.mdx#display)
- [Date Input](./4_app_configuration-settings/1_app_component_library.mdx#date-input)
- [Number Input](./4_app_configuration-settings/1_app_component_library.mdx#number-input)
- [Currency Input](./4_app_configuration-settings/1_app_component_library.mdx#currency-input)
- [Schema Form](./4_app_configuration-settings/1_app_component_library.mdx#schema-form)
- [Checkbox](./4_app_configuration-settings/1_app_component_library.mdx#checkbox)
- [Standalone Tab](./4_app_configuration-settings/1_app_component_library.mdx#select-tab)
- [Standalone step](./4_app_configuration-settings/1_app_component_library.mdx#select-step)
- [Range](./4_app_configuration-settings/1_app_component_library.mdx#range)
- [Multi Select](./4_app_configuration-settings/1_app_component_library.mdx#multi-select)
- [Text Input](./4_app_configuration-settings/1_app_component_library.mdx#text-input)
- [Slider](./4_app_configuration-settings/1_app_component_library.mdx#slider)
- [Select](./4_app_configuration-settings/1_app_component_library.mdx#select)
- [Text](./4_app_configuration-settings/1_app_component_library.mdx#text)
- [Display](./4_app_configuration_settings/log_display.mdx)
- [Date Input](./4_app_configuration_settings/date_input.mdx)
- [Number Input](./4_app_configuration_settings/number_input.mdx)
- [Currency Input](./4_app_configuration_settings/currency_input.mdx)
- [Form Input](./4_app_configuration_settings/form_input.mdx)
- [Toggle](./4_app_configuration_settings/toggle.mdx)
- [Standalone Tab](./4_app_configuration_settings/select_tab.mdx)
- [Standalone step](./4_app_configuration_settings/select_step.mdx)
- [Range](./4_app_configuration_settings/range.mdx)
- [Multi Select](./4_app_configuration_settings/multiselect.mdx)
- [Text Input](./4_app_configuration_settings/text_input.mdx)
- [Slider](./4_app_configuration_settings/slider.mdx)
- [Select](./4_app_configuration_settings/select.mdx)
- [Text](./4_app_configuration_settings/text.mdx)

#### Parameters

Expand Down
Loading

0 comments on commit 39234d7

Please sign in to comment.