112 lines
No EOL
3.2 KiB
YAML
112 lines
No EOL
3.2 KiB
YAML
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
|
|
|
|
site_name: KH3Group IT Documentation
|
|
copyright: Copyright © 2022 - 2024 Siisi Nketsiah
|
|
|
|
repo_url: https://git.office.kh3group.com/support/it-docs
|
|
|
|
docs_dir: docs
|
|
|
|
theme:
|
|
name: material
|
|
palette:
|
|
primary: black
|
|
features:
|
|
- navigation.indexes
|
|
- navigation.sections
|
|
- search.highlight
|
|
- search.share
|
|
|
|
markdown_extensions:
|
|
- pymdownx.emoji:
|
|
emoji_index: !!python/name:materialx.emoji.twemoji
|
|
emoji_generator: !!python/name:materialx.emoji.to_svg
|
|
- attr_list
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.snippets:
|
|
check_paths: true
|
|
- def_list
|
|
- pymdownx.tasklist:
|
|
- pymdownx.superfences:
|
|
custom_fences:
|
|
- name: mermaid
|
|
class: mermaid
|
|
format: !!python/name:pymdownx.superfences.fence_code_format
|
|
- pymdownx.tabbed:
|
|
alternate_style: true
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- Hardware:
|
|
- Computers:
|
|
- hardware/computers/290-g1.md
|
|
- hardware/computers/optiplex-7040.md
|
|
- hardware/computers/rs816.md
|
|
- Network:
|
|
- hardware/network/hg8245h.md
|
|
- hardware/network/hg8245w5.md
|
|
- hardware/network/rt2600ac.md
|
|
- hardware/network/sf3000-24p.md
|
|
- hardware/index.md
|
|
- Installation:
|
|
- installation/index.md
|
|
- installation/sandbox.md
|
|
- Production:
|
|
- installation/production/index.md
|
|
- installation/production/prerequisites.md
|
|
- installation/production/proxmox.md
|
|
- installation/production/docker.md
|
|
- installation/production/external-resources.md
|
|
- installation/production/configuration.md
|
|
- installation/production/deployment.md
|
|
- installation/post-installation.md
|
|
- Services:
|
|
- Docker:
|
|
- services/docker/index.md
|
|
- services/docker/droneci.md
|
|
- services/docker/elasticsearch.md
|
|
- services/docker/gitea.md
|
|
- services/docker/graylog.md
|
|
- services/docker/mariadb.md
|
|
- services/docker/mongodb.md
|
|
- services/docker/nginx.md
|
|
- services/docker/pihole.md
|
|
- services/docker/portainer.md
|
|
- services/docker/traefik.md
|
|
- services/docker/uptime-kuma.md
|
|
- Proxmox:
|
|
- services/proxmox/index.md
|
|
- services/proxmox/db01.md
|
|
- services/proxmox/dc01.md
|
|
- services/proxmox/pfsense.md
|
|
- services/proxmox/pihole-lxc.md
|
|
- services/proxmox/proxy-lxc.md
|
|
- services/proxmox/sp01.md
|
|
- services/index.md
|
|
- Getting started:
|
|
- getting-started/index.md
|
|
- getting-started/user-onboarding.md
|
|
- Concepts:
|
|
- concepts/index.md
|
|
- concepts/testing.md
|
|
- How-to guides:
|
|
- how-to-guides/index.md
|
|
- how-to-guides/alternate-dns-setup.md
|
|
- how-to-guides/expose-services-to-the-internet.md
|
|
- how-to-guides/use-both-github-and-gitea.md
|
|
- how-to-guides/updating-documentation.md
|
|
- Troubleshooting:
|
|
- how-to-guides/troubleshooting/index.md
|
|
- how-to-guides/troubleshooting/gitea.md
|
|
- Reference:
|
|
- reference/index.md
|
|
- Architecture:
|
|
- reference/architecture/index.md
|
|
- reference/architecture/overview.md
|
|
- reference/architecture/networking.md
|
|
- reference/license.md
|
|
- reference/changelog.md
|
|
- reference/roadmap.md
|
|
- reference/contributing.md
|
|
- reference/faq.md |