-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
76 lines (67 loc) · 1.65 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
66
67
68
69
70
71
72
73
74
75
docs_dir: docs
# Project information
site_name: IsardVDI
site_url: http://www.isardvdi.com
site_description: IsardVDI Open Source Virtual Desktops.
site_author: IsardVDI
# Repository
repo_name: 'isard-vdi/docs'
repo_url: https://github.com/isard-vdi/docs
# Copyright
copyright: Copyright © 2016 <a href="http://www.isardvdi.com">IsardVDI</a>.
# Documentation and theme
#theme: 'material'
theme:
name: "readthedocs"
strict: true
# Options
extra:
logo: 'images/logo.svg'
palette:
primary: 'indigo'
accent: 'indigo'
font:
text: 'Roboto'
code: 'Roboto Mono'
social:
- type: 'github'
link: 'https://github.com/john-doe'
- type: 'twitter'
link: 'https://twitter.com/john-doe'
- type: 'linkedin'
link: 'https://de.linkedin.com/in/john-doe'
# Google Analytics
#google_analytics:
# - 'UA-XXXXXXXX-X'
# - 'auto'
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
# TOC
pages:
- Introduction: index.md
- Installation:
- docker-compose: install/docker-compose.md
- certificates: install/certificates.md
- User:
- Desktops: user/desktops.md
- Templates: user/templates.md
- Media: user/media.md
- Quotas: user/quotas.md
- Allows: user/allows.md
- Admin:
- Users: admin/users.md
- Domains:
- Desktops: admin/domains/desktops.md
- Templates: admin/domains/templates.md
- Bases: admin/domains/bases.md
- Media: admin/domains/media.md
- Resources: admin/domains/resources.md
- Hypervisors: admin/hypervisors.md
- Updates: admin/updates.md
- FAQ: admin/faq.md
- About: about.md