-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
61 lines (54 loc) · 1.3 KB
/
mkdocs.yml
File metadata and controls
61 lines (54 loc) · 1.3 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
# Project information
site_name: 'pbraiders\stdlib'
site_description: 'Stdlib component for PBRaiders'
site_author: 'Olivier Jullien'
site_url: 'https://github.com/pbraiders/stdlib'
# Repository
repo_name: 'pbraiders/stdlib'
repo_url: 'https://github.com/pbraiders/stdlib'
# Copyright
copyright: 'PBRaiders\Stdlib is open-source and is licensed under the GNU General Public License v3.0 License.'
# Configuration
theme:
name: 'material'
language: 'en'
palette:
primary: 'green'
accent: 'amber'
font: false
# Customization
docs_dir: docs
# Extensions
markdown_extensions:
- admonition
- codehilite
- footnotes
- meta
- toc:
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
# Plugins
plugins:
- search
- minify:
minify_html: true
# Navigation
nav:
- Stdlib: index.md
- array_key_search: array_key_search.md
- array_intersect_key_recursive: array_intersect_key_recursive.md
- ini_set_all: ini_set_all.md
- is_string_empty: is_string_empty.md
- ksort_recursive: ksort_recursive.md
- ReflectionTrait: reflectiontrait.md