From c844ad8ad418ee5f9833434af4266002cd9483b9 Mon Sep 17 00:00:00 2001
From: Andrew Shoell <mrlunchbox777@gmail.com>
Date: Thu, 21 Mar 2024 14:42:37 -0600
Subject: [PATCH] fixing more home home duplications

---
 docs/developer/.pages                                  | 2 +-
 docs/developer/package-integration/.pages              | 2 +-
 docs/guides/.pages                                     | 2 +-
 docs/prerequisites/.pages                              | 2 +-
 docs/understanding-bigbang/.pages                      | 2 +-
 docs/understanding-bigbang/package-architecture/.pages | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/developer/.pages b/docs/developer/.pages
index 422377a53a..dba8eaa82d 100644
--- a/docs/developer/.pages
+++ b/docs/developer/.pages
@@ -1,5 +1,5 @@
 nav:
-  - Home: README.md
+  - Overview: README.md
   - AWS Dev Script: aws-k3d-script.md
   - CI Workflow: ci-workflow.md
   - Package Development: develop-package.md
diff --git a/docs/developer/package-integration/.pages b/docs/developer/package-integration/.pages
index b9466ec334..432e32a3c6 100644
--- a/docs/developer/package-integration/.pages
+++ b/docs/developer/package-integration/.pages
@@ -1,5 +1,5 @@
 nav:
-  - Home: README.md
+  - Overview: README.md
   - Database: database.md
   - Documentation: documentation.md
   - Flux: flux.md
diff --git a/docs/guides/.pages b/docs/guides/.pages
index b449ed20e1..b6abddd883 100644
--- a/docs/guides/.pages
+++ b/docs/guides/.pages
@@ -1,5 +1,5 @@
 nav:
-  - Home: README.md
+  - Overview: README.md
   - Using Big Bang: using-bigbang
   - Deployment Scenarios: deployment-scenarios
   - Backup and Restore: backup-and-restore
diff --git a/docs/prerequisites/.pages b/docs/prerequisites/.pages
index 80e7b04737..ccc2e0ad11 100644
--- a/docs/prerequisites/.pages
+++ b/docs/prerequisites/.pages
@@ -1,5 +1,5 @@
 nav:
-  - Home: README.md
+  - Overview: README.md
   - Install Flux: install-flux.md
   - OS Preconfiguration: os-preconfiguration.md
   - Kubernetes Preconfiguration: kubernetes-preconfiguration.md
diff --git a/docs/understanding-bigbang/.pages b/docs/understanding-bigbang/.pages
index af2aa0d977..a3c60612f5 100644
--- a/docs/understanding-bigbang/.pages
+++ b/docs/understanding-bigbang/.pages
@@ -1,5 +1,5 @@
 nav:
-  - Home: README.md
+  - Overview: README.md
   - Licensing Model: licensing-model.md
   - Configuration: configuration
   - Concepts: concepts
diff --git a/docs/understanding-bigbang/package-architecture/.pages b/docs/understanding-bigbang/package-architecture/.pages
index 7f9c22eea1..c23d4e09a4 100644
--- a/docs/understanding-bigbang/package-architecture/.pages
+++ b/docs/understanding-bigbang/package-architecture/.pages
@@ -1,4 +1,4 @@
 nav:
-  - Home: README.md
+  - Overview: README.md
   - ... 
   - Template MD: ref-package.md
-- 
GitLab