127 lines
No EOL
3.5 KiB
YAML
127 lines
No EOL
3.5 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.kh3group.com/support/it-docs
|
|
|
|
docs_dir: docs
|
|
|
|
theme:
|
|
name: material
|
|
palette:
|
|
primary: black
|
|
features:
|
|
- content.code.annotate
|
|
- content.code.copy
|
|
- content.tabs.link
|
|
- header.autohide
|
|
- announce.dismiss
|
|
- navigation.footer
|
|
- navigation.indexes
|
|
- navigation.sections
|
|
- navigation.tabs
|
|
- navigation.top
|
|
- navigation.tracking
|
|
- search.highlight
|
|
- search.share
|
|
- search.suggest
|
|
|
|
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:
|
|
- hardware/index.md
|
|
- Computers:
|
|
- hardware/computers/index.md
|
|
- hardware/computers/290-g1.md
|
|
- hardware/computers/optiplex-7040.md
|
|
- hardware/computers/rs816.md
|
|
- Network:
|
|
- hardware/network/index.md
|
|
- hardware/network/hg8245h.md
|
|
- hardware/network/hg8245w5.md
|
|
- hardware/network/rt2600ac.md
|
|
- hardware/network/sf3000-24p.md
|
|
- Services:
|
|
- Docker:
|
|
- services/docker/index.md
|
|
- services/docker/installation.md
|
|
- services/docker/configuration.md
|
|
- Droneci:
|
|
- services/droneci/index.md
|
|
- services/droneci/installation.md
|
|
- services/droneci/configuration.md
|
|
- Gitea:
|
|
- services/gitea/index.md
|
|
- services/gitea/installation.md
|
|
- services/gitea/configuration.md
|
|
- Mariadb:
|
|
- services/mariadb/index.md
|
|
- services/mariadb/installation.md
|
|
- services/mariadb/configuration.md
|
|
- Mongodb:
|
|
- services/mongodb/index.md
|
|
- services/mongodb/installation.md
|
|
- services/mongodb/configuration.md
|
|
- Nginx:
|
|
- services/nginx/index.md
|
|
- services/nginx/installation.md
|
|
- services/nginx/configuration.md
|
|
- Portainer:
|
|
- services/portainer/index.md
|
|
- services/portainer/installation.md
|
|
- services/portainer/configuration.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 |