Skip to content

Commit

Permalink
fix-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rwlove committed Mar 14, 2024
1 parent 16be7c1 commit c46bc36
Showing 1 changed file with 84 additions and 0 deletions.
84 changes: 84 additions & 0 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
---
# Project information
site_name: rwlove | home-ops
site_description: My home operations documentation
site_author: Bubba
site_url: https://rwlove.github.io/home-ops/

# Repository
repo_name: rwlove/home-ops
repo_url: https://github.com/rwlove/home-ops
edit_uri: ""

# Configuration
docs_dir: ./docs

theme:
name: material
logo: _assets/images/logo.jpg
icon:
repo: fontawesome/brands/github-alt
language: en
font: false
features:
- navigation.tabs
- navigation.sections
- navigation.tracking
- search.highlight
- search.suggest
palette:
- scheme: default
primary: blue grey
accent: red
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: blue grey
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to light mode

# Plugins
plugins:
- search:
lang: en
- minify:
minify_html: true
- macros:
include_dir: docs/_snippets

markdown_extensions:
- admonition
- attr_list
- toc:
permalink: true

# Customization
extra_javascript:
- _assets/js/fancybox.umd.js

extra_css:
- _assets/css/fancybox.css

extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/rwlove

# Navigation structure
nav:
- Home:
- "index.md"
#- "home/repo_structure.md"
#- "home/cluster_overview.md"
#- "home/tools.md"
#- Storage:
#- "storage/index.md"
#- "storage/backups.md"
#- Networking:
#- "networking/index.md"
#- "networking/dns.md"
#- "networking/podgateway.md"
#- "networking/multus.md"

0 comments on commit c46bc36

Please sign in to comment.