Skip to content

Commit 8677696

Browse files
authored
2-3 minor docs changes (windmill-labs#160)
1 parent c391793 commit 8677696

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

docs/apps/6_app_settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ They are two ways to define the script:
6969

7070
Once the script is defined, we can see the script in the Runnable pannel
7171

72-
##### Tranformers
72+
#### Tranformers
7373

7474
A transformer is an optional frontend script that is executed right after the component's script whose purpose is to do lightweight transformation in the browser. It takes the previous computation's result as `result`.
7575

docs/core_concepts/3_resources_and_types/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ default, etc). You can also view the schema by toggling the "As JSON" option:
6262

6363
![Resource type schema view](./resource_type_json.png)
6464

65+
## States
66+
67+
In Windmill, states are resources (but excluded from the Workspace tab for clarity). States are used by scripts to keep data persistent between runs of the same script by the same trigger (schedule or user).
68+
69+
They are displayed on the Resources menu, with a dedicated tab.
70+
6571
## Using Resources
6672

6773
Provided you have the right permissions, you can access resources from scripts, flows and apps

docs/getting_started/7_apps_quickstart/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@ At any time, have a look at your app's **Inputs** associated with each component
113113

114114
### Tailor the look of your app
115115

116-
At the **component level**, on the `Settings` tab, configure the style of each component (color, size, label, etc.) either directly on boxes or in Custom CSS (on the `Settings` tab).
116+
At the **component level**, on the `Settings` tab, configure the [style](../../apps/8_app_styling.md) of each component (color, size, label, etc.) either directly on boxes or in Custom CSS (on the `Settings` tab).
117117

118118
![Cutomize components](./customize_component.png)
119119

120120

121-
At the **app level**, you can give a harmonized style to your app with CSS. On the `CSS` tab, give details either in boxes or in JSON.
121+
At the **app level**, you can give a [harmonized style](../../apps/8_app_styling.md#global-styling) to your app with CSS. On the `CSS` tab, give details either in boxes or in JSON.
122122

123123
![Customize CSS](./customize_css.png)
124124

0 commit comments

Comments
 (0)