-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
79 lines (71 loc) · 1.84 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
site_name: Markdown Changelog Generator
site_url: https://changelog.seapagan.net
theme:
name: material
palette:
primary: light-blue
accent: blue
features:
- navigation.footer
- content.code.copy
- content.code.annotate
- navigation.tracking
- navigation.indexes
- navigation.prune
- navigation.top
- toc.follow
# - navigation.expand
icon:
logo: material/history
favicon: images/favicon.ico
extra:
analytics:
provider: google
property: G-F151EK9LZX
social:
- icon: fontawesome/brands/github
link: https://github.com/seapagan
- icon: fontawesome/brands/twitter
link: https://twitter.com/gnramsay_dev
copyright: © 2023 Grant Ramsay (Seapagan)
plugins:
- search
# - git-revision-date-localized:
# enable_creation_date: true
- minify:
minify_html: true
minify_css: true
minify_js: true
htmlmin_opts:
remove_comments: true
remove_empty_space: true
repo_url: https://github.com/seapagan/github-changelog-md
repo_name: github-changelog-md
# edit these MARKDOWN extensions to your liking
markdown_extensions:
- admonition
- footnotes
- pymdownx.snippets
- pymdownx.superfences
- md_in_html
- pymdownx.highlight:
auto_title: false
- attr_list
- tables
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra_css:
- css/extra.css
nav:
- Introduction: index.md
- Installation: installation.md
- Basic Usage: usage/basic.md
- Advanced Usage:
- "Configuration Options": usage/options.md
- "Configuration File": usage/config_file.md
- "Command Line Options": usage/cli_options.md
- Todo List: todo.md
- Contributing: contributing.md
- Changelog: changelog.md
- License: license.md