-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmkdocs.yml
More file actions
39 lines (35 loc) Β· 794 Bytes
/
mkdocs.yml
File metadata and controls
39 lines (35 loc) Β· 794 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
site_name: Socials
site_url: https://socials.readthedocs.io
repo_url: https://github.com/lorey/socials
repo_name: lorey/socials
theme:
name: material
palette:
primary: indigo
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
show_source: true
show_root_heading: true
heading_level: 2
nav:
- Home: index.md
- Getting Started: getting-started.md
- Reference: reference.md
- Architecture:
- Overview: architecture.md
- Parsers: parsers.md
- Registry: registry.md
- URLs: urls.md
- Extraction: extraction.md
- CLI: cli.md
- Contributing: contributing.md
- Changelog: changelog.md
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- toc:
toc_depth: 3