-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
60 lines (60 loc) · 1.59 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
site_name: HoloISO
nav:
- Home: index.md
- Get HoloISO:
- get/index.md
- Installation: get/install.md
- Downloads: get/downloads.md
- Dual-boot: get/db.md
- Legacy Migration: get/migrate.md
- Updates: updates/index.md
- Documentation:
- documentation/index.md
- Building: documentation/bd.md
- The filesystem structure: documentation/fs.md
- Updates/deployment: documentation/dpl.md
- Boot process: documentation/bp.md
- Notes: documentation/notes.md
- Check the update endpoint: https://cd2.holoiso.ru.eu.org/holoiso-images/
- Issuetracker: https://github.com/HoloISO/issuetracker
theme:
name: material
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
# - content.code.select
# - content.footnote.tooltips
# - content.tabs.link
- content.tooltips
# - header.autohide
# - navigation.expand
- navigation.indexes
# - navigation.instant
# - navigation.instant.prefetch
# - navigation.instant.progress
# - navigation.prune
- navigation.sections
- navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
# - toc.integrate
palette:
scheme: slate
primary: black
accent: indigo
favicon: assets/log.svg
logo: assets/log.svg
markdown_extensions:
- admonition
use_directory_urls: true
plugins:
- blog:
blog_dir: updates