-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathmkdocs.yml
39 lines (33 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
site_name: ReadTheDocs Dropdown
site_description: 'Updated version of MkDocs ReadTheDocs theme'
site_author: 'Chad Sheets'
theme:
name: rtd-dropdown
# Default settings
collapse_by_default: false
highlightjs: true
hljs_languages:
- yaml
- django
# Development Settings
#name: null
#custom_dir: 'rtd_dropdown/'
repo_url: https://github.com/cjsheets/readthedocs-dropdown
nav:
- MkDocs: index.md
- User Guide:
- Writing Your Docs: user-guide/writing-your-docs.md
- Styling Your Docs: user-guide/styling-your-docs.md
- Configuration: user-guide/configuration.md
- Deploying Your Docs: user-guide/deploying-your-docs.md
- Custom Themes: user-guide/custom-themes.md
- Plugins: user-guide/plugins.md
- About:
- Release Notes: about/release-notes.md
- Contributing: about/contributing.md
- License: about/license.md
extra_css:
- css/extra.css
plugins:
- search
google_analytics: ['UA-10006093-5', 'readthedocs.sheets.ch']