summaryrefslogtreecommitdiff
path: root/mkdocs.yml
blob: cbd53813cd107263727e0c85d5459c5c130712ea (plain)
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
# Site parameters
site_name: A Debian Administration Effort

# Theme configuration
# See https://www.mkdocs.org/user-guide/choosing-your-theme/
#     https://squidfunk.github.io/mkdocs-material/
theme:
  # Theme name
  name: material

  # Logo
  logo: https://fluxo.info/images/fluxo.png

  # Do not use external fonts
  # Useful for offline operation, GDPR compliance and privacy in general
  # See https://squidfunk.github.io/mkdocs-material/setup/changing-the-fonts/#autoloading
  #
  # This option was superseded by the privacy plugin:
  # https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#built-in-privacy-plugin
  font: false

# Navigation
# https://www.mkdocs.org/user-guide/writing-your-docs/#configure-pages-and-navigation
nav:
  - README.md
  - Installation:
    - installation/README.md
  - Maintenance:
    - maintenance/README.md
    - maintenance/offline.md
  - Packaging:
    - packaging/README.md
    - packaging/basics.md
    - packaging/env.md
    - packaging/checking.md
    - packaging/building.md
    - packaging/repositories.md
    - packaging/cross.md
    - packaging/custom/python.md
    - packaging/custom/ruby.md
    - packaging/custom/leap.md
    - packaging/itp.md
    - packaging/references.md
  - todo.md