-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
74 lines (68 loc) · 1.97 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
site_name: FogApi
site_url: https://fogapi.readthedocs.io/en/latest/
site_author: JJ Fullmer
site_description: >-
Documentation for the powershell module for using the Fog Project api for various use cases
# Repository
repo_name: Darksidemilk/fogApi
repo_url: https://github.com/darksidemilk/fogApi
copyright: Copyright © 2018 - 2023 JJ Fullmer
theme:
name: material
features:
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
favicon: assets/favicon.png
logo: assets/favicon.png
icon:
logo: logo
plugins:
- search
- include_dir_to_nav # see also https://pypi.org/project/mkdocs-include-dir-to-nav/ this allows for an auto organized site map
# - roamlinks # added for support of obsidian see also https://about.gitlab.com/blog/2022/03/15/publishing-obsidian-notes-with-gitlab-pages/ and https://github.com/Jackiexiao/mkdocs-roamlinks-plugin
# - callouts
# Extensions
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.details
- pymdownx.magiclink
- nl2br
- pymdownx.tasklist
# - pymdownx.emoji:
# emoji_index: !!python/name:materialx.emoji.twemoji
# emoji_generator: !!python/name:materialx.emoji.to_svg
- tables # see also https://squidfunk.github.io/mkdocs-material/reference/data-tables/
- toc:
permalink: true
nav:
- Home: index.md
- About: about_FogApi.md
- Release Notes: ReleaseNotes.md
- Commands:
- 'Index': 'commands/index.md'
- commands