-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
63 lines (57 loc) · 1.33 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
site_name: LXC Query
site_description: 'A Node.js LXD client which uses your local instance of LXD and `lxc query` to manage your local or remote LXD servers.'
site_author: 'Lawrence Cherone'
site_url: 'https://github.com/lcherone/lxc-query'
# Copyright
copyright: 'Copyright © 2018 Lawrence Cherone'
# Theme
theme:
#feature:
# tabs: true
logo:
icon: 'language'
name: 'material'
palette:
primary: 'blue'
accent: 'blue'
font:
text: 'Ubuntu'
code: 'Ubuntu Mono'
# Configuration
repo_name: 'lcherone/lxc-query'
repo_url: 'https://github.com/lcherone/lxc-query'
edit_uri: ''
# Customization
extra:
social:
- type: 'github'
link: 'https://github.com/lcherone/lxc-query'
disqus: 'lxc-query'
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: true
- toc:
permalink: true
- meta
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
# Pages
pages:
- Home: index.md
- Server: server.md
- Certificates: certificates.md
- Containers: containers.md
- Snapshots: snapshots.md
- Images: images.md
- Aliases: aliases.md
- Profiles: profiles.md
- Networks: networks.md
- Files: files.md
- Logs: logs.md
- Metadata: metadata.md
- Operations: operations.md