diff --git a/.project-standards.yaml b/.project-standards.yaml deleted file mode 100644 index d7c9612..0000000 --- a/.project-standards.yaml +++ /dev/null @@ -1,7 +0,0 @@ -standards_version: "2025.1" -last_configured: "2026-04-04" -components: - github-pages: "2025.1" - github-pages-generator: "mkdocs" - github-pages-source: "docs/" - github-pages-theme: "material" diff --git a/mkdocs.yml b/mkdocs.yml deleted file mode 100644 index 57a01e4..0000000 --- a/mkdocs.yml +++ /dev/null @@ -1,43 +0,0 @@ -site_name: K8s Launchpad -site_description: Documentation for the GitOps-managed Kubernetes cluster -repo_url: https://git.forteapps.net/Forte/launchpad -repo_name: Forte/launchpad - -theme: - name: material - palette: - - scheme: default - primary: indigo - toggle: - icon: material/brightness-7 - name: Switch to dark mode - - scheme: slate - primary: indigo - toggle: - icon: material/brightness-4 - name: Switch to light mode - features: - - navigation.instant - - navigation.sections - - navigation.top - - search.highlight - - content.code.copy - -nav: -- Home: README.md -- GitOps Architecture: GITOPS-ARCHITECTURE.md -- Developer Guide: DEVELOPER-GUIDE.md -- Operations Runbook: OPERATIONS-RUNBOOK.md -- Technical Reference: REFERENCE.md - -markdown_extensions: -- tables -- toc: - permalink: true -- pymdownx.highlight: - anchor_linenums: true -- pymdownx.superfences -- pymdownx.tabbed: - alternate_style: true -- admonition -- pymdownx.details