diff --git a/docs/index.md b/docs/index.md
index 60cff529..730cc826 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -4,25 +4,31 @@ hide:
- toc
---
-# Welcome to the Genestack Documentation
+# Welcome to the Rackspace Cloud Documentation
-- :material-abacus:{ .lg .middle } __Genestack__
+- :material-abacus:{ .xl .middle } __Rackspace Cloud Solutions__
- ---
+ Where Kubernetes and OpenStack tango in the cloud. Imagine a waltz between systems that deploy what you need. Operators play the score,
+ managing the complexity with a flick of their digital batons. They unify the chaos, making scaling and management a piece of cake. Think
+ of it like a conductor effortlessly guiding a cacophony into a symphony.
- Where Kubernetes and OpenStack tango in the cloud. Imagine a waltz between systems that deploy
- what you need. Operators play the score, managing the complexity with a flick of their digital batons. They
- unify the chaos, making scaling and management a piece of cake. Think of it like a conductor effortlessly
- guiding a cacophony into a symphony.
-
-- :material-alpha:{ .lg .middle } __dʒen.ə.stæk__
-
- ---
+- :material-alpha:{ .xl .middle } - __Genestack__ __/dʒen.ə.stæk/__
1. The genesis of Open-Infrastructure
2. Cloud Simplified
3. Your new favorite ecosystem
+ 4. Enterprise Ready
+
+- :material-cloud:{ .lg } __Simple Solutions__
+
+ Learn more about running the cloud infrastructure of Tomorrow, [Today](k8s-overview.md).
+
+- :material-heart:{ .lg } __A Welcoming Community__
+
+ Rackspace would like to once again welcome you to the cloud. If you're developing applications, wanting to contribute to OpenStack, or just
+ looking for a better platform; you're in the right place.
+
---
diff --git a/docs/overrides/stylesheets/adr.css b/docs/overrides/stylesheets/adr.css
index 7bf9d4b6..76abee8d 100644
--- a/docs/overrides/stylesheets/adr.css
+++ b/docs/overrides/stylesheets/adr.css
@@ -94,7 +94,26 @@
}
.md-grid {
- max-width: 95%;
+ max-width: 100%;
+ flex-grow: 1
+}
+
+.md-main__inner {
+ display: flex;
+ height: 100%;
+ margin-top: 1.5rem
+}
+
+.md-content {
+ flex-grow: 1;
+ min-width: 0;
+ max-width: 1000px;
+}
+
+.md-main {
+ flex-grow: 1;
+ margin-left: auto;
+ margin-right: auto
}
.md-nav__item--active>.md-nav__link {
diff --git a/mkdocs.yml b/mkdocs.yml
index d6234a39..f9b401d5 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,9 +1,12 @@
---
-site_name: Genestack
+site_name: Open Infrastructure
site_description: >-
- Genestack — by Rackspace, where Kubernetes and OpenStack tango in the cloud. Imagine a waltz between systems that deploy what you need.
+ Open Infrastructure, a Rackspace solution, is a collection of open-source tools and technologies that provide a
+ flexible, scalable, and cost-effective infrastructure solution for your business. This documentation provides
+ information on how to deploy and manage Open-Infrastructure in your environment. It also provides information on how
+ to onboard and manage your workloads on OpenStack, Kubernetes, and other open-source technologies.
-site_url: https://rackerlabs.github.io/genestack
+site_url: https://docs.rackspacecloud.com
theme:
name: material
@@ -110,7 +113,7 @@ nav:
- Building Virtual Environments: build-test-envs.md
- Simple Setup: quickstart.md
- Deployment Guide:
- - genestack-getting-started.md
+ - Getting Started: genestack-getting-started.md
- Open Infrastructure:
- Kubernetes:
- k8s-overview.md