diff options
Diffstat (limited to 'mkdocs.yml')
-rw-r--r-- | mkdocs.yml | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -5,11 +5,12 @@ pages: | |||
5 | - Terminology: terminology.md | 5 | - Terminology: terminology.md |
6 | - "Design Goals": designgoals.md | 6 | - "Design Goals": designgoals.md |
7 | - Overview: design.md | 7 | - Overview: design.md |
8 | - Resource: resource.md | ||
9 | - Storage: storage.md | ||
10 | - Logging: logging.md | ||
11 | - "Client API": clientapi.md | 8 | - "Client API": clientapi.md |
12 | - "Application Domain Types": applicationdomaintypes.md | 9 | - "Application Domain Types": applicationdomaintypes.md |
10 | - Queries: queries.md | ||
11 | - Resource: resource.md | ||
12 | - "Store and Indexes": storage.md | ||
13 | - Logging: logging.md | ||
13 | - "Tradeoffs and Design Decisions": tradeoffs.md | 14 | - "Tradeoffs and Design Decisions": tradeoffs.md |
14 | - Development: | 15 | - Development: |
15 | - "Extending Sink": extending.md | 16 | - "Extending Sink": extending.md |