-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
65 lines (62 loc) · 1.5 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
# Project information
site_name: PDIC
site_description: 'Interface description language c/c++ to PDI'
site_author: 'Barre Kevin'
# site_url: ''
# material, readthedocs, bootstrap4
theme:
features:
- navigation.instant
name: 'material'
language: 'fr'
palette:
primary: 'blue grey'
accent: 'teal'
font:
text: 'Ubuntu'
code: 'Ubuntu Mono'
extra:
disqus: 'Barre kevin'
version:
default: stable
markdown_extensions:
- admonition
- meta
- codehilite:
linenums: true
guess_lang: false
- footnotes
- toc:
permalink: "#"
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
nav:
- Abstract: '1.0-Abstract.md'
- Usage:
- Requirement: '2.0-Requirement.md'
- Binary: '2.1-Binary.md'
- Python: '2.2-Python.md'
- Developpement: '3.0-Developpement.md'
- Links: 4.0-Links.md
- Extra: 5.0-Extra.md
- Documentations: 5.1-Documentations.md
# plugins:
# - redirects:
# redirect_maps:
# ./docs/1.0-Abstract.md: 1.0-Abstract.md
# # 'old/file.md': 'new/file.md'
# # 'some_file.md': 'http://external.url.com/foobar'