-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
39 lines (39 loc) · 900 Bytes
/
mkdocs.yml
File metadata and controls
39 lines (39 loc) · 900 Bytes
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
site_name: Open PHD Guiding
site_url: https://openphdguiding.org/static
repo_url: https://github.com/OpenPHDGuiding/phd2
theme:
name: material
features:
- navigation.tabs
- navigation.top
logo: assets/phd2_32.png
favicon: assets/phd2_32.png
palette:
scheme: slate
primary: teal
plugins:
- search
- blog:
archive: false
categories: false
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.blocks.caption
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.snippets
- pymdownx.superfences
- tables
- toc:
permalink: true
nav:
- Home: index.md
- Learn: learn.md
- Download: downloads.md
- Documentation: documentation.md
- Getting Help: getting-help.md
- About: about.md