We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d391852 commit f86e22dCopy full SHA for f86e22d
mkdocs.yml
@@ -38,18 +38,18 @@ plugins:
38
39
40
nav:
41
- - Intro: index.md
42
- - Key concepts: key_concepts.md
+ - Home: index.md
43
- Getting started: getting_started.md
+ - Concepts: key_concepts.md
44
+ - Examples:
45
+ - examples/index.md
46
+ - examples/enforce_field_rules.md
47
+ - examples/field_calculation.md
48
+ - examples/workflows.md
49
- Reference:
50
- reference/events.md
51
- reference/objects.md
52
- reference/actions.md
53
- development_server.md
54
- Python runtime: reference/runtime.md
- - Examples:
- - examples/index.md
- - examples/enforce_field_rules.md
- - examples/field_calculation.md
- - examples/workflows.md
55
- - Release notes: release_notes.md
+ - Releases: release_notes.md
0 commit comments