summaryrefslogtreecommitdiffstats
path: root/mkdocs.yml
blob: 07299f4a1c52de74a6a70bd52a0bbd71de311130 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
site_name: Sink
pages:
- Home: index.md
- Design:
    - Terminology: terminology.md
    - "Design Goals": designgoals.md
    - Overview: design.md
    - "Client API": clientapi.md
    - "Application Domain Types": applicationdomaintypes.md
    - Queries: queries.md
    - Resource: resource.md
    - "Store and Indexes": storage.md
    - Logging: logging.md
    - "Tradeoffs and Design Decisions": tradeoffs.md
- Development:
    - "Extending Sink": extending.md
- Building: building.md
- "Sink Shell": sinksh.md
theme: readthedocs