initial import
This commit is contained in:
parent
50d7ad79aa
commit
47c40696ab
17 changed files with 447 additions and 0 deletions
78
mkdocs.yml
Normal file
78
mkdocs.yml
Normal file
|
|
@ -0,0 +1,78 @@
|
|||
# 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
|
||||
- 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue