Add more docs

This commit is contained in:
Tyler Perkins 2024-11-02 19:47:27 -04:00
parent dc3f3faa78
commit 102b527797
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8
4 changed files with 13 additions and 2 deletions

View File

@ -1,4 +1,5 @@
.pre-commit-config.yaml
.drone.yml
mkdocs.yaml
docs/
ansible/

BIN
docs/img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -4,4 +4,14 @@ Welcome to the documentation for my k3s cluster, aka my datacenter at home.
## About this project
This project is a
This project is a small datacenter that I run in my house.
The objective is to host service for myself (as oppsed to purchasing SaaS products)
and to provide an environment for my own services I write for myself to be deployed.
I've also learned alot about industry tooling, and DevOps in general from this project.
## Physical Rack
The physical rack is [this](https://www.amazon.com/gp/product/B07YYMSFP1) 20U open rack.
The pack came with two shelves for misc smaller equipment.
![](./img/rack.jpg)

View File

@ -9,7 +9,7 @@ theme:
name: material
#custom_dir: docs/overrides
language: "en"
#logo: imgs/logo-white.svg
logo: img/logo.png
features:
- navigation.tabs
- navigation.tabs.sticky