From 537a92d02221c23d19582fef101a51d2286f94de Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Mon, 11 Mar 2024 16:13:01 -0500 Subject: [PATCH] feat: add social info Signed-off-by: Kevin Carter --- docs/index.md | 14 ++++++++++++-- mkdocs.yml | 3 +++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 9887420a..c90c6bf7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -13,12 +13,15 @@ hide: 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. + [:octicons-comment-24: Join the Discord](https://discord.gg/Pa2NsbMC) + - :material-alpha:{ .xl .middle } - __Genestack__ __/dʒen.ə.stæk/__ 1. The Genesis of your Open-Infrastructure 2. Your new favorite ecosystem 3. Enterprise ready 4. The cloud simplified + 5. Hybrid by design - :material-abacus:{ .xl .middle } __Rackspace Cloud Solutions__ @@ -29,9 +32,16 @@ hide: - :material-cloud:{ .lg } __Simple Solutions__ - Learn more about running the cloud infrastructure of Tomorrow, Today. + Learn about the components. + + [:octicons-diff-renamed-16: A complete list of Project Components](genestack-components.md) + + --- + + Start building now. + + [:octicons-play-24: Deployment Guide](genestack-getting-started.md) - A complete list of [Project Components](genestack-components.md) --- diff --git a/mkdocs.yml b/mkdocs.yml index a57f1160..516543a3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -75,6 +75,9 @@ extra: - icon: fontawesome/brands/github link: https://github.com/rackerlabs name: Rackspace on github + - icon: fontawesome/brands/discord + link: https://discord.gg/Pa2NsbMC + name: Rackspace on Discord extra_css: - overrides/stylesheets/adr.css