-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
39 lines (35 loc) · 845 Bytes
/
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
site_name: kappdirs
site_author: Eray Erdin
site_url: https://github.com/erayerdin/kappdirs
repo_name: erayerdin/kappdirs
repo_url: https://github.com/erayerdin/kappdirs
theme:
name: material
palette:
primary: orange
accent: orange
extra:
social:
- type: github
link: https://github.com/erayerdin
- type: twitter
link: https://twitter.com/_erayerdin
- type: linkedin
link: https://linkedin.com/in/erayerdin
- type: telegram
link: https://t.me/erayerdin
disqus: erayerdin
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
- footnotes
nav:
- Introduction: index.md
- AppDirs Instance: appdirs.md
- Windows System: windows-system.md
- Mac OS X System: osx-system.md
- Unix System: unix-system.md
- DSL API: dsl-api.md