Skip to content

Commit

Permalink
fix: Remove unused mkdocs stuff
Browse files Browse the repository at this point in the history
Actual docs updates? Still to do. This just stops ansible-lint from
complaining.
  • Loading branch information
woll0r committed May 27, 2023
1 parent b96baf4 commit efd633f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
3 changes: 3 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# K8S-GitOps

!!! warning
These docs haven't been touched in a while, so they might be out of date.

This repository serves as the declarative "source of truth" for my Kubernetes
cluster at home. [Flux] watches over the
`cluster` folder to check for changes and apply them to the cluster.
Expand Down
12 changes: 1 addition & 11 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: Home Cluster
site_description: Home Kubernetes (k3s) cluster managed by Flux2
site_author: Wolfgang Vandevenne
site_url: https://woll0r.github.io/k8s-cluster
copyright: Copyright © 2021 Wolfgang Vandevenne
dev_addr: 0.0.0.0:8000

# Repository
Expand Down Expand Up @@ -59,7 +59,6 @@ markdown_extensions:
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- toc:
permalink: true
Expand All @@ -70,9 +69,6 @@ markdown_extensions:
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
Expand All @@ -82,12 +78,6 @@ markdown_extensions:
repo: kube-gitops
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid-experimental
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde

0 comments on commit efd633f

Please sign in to comment.