From 345b80907249a0db2ba44a7014ab25acf3c8ee00 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Fri, 12 Dec 2025 13:58:48 +0000 Subject: [PATCH] Fix yaml config error --- docs/Admin/index.md | 2 +- mkdocs.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Admin/index.md b/docs/Admin/index.md index eb6bc0f..c644e31 100644 --- a/docs/Admin/index.md +++ b/docs/Admin/index.md @@ -10,7 +10,7 @@ This documentation site is provided **"as is"** for informational and educationa ### 1. Accuracy and Currency -While we strive to ensure the information contained herein is accurate and current, we **make no warranties, express or implied,** about the completeness, reliability, suitability, or availability of the content. Infrastructure environments are constantly changing, and configurations may become outdated or specific to our unique setup. AI is used to produce documentation from the steps taken to deploy the solution into a live environment. +While we strive to ensure the information contained herein is accurate and current, we **make no warranties, express or implied,** about the completeness, reliability, suitability, or availability of the content. Infrastructure environments are constantly changing, and configurations may become outdated or specific to our unique setup. AI is used to produce some documentation based on steps taken to deploy the solution into a live environment. ### 2. Security and Sensitive Information diff --git a/mkdocs.yaml b/mkdocs.yaml index 8abdeb3..ccf1069 100644 --- a/mkdocs.yaml +++ b/mkdocs.yaml @@ -1,7 +1,7 @@ site_name: FJLA Documentation nav: - Home: index.md -- User: +- User: index.md - Admin: - Virtualisation & Orchestration: - Combining K8s, PVE & Ceph: Admin/Virtualisation/pve-k8s-ceph-config.md