it-docs/mkdocs.yml
2023-04-25 23:29:11 +00:00

87 lines
No EOL
2.4 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/kh3-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:
- hardware/index.md
- hardware/device-list.md
- hardware/hp.md
- hardware/adsl-hg8245h.md
- hardware/adsl-hg8245w5.md
- hardware/synology-router.md
- hardware/optiplex-7040.md
- hardware/synology-nas.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
- 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