-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
52 lines (44 loc) · 1.03 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
site_name: st-undp
site_url: https://undp-data.github.io/st-undp
theme:
name: material
logo: assets/images/logo.svg
favicon: assets/images/favicon.ico
icon:
repo: material/github
edit: material/pencil
view: material/eye
features:
- content.action.view
- content.action.edit
- content.code.copy
nav:
- Home: index.md
- Installation: installation.md
- Usage: usage.md
- Deployment: deployment.md
- CLI: cli.md
- Reference: reference.md
plugins:
- mkdocstrings:
handlers:
python:
options:
docstring_style: numpy
extra:
social:
- icon: material/github
link: https://github.com/undp-data
- icon: material/web
link: https://data.undp.org
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- mkdocs-click
copyright: Copyright © 2024 United Nations Development Programme
repo_url: https://github.com/undp-data/st-undp
repo_name: undp-data/st-undp
edit_uri: edit/main/docs/