-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
52 lines (44 loc) · 1.23 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
site_name: Moonstone Theme for MkDocs
site_url: https://www.majordojo.com
site_description: A project documentation theme for MkDocs.
site_author: Byrne Reese
repo_url: https://github.com/byrnereese/mkdocs-moonstone/
edit_uri: ""
plugins:
- git-committers:
repository: byrnereese/mkdocs-moonstone
branch: master
token:
!!python/object/apply:os.getenv ["MOONSTONE_GIT_COMMITTERS_APIKEY"]
- search
- bootstrap-tables
theme:
name: moonstone
custom_dir: 'custom_theme/'
fluid_layout: False
markdown_extensions:
- markdown.extensions.admonition
- pymdownx.details
- pymdownx.keys
- pymdownx.superfences
- codehilite:
linenums: "None"
nav:
- Home: index.md
- User Guide:
- Installation: guide/install.md
- Theme Customization: guide/options.md
- Page-level Customization: guide/page-options.md
- Style Guide:
- Text Styles: styles/text.md
- Tables: styles/tables.md
- Syntax Highlighting: styles/code.md
- Admonitions: styles/admonitions.md
- Support:
- Bug Reports & Feature Requests: support.md
- About:
- License: license.md
extra_css:
- css/extra.css
copyright: Copyright © 2019 <a href="https://majordojo.com/">Byrne Reese</a>
google_analytics: