-
Notifications
You must be signed in to change notification settings - Fork 30
/
mkdocs.yml
43 lines (36 loc) · 1.05 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
INHERIT: !ENV MKDOCS_NUMTIDE_THEME
### Site metadata ###
site_name: SrvOS
site_description: NixOS profiles for servers
site_url: https://nix-community.github.io/srvos/
repo_name: 'nix-community/srvos'
repo_url: &repo_url https://github.com/nix-community/srvos
edit_uri: edit/main/docs
### Navigation ###
nav:
- Home: index.md
- Getting started:
- Intro: getting_started.md
- NixOS: nixos/getting_started.md
- Darwin: darwin/getting_started.md
- User guide:
- Intro: user_guide.md
- NixOS:
- Modules:
- Machine type: nixos/type.md
- Machine hardware: nixos/hardware.md
- Machine role: nixos/role.md
- Configuration mixins: nixos/mixins.md
- Roles:
- GitHub Action Runner: github_actions_runner.md
- Installation:
- Hetzner Cloud: installation/hetzner_cloud.md
- Nix-darwin:
- Modules:
- Machine type: darwin/type.md
- Configuration mixins: darwin/mixins.md
- FAQ: faq.md
- Getting help: help.md
### Extra variables
extra:
repo_url: *repo_url