-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
115 lines (115 loc) · 3.18 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
site_name: AllStarLink Manual
site_url: https://allstarlink.github.io/
site_description: AllStarLink Manual
site_author: AllStarLink Team
plugins:
- search
- glightbox
- print-site
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.superfences
copyright: Copyright © 2024 AllStarLink Inc.
theme:
name: material
features:
- content.code.copy
- navigation.footer
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
- toc.integrate
logo: assets/allstar-logo-small.png
favicon: assets/allstarlink.png
palette:
scheme: allstarlink
extra_css:
- stylesheets/extra.css
extra:
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
actions:
- accept
- reject
social:
- icon: fontawesome/solid/link
link: https://www.allstarlink.org/
name: AllStarLink Home
- icon: fontawesome/brands/github
link: https://github.com/AllStarLink
name: AllStarLink on GitHub
nav:
- Home: index.md
- Installation:
- user-guide/index.md
- ASL3 Installation:
- "What's New?": user-guide/whats-new.md
- user-guide/pi-detailed.md
- user-guide/install.md
- user-guide/updates.md
- "Differences & Issues": user-guide/known-issues-diffs.md
- Allmon3:
- allmon3/basics.md
- allmon3/install.md
- allmon3/config.md
- allmon3/usermgmt.md
- Basic Operation:
- user-guide/menu.md
- user-guide/asl-cmds-tools.md
- user-guide/passwords.md
- user-guide/support.md
- user-guide/betatest.md
- "Basic Troubleshooting Tips": user-guide/troubleshooting.md
- Pi Appliance:
- "Getting Started": pi/cockpit-get-started.md
- pi/cockpit-basics.md
- pi/cockpit-console.md
- pi/cockpit-network.md
- pi/cockpit-updates.md
- pi/cockpit-services.md
- pi/cockpit-firewall.md
- Manpages:
- mans/asl-find-sound.md
- mans/asl-node-lookup.md
- mans/asl-play-arn.md
- mans/asl-say.md
- mans/asl-setup-dkms-mok.md
- Advanced Topics:
- adv-topics/commands.md
- adv-topics/incompatibles.md
- adv-topics/iaxreg.md
- adv-topics/usbinterfaces.md
- adv-topics/sa818modules.md
- adv-topics/conftmpl.md
- adv-topics/httpreg.md
- adv-topics/allowdenylists.md
- adv-topics/cloud-kernel.md
- adv-topics/other-software.md
- adv-topics/audio-level.md
- adv-topics/sip-phone.md
- adv-topics/broadcastify.md
- adv-topics/hotspot_hd.md
- adv-topics/autopatch.md
- adv-topics/permissions.md
- adv-topics/noderesolution.md
- adv-topics/uefi-secureboot.md
- adv-topics/tts.md
- adv-topics/multinodesnetwork.md
- Developer Guide:
- developers/package-builds.md
- developers/source-install.md
- developers/aptly.md