-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
59 lines (54 loc) · 1.37 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
53
54
55
56
57
58
59
site_name: Experimenting with MkDocs
site_url: https://github.com/gitlabzz/mkdocs-demo/
site_description: MkDocs Work Inprogress
site_author: Asim Mirza
repo_url: https://github.com/gitlabzz/mkdocs-demo
repo_name: 'GitHub Home'
# Insert your Google Tracking ID
google_analytics: ['UA-125864yyy-x', 'auto']
nav:
- Home: index.md
- Getting Started: getting-started.md
- Project Layout: layout.md
- Commands: commands.md
- Custom Domain Names: dns.md
- Website Types:
- Project: project.md
- User/Organization: organization.md
theme:
name: 'material'
include_search_page: false # Don't include MkDocs' JavaScript
search_index_only: true
language: en
feature:
tabs: false
palette:
primary: indigo
accent: indigo
font:
text: Roboto
code: Roboto Mono
logo: 'images/Octocat.png'
favicon: 'assets/images/favicon.ico'
markdown_extensions:
- admonition
- codehilite:
linenums: false # true if website has code
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde