-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
62 lines (57 loc) · 1.44 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
site_name: Compass
site_description: Internal developer portal to streamline development workflows and best practices
repo_url: https://github.com/kevinknights29/Compass
repo_name: Compass
theme:
icon:
repo: fontawesome/brands/github
logo: assets/compass.png
name: material
features:
- navigation.tabs
- navigation.sections
- search.suggest
- search.highlight
- content.code.copy
- content.code.select
- content.code.annotate
language: en
palette:
- scheme: default
toggle:
icon: material/theme-light-dark
primary: teal
accent: purple
- scheme: slate
toggle:
icon: material/theme-light-dark
primary: teal
accent: lime
nav:
- Home: index.md
- Getting Started: getting_started.md
markdown_extensions:
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- overrides/.icons
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
copyright: |
© 2024 Kevin Knights.
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/your-org
- icon: fontawesome/brands/twitter
link: https://twitter.com/your-org
plugins:
- search