diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-08 15:38:45 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-08 15:38:45 +0100 |
commit | b8200434209c317ebc4883b9f87513991bae33e3 (patch) | |
tree | 00164031c5b39eec7a5969289de21651d328d038 /mkdocs.yml | |
parent | 0376079b862cf38973a59336f3843bca2788c576 (diff) | |
download | sink-b8200434209c317ebc4883b9f87513991bae33e3.tar.gz sink-b8200434209c317ebc4883b9f87513991bae33e3.zip |
Documentation
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 |