-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
42 lines (39 loc) · 1.77 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
nav:
- Home: 'index.md'
- Getting Started:
- Installation: 'getting_started/installation.md'
- Basics:
- Terminology: 'getting_started/basics/terminology.md'
- Workflow TypeScript: 'getting_started/basics/workflow_ts.md'
- Workflow JavaScript: 'getting_started/basics/workflow_js.md'
- Exposing Components: 'getting_started/basics/exposing_components.md'
- Config Serializations: 'getting_started/basics/config_serializations.md'
- Context lookup: 'getting_started/basics/contexts.md'
- Configuration:
- General: 'configuration/general.md'
- Modules: 'configuration/modules.md'
- Components:
- General: 'configuration/components/general.md'
- Parameters: 'configuration/components/parameters.md'
- Parameter Ranges: 'configuration/components/parameter_ranges.md'
- Default Values: 'configuration/components/default_values.md'
- Inherited Values: 'configuration/components/inherited_values.md'
- Object Mapping: 'configuration/components/object_mapping.md'
- Entry Collection: 'configuration/components/entry_collection.md'
- Configurations:
- General: 'configuration/configurations/general.md'
- Semantic: 'configuration/configurations/semantic.md'
- Non-Semantic: 'configuration/configurations/nonsemantic.md'
- Variables: 'configuration/configurations/variables.md'
- Overrides: 'configuration/configurations/overrides.md'
- Loading:
- ComponentsManager: 'loading/manager.md'
- Registration: 'loading/registration.md'
- Instantiation: 'loading/instantiation.md'
- Compilation: 'compilation.md'
- Comparison: 'comparison.md'
- Example: 'example.md'
site_name: Components.js Documentation
markdown_extensions:
- admonition
theme: readthedocs