-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
40 lines (40 loc) · 877 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
33
34
35
36
37
38
39
40
site_name: label.dev
repo_url: https://github.com/textualize/label.dev
# custom_dir: overrides
theme:
name: material
features:
- navigation.expand
- navigation.path
- navigation.indexes
- navigation.tabs
- navigation.sections
palette:
scheme: slate
plugins:
- social
markdown_extensions:
- footnotes
- admonition
- pymdownx.details
- pymdownx.superfences
docs_dir: docs
nav:
- Labels:
- "index.md"
- "bug.md"
- "documentation.md"
- "duplicate.md"
- "enhancement.md"
- "good-first-issue.md"
- "help-wanted.md"
- "question.md"
- "wontfix.md"
- Articles:
- "./articles/closed-issue.md"
- "./articles/minimal-reproducible-example.md"
- "./articles/xy-problem.md"
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/@textualizeio