-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
32 lines (28 loc) · 873 Bytes
/
mkdocs.yml
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
site_name: ssb-project-cli
site_description: CLI for working with SSB projects
site_url: https://statisticsnorway.github.io/ssb-project-cli
theme:
name: "material"
repo_name: statisticsnorway/ssb-project-cli
repo_url: https://github.com/statisticsnorway/ssb-project-cli
edit_uri: edit/main/docs/
nav:
- Home: "index.md"
- Usage: "usage.md"
- Code Reference: reference/
- Contributing: "contributing.md"
plugins:
- search
- gen-files:
scripts:
- docs/gen_ref_pages.py
- literate-nav:
nav_file: SUMMARY.md
- section-index
- mkdocstrings:
# watch:
# - src/ssb-project-cli
markdown_extensions:
- admonition # note blocks, warning blocks -- https://github.com/mkdocs/mkdocs/issues/1659
- attr_list # Enables full command headers, see https://github.com/DataDog/mkdocs-click#full-command-path-headers
- mkdocs-typer