-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
49 lines (41 loc) · 1.5 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
43
44
45
46
47
48
49
site_name: Firestorm
pages:
- Introduction:
- Home: 'index.md'
- What is Firestorm?: 'intro/what-is-firestorm.md'
- Aims: 'intro/aims.md'
- Installation and Setup:
- Installation: 'setup/installation.md'
- Configuration Object: 'setup/configuration-builder.md'
- Chosing a Methodology: 'setup/chosing-a-methodology.md'
- Endpoints:
- Navigation: 'endpoints/navigation.md'
- Querying: 'endpoints/querying.md'
- Pagination: 'endpoints/pagination.md'
- Write Operations: 'endpoints/write-operations.md'
- Errors: 'endpoints/errors.md'
- Configuration: 'endpoints/endpoint-config.md'
- Stems:
- Introduction: 'stems/stems-intro.md'
- Setup: 'stems/stems-setup.md'
- Basics: 'stems/stems-basics.md'
- Other Expressions: 'stems/other-expressions.md'
- Identifiers: 'stems/identifiers.md'
- Substems: 'stems/substems.md'
- Nesting: 'stems/nesting.md'
- Dependency Injection: 'stems/dependency-injection.md'
- Modification: 'stems/modification.md'
- Authorisation: 'stems/authorisation.md'
- Best Practices: 'stems/best-practices.md'
- Roots: 'stems/roots.md'
- Fluent:
- Introduction: 'fluent/fluent-intro.md'
- Setup: 'fluent/fluent-setup.md'
- Builder API: 'fluent/builder-api.md'
- Contributors:
- Solution Architecture: 'contrib/solution-architecture.md'
- Packages: 'contrib/packages.md'
- Future Development: 'contrib/future-developments.md'
theme: readthedocs
markdown_extensions:
- admonition