-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
82 lines (75 loc) · 1.81 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# Project information
site_name: Avalon
site_description: A global production pipeline for film and games
site_author: Marcus Ottosson
site_url: http://getavalon.github.io
# Repository
repo_name: avalon/core
repo_url: https://github.com/getavalon/core
# Copyright
copyright: "Copyright © 2017 Marcus Ottosson"
# Page tree
pages:
- Home: index.md
- "1.0":
- " ": 1.0/index.md
- "2.0":
- " ": 2.0/index.md
# - Introduction: 2.0/introduction.md
- Overview: 2.0/overview.md
- Guides: 2.0/guides.md
- Tutorials: 2.0/tutorials.md
- Reference: 2.0/reference.md
- Tools: 2.0/tools.md
- Glossary: 2.0/glossary.md
- Polly:
- Home: polly/index.md
- Assets: polly/assets.md
- Tutorials: polly/tutorials.md
- Colorbleed:
- Home: colorbleed/index.md
# Theme directory
theme_dir: theme
docs_dir: build
# Options
extra:
logo: assets/images/logo.png
feature:
tabs: true
palette:
primary: light blue
accent: light blue
font: false
social:
- type: globe
link: http://getavalon.github.io
- type: github-alt
link: https://github.com/getavalon
- type: linkedin
link: https://linkedin.com/in/marcusottosson
# Extensions
markdown_extensions:
- markdown.extensions.extra
- markdown.extensions.admonition
- markdown.extensions.codehilite
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc
- pymdownx.arithmatex
- pymdownx.betterem
- pymdownx.caret
- pymdownx.critic
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist
- pymdownx.tilde
# Google Analytics
google_analytics:
- "UA-101505233-1"
- auto