From bd0e45269014f2cbd74365e6fdc295d64c01906b Mon Sep 17 00:00:00 2001 From: SheryarButt Date: Tue, 23 Jul 2024 19:50:39 +0500 Subject: [PATCH] Update location for index.md and fix file name --- content/{about/overview.md => index.md} | 2 +- theme_override/mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename content/{about/overview.md => index.md} (98%) diff --git a/content/about/overview.md b/content/index.md similarity index 98% rename from content/about/overview.md rename to content/index.md index 8c2148b9..41d1a1a4 100644 --- a/content/about/overview.md +++ b/content/index.md @@ -8,7 +8,7 @@ Organizations have adopted containers and Kubernetes to automate their applicati Companies require a solution with a justifiable return on their investment. -![Stakater App Agility Platform](./images/saap.jpg) +![Stakater App Agility Platform](./about/images/saap.jpg) Stakater App Agility Platform is a fully managed enterprise Kubernetes platform. With Stakater App Agility Platform, innovators can focus on what matters, stay competitive, and outpace rising customer expectations without worrying about managing the underlying infrastructure. diff --git a/theme_override/mkdocs.yml b/theme_override/mkdocs.yml index 3c613343..2bde6db4 100644 --- a/theme_override/mkdocs.yml +++ b/theme_override/mkdocs.yml @@ -24,7 +24,7 @@ markdown_extensions: - pymdownx.snippets nav: - About: - - about/overview.md + - index.md - about/saap-features.md - about/saap-key-differentiators.md - about/service-definition.md