Skip to content

Commit

Permalink
feat: improve our CSS
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Carter <[email protected]>
  • Loading branch information
cloudnull committed Mar 7, 2024
1 parent 582e967 commit 5a27c58
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 16 deletions.
28 changes: 17 additions & 11 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,31 @@ hide:
- toc
---

# Welcome to the Genestack Documentation
# Welcome to the Rackspace Cloud Documentation

<div class="grid cards" markdown>
- :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.

</div>

---
Expand Down
21 changes: 20 additions & 1 deletion docs/overrides/stylesheets/adr.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
11 changes: 7 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5a27c58

Please sign in to comment.