mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-22 15:34:33 +07:00
docs: remove empty index pages
It seems more confusing without actual content, which can be added on an overview page. Add the new instant load feature as well.
This commit is contained in:
parent
e13ae3726d
commit
259f51362b
@ -1 +0,0 @@
|
||||
# Concepts
|
@ -1 +0,0 @@
|
||||
# Getting started
|
@ -1 +0,0 @@
|
||||
# How-to guides
|
@ -1,3 +0,0 @@
|
||||
# ArgoCD
|
||||
|
||||
TODO (PR welcomed)
|
@ -1,3 +0,0 @@
|
||||
# cert-manager
|
||||
|
||||
TODO (PR welcomed)
|
@ -1,3 +0,0 @@
|
||||
# Gitea
|
||||
|
||||
TODO (PR welcomed)
|
@ -1 +0,0 @@
|
||||
# Troubleshooting
|
@ -1 +0,0 @@
|
||||
# Installation
|
@ -1 +0,0 @@
|
||||
# Production
|
@ -1 +0,0 @@
|
||||
# Architecture
|
@ -1 +0,0 @@
|
||||
# Reference
|
14
mkdocs.yml
14
mkdocs.yml
@ -11,7 +11,8 @@ theme:
|
||||
palette:
|
||||
primary: black
|
||||
features:
|
||||
- navigation.indexes
|
||||
- navigation.expand
|
||||
- navigation.instant
|
||||
- navigation.sections
|
||||
- search.highlight
|
||||
- search.share
|
||||
@ -38,28 +39,23 @@ markdown_extensions:
|
||||
nav:
|
||||
- Home: index.md
|
||||
- Installation:
|
||||
- installation/index.md
|
||||
- installation/sandbox.md
|
||||
- Production:
|
||||
- installation/production/index.md
|
||||
- installation/production/prerequisites.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
|
||||
- getting-started/install-pre-commit-hooks.md
|
||||
- Concepts:
|
||||
- concepts/index.md
|
||||
- concepts/pxe-boot.md
|
||||
- concepts/secrets-management.md
|
||||
- concepts/certificate-management.md
|
||||
- concepts/tools-container.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
|
||||
@ -70,15 +66,9 @@ nav:
|
||||
- how-to-guides/media-management.md
|
||||
- how-to-guides/updating-documentation.md
|
||||
- Troubleshooting:
|
||||
- how-to-guides/troubleshooting/index.md
|
||||
- how-to-guides/troubleshooting/argocd.md
|
||||
- how-to-guides/troubleshooting/cert-manager.md
|
||||
- how-to-guides/troubleshooting/gitea.md
|
||||
- how-to-guides/troubleshooting/pxe-boot.md
|
||||
- Reference:
|
||||
- reference/index.md
|
||||
- Architecture:
|
||||
- reference/architecture/index.md
|
||||
- reference/architecture/overview.md
|
||||
- reference/architecture/networking.md
|
||||
- reference/architecture/decision-records.md
|
||||
|
Loading…
Reference in New Issue
Block a user