Add MkDocs framework

This commit is contained in:
thhsh-local 2025-03-05 17:10:19 -05:00
parent b459974e40
commit 22e3011606
Signed by: thhsh-local
SSH key fingerprint: SHA256:bLOq3d7dN1v5+W5U6pQekP0rBm0YUtC9qvh3TDYyAsg
6 changed files with 252 additions and 0 deletions

28
mkdocs.yml Normal file
View file

@ -0,0 +1,28 @@
site_name: StarCat Systems
site_url: https://about.starcat.systems
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: black
toggle:
icon: material/lightbulb
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
logo: assets/starcat_cat-icon_white_tp_smaller.svg
favicon: assets/favicon.svg
features:
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.path
- navigation.indexes
- navigation.top