-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
42 lines (39 loc) · 984 Bytes
/
mkdocs.yml
File metadata and controls
42 lines (39 loc) · 984 Bytes
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
site_name: ShelfDB
site_description: Usage documentation for ShelfDB
site_url: https://example.com/shelfdb
repo_url: https://github.com/keenlycode/shelfdb
docs_dir: docs-src
site_dir: docs
theme:
name: shadcn
show_title: true
show_stargazers: true
topbar_sections: false
pygments_style:
light: shadcn-light
dark: github-dark
icon: heroicons:circle-stack
nav:
- Overview:
- ShelfDB: index.md
- Installation: usage/installation.md
- Guides:
- Run the server: usage/server.md
- Remote client usage: usage/remote.md
- Local database usage: usage/local.md
- Benchmark: benchmark.md
- API Reference:
- API overview: api/index.md
- Client API: api/client.md
- Local DB API: api/local.md
- CLI Reference: api/cli.md
markdown_extensions:
- admonition
- attr_list
- fenced_code
- codehilite
- toc:
permalink: true
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true