-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
49 lines (49 loc) · 1.88 KB
/
mkdocs.yml
File metadata and controls
49 lines (49 loc) · 1.88 KB
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
site_name: NPC Documentation
site_url: https://clubnpc-esiee.github.io/doc_npc/
nav:
- Home: index.md
- Documentation: ./page/documentation.md
- Emulatorjs: ./page/emulatorjs.md
- Infrastructure Réseau:
- Cable et rangements: ./page/infrastructure_reseau/cables_et_rangements.md
- Réseau:
- Pfsense: ./page/infrastructure_reseau/reseau/pfsense.md
- Pi-hole: ./page/infrastructure_reseau/reseau/pihole.md
- ipam: ./page/infrastructure_reseau/reseau/ipam.md
- Switching: ./page/infrastructure_reseau/reseau/switching.md
- Tunnel (Cloudflare): ./page/infrastructure_reseau/reseau/tunnel_cloudflare.md
- Système:
- Active Directory: ./page/infrastructure_reseau/systeme/active_directory.md
- Conteneurisation: ./page/infrastructure_reseau/systeme/conteneurisation.md
- Grafana: ./page/infrastructure_reseau/systeme/grafana.md
- Prometheus: ./page/infrastructure_reseau/systeme/prometheus.md
- PufferPanel: ./page/infrastructure_reseau/systeme/pufferpanel.md
- Virtualisation: ./page/infrastructure_reseau/systeme/virtualisation.md
- Wordpress: ./page/infrastructure_reseau/systeme/wordpress.md
- LinuxGMS: ./page/infrastructure_reseau/systeme/linuxGMS.md
theme:
name: material
language: fr
favicon: './docs/img/logo/favicon.ico'
logo: './img/logo/Logo.png'
palette:
primary: pink
features:
- navigation.footer
- navigation.tabs
extra:
homepage: https://clubnpc-esiee.github.io/doc_npc/
social:
- icon: fontawesome/brands/github
link: https://github.com/ClubNPC-ESIEE
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/npc_esiee?igsh=MTVnNXM4N2U1NGwwbw==
- icon: fontawesome/brands/discord
link: https://github.com/ClubNPC-ESIEE
markdown_extensions:
- attr_list
- footnotes
- admonition
- pymdownx.details
- pymdownx.superfences
- md_in_html