From efd633fea87edc6e9765baf3179d0f338eaa4032 Mon Sep 17 00:00:00 2001 From: Wolfgang Vandevenne Date: Sat, 27 May 2023 17:28:30 +0200 Subject: [PATCH] fix: Remove unused mkdocs stuff Actual docs updates? Still to do. This just stops ansible-lint from complaining. --- docs/index.md | 3 +++ mkdocs.yaml | 12 +----------- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/docs/index.md b/docs/index.md index 2c944af6b..79f49bdc2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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. diff --git a/mkdocs.yaml b/mkdocs.yaml index 45b9bce91..50fde3303 100644 --- a/mkdocs.yaml +++ b/mkdocs.yaml @@ -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 @@ -59,7 +59,6 @@ markdown_extensions: - attr_list - def_list - footnotes - - meta - md_in_html - toc: permalink: true @@ -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 @@ -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