summaryrefslogtreecommitdiffstats
path: root/mkdocs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml23
1 files changed, 14 insertions, 9 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 21f9471..07299f4 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,14 +1,19 @@
1site_name: Sink 1site_name: Sink
2pages: 2pages:
3- Home: index.md 3- Home: index.md
4- Terminology: terminology.md 4- Design:
5- Overview: design.md 5 - Terminology: terminology.md
6- Resource: resource.md 6 - "Design Goals": designgoals.md
7- Storage: storage.md 7 - Overview: design.md
8- Logging: logging.md 8 - "Client API": clientapi.md
9- "Client API": clientapi.md 9 - "Application Domain Types": applicationdomaintypes.md
10- sinksh: sinksh.md 10 - Queries: queries.md
11- "Application Domain Types": applicationdomaintypes.md 11 - Resource: resource.md
12- "Extending Sink": extending.md 12 - "Store and Indexes": storage.md
13 - Logging: logging.md
14 - "Tradeoffs and Design Decisions": tradeoffs.md
15- Development:
16 - "Extending Sink": extending.md
13- Building: building.md 17- Building: building.md
18- "Sink Shell": sinksh.md
14theme: readthedocs 19theme: readthedocs