-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathmkdocs.yml
More file actions
85 lines (85 loc) · 1.97 KB
/
mkdocs.yml
File metadata and controls
85 lines (85 loc) · 1.97 KB
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
83
84
85
site_name: Cobra Tools
site_url: https://opennaja.github.io/cobra-tools/
repo_url: https://github.com/OpenNaja/cobra-tools
repo_name: cobra-tools
extra_css:
- assets/stylesheets/extra.css
theme:
name: material
logo: assets/Cobra_Tools_Logo.png
favicon: assets/Cobra_Tools_Logo_16px.svg
custom_dir: docs/overrides
icon:
repo: fontawesome/brands/github
palette:
primary: black
scheme: slate
navigation_depth: 2
features:
- toc.integrate
- search.suggest
- navigation.expand
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.indexes
- navigation.footer
- content.tabs.link
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.select
- content.code.copy
plugins:
- privacy:
enabled: !ENV [CI, false]
- blog:
blog_toc: true
draft_on_serve: true
- search
- literate-nav:
nav_file: SUMMARY.md
- social:
enabled: !ENV [CI, false]
- glightbox
- git-committers:
enabled: !ENV [CI, false]
repository: OpenNaja/cobra-tools
branch: master
exclude:
- index.md
- git-revision-date-localized:
exclude:
- index.md
markdown_extensions:
- tables
- abbr
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
alternate_style: true
- pymdownx.snippets:
check_paths: true
base_path:
- docs/.snippets
auto_append:
- abbreviations.md
- pymdownx.tilde
- pymdownx.keys
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- docs/overrides/.icons
- toc:
permalink: true