summaryrefslogtreecommitdiff
path: root/docs/mkdocs.yml
blob: 15fbcfb849dd397618e6cacb71a7032bc3ccc272 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
site_name: Documentation
site_description: eduVPN for Linux
docs_dir: md
site_dir: site
theme:
    name: null
    custom_dir: eduvpn_theme
    navigation_depth: 3
nav:
    - 'About': index.md
    - 'Building': building.md
    - 'Testing': testing.md
    - 'Building a client': building-client.md
    - 'API Docs': apidocs.md
use_directory_urls: False
markdown_extensions:
    - markdown_include.include:
    - smarty
    - sane_lists
    - toc:
       permalink: "#"
       baselevel: 1
       toc_depth: 2-3