File: mkdocs.yml

package info (click to toggle)
a2d 2.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,088 kB
  • sloc: javascript: 4,806; python: 1,873; xml: 49; sh: 44; makefile: 17
file content (53 lines) | stat: -rw-r--r-- 1,379 bytes parent folder | download
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
site_name: a2d
site_description: APRS to DAPNET portal
repo_url: https://github.com/NGC2023/a2d
theme:
  name: material
  features:
    - navigation.sections
    - navigation.footer
  icon:
    repo: fontawesome/brands/github
  palette:
    # Palette toggle for automatic mode
    - media: "(prefers-color-scheme)"
      toggle:
        icon: material/brightness-auto
        name: Switch to light mode

    # Palette toggle for light mode
    - media: "(prefers-color-scheme: light)"
      scheme: default 
      toggle:
        icon: material/brightness-7
        name: Switch to dark mode

    # Palette toggle for dark mode
    - media: "(prefers-color-scheme: dark)"
      scheme: slate
      toggle:
        icon: material/brightness-4
        name: Switch to system preference

use_directory_urls: false

nav:
  - Home: "index.md"
  - Installation: "install.md"
  - Configuration and Usage:
    - Access a2d UI: "usage/access.md"
    - Dashboard Overview: "usage/dash.md"
    - Message Structure: "usage/msg.md"
    - Server Settings: "usage/srv.md"
    - Error Messages: "usage/err.md"
  - License: "lic.md"
  - Change Log: "changes.md"
  - Authors and Contributors: "authors.md"
  - Acknowledgements: "ack.md"

extra:
  social:
    - icon: fontawesome/brands/github
      link: https://github.com/NGC2023

copyright: Copyright © 2023 - 2024 NGC2023. MIT, CC-BY-3.0.