forked from nix-community/infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
47 lines (43 loc) · 1.09 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
nav:
- index.md
- Open Collective: open-collective.md
- sponsors.md
- Services:
- continuous-integration.md
- Faster GitHub Actions: namespace-actions.md
- community-builder.md
- R. RyanTM nixpkgs-update bot: update-bot.md
- NUR update: nur-update.md
- nix-community.org DNS: dns.md
- monitoring.md
- About:
- FAQ: faq.md
- administrators.md
- contact.md
- security.md
theme:
name: material
features:
- content.action.edit
- content.code.annotate
- content.tabs.link
- navigation.expand
- navigation.instant
- navigation.tracking
- toc.integrate
favicon: nix-community-logo.png
logo: nix-community-logo.png
icon:
repo: fontawesome/brands/github
markdown_extensions:
- toc:
toc_depth: 0
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/nix-community
site_name: Nix Community
site_url: https://nix-community.org
copyright: Copyright © 2023 Nix community projects
repo_name: "nix-community/infra"
repo_url: https://github.com/nix-community/infra