Add docs and rearrange images

This commit is contained in:
Tyler Perkins 2024-11-02 19:27:58 -04:00
parent 2917781c4b
commit dc3f3faa78
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8
6 changed files with 56 additions and 3 deletions

View File

@ -33,9 +33,9 @@ A [ArgoCD](https://argo-cd.readthedocs.io/en/stable/) repo describing my current
- Dedicated 1500W ciruit breaker
- 1100VA UPS
![server rack](./img/rack.jpg)
![network switch](./img/switch.jpg)
![zfs pool](./img/drives.jpg)
![server rack](./docs/img/rack.jpg)
![network switch](./docs/img/switch.jpg)
![zfs pool](./docs/img/drives.jpg)
## Software

View File

Before

Width:  |  Height:  |  Size: 4.6 MiB

After

Width:  |  Height:  |  Size: 4.6 MiB

View File

Before

Width:  |  Height:  |  Size: 6.3 MiB

After

Width:  |  Height:  |  Size: 6.3 MiB

View File

Before

Width:  |  Height:  |  Size: 4.7 MiB

After

Width:  |  Height:  |  Size: 4.7 MiB

7
docs/index.md Normal file
View File

@ -0,0 +1,7 @@
# Gluttony Cluster
Welcome to the documentation for my k3s cluster, aka my datacenter at home.
## About this project
This project is a

46
mkdocs.yaml Normal file
View File

@ -0,0 +1,46 @@
site_name: Gluttony-Cluster
site_url: https://docs.clortox.com/cluster
site_description: Documentation on maintaining a datacenter at home
docs_dir: docs/
repo_name: Gitea
repo_url: https://git.clortox.com/Infrastructure/Gluttony-Cluster
theme:
name: material
#custom_dir: docs/overrides
language: "en"
#logo: imgs/logo-white.svg
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.footer
- content.action.edit
- content.tabs.link
- content.code.annotate
- content.code.copy
markdown_extensions:
- pymdownx.highlight
#- pymdownx.superfences:
# custom_fences:
# - name: mermaid
# class: mermaid
# format: !!python/name:pymdownx.superfences.fence_code_format
- admonition
- footnotes
- def_list
#- attr_list
#- pymdownx.tabbed:
# alternate_style: true
#- pymdownx.details
#- pymdownx.emoji:
# emoji_index: !!python/name:materialx.emoji.twemoji
# emoji_generator: !!python/name:materialx.emoji.to_svg
extra:
generator: false
version:
method: mike
provider: mike
default: latest