From ad9baad125202a50ebe7fc7ad89c1cd23ce79429 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=A0imon=20Berka?= <433498@mail.muni.cz>
Date: Tue, 22 Jun 2021 08:41:05 +0000
Subject: [PATCH] Fix/menu

---
 .gitlab-ci.yml                  |  2 +-
 content/cloud/about/_index.md   |  1 +
 content/cloud/flavors/index.md  |  1 +
 content/cloud/register/index.md |  3 +++
 layouts/partials/menu.html      | 11 ++++++++++-
 5 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1e21dc7..ed513c2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,7 +23,7 @@ pages:
   - apk add py3-yaml
   script:
   - git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ics.muni.cz/cloud/hiera.git  
-  - sed -i '10,$d' content/cloud/flavors/index.md 
+  - sed -i '11,$d' content/cloud/flavors/index.md 
   - echo "{{< csv-table header=\"true\">}}" >> content/cloud/flavors/index.md
   - python3 ci/flavor_info_miner.py --hiera-file ./hiera/group/ostack/flavors.yaml
   - cat flavors.csv >> content/cloud/flavors/index.md
diff --git a/content/cloud/about/_index.md b/content/cloud/about/_index.md
index 3986a16..a4e5bfa 100644
--- a/content/cloud/about/_index.md
+++ b/content/cloud/about/_index.md
@@ -3,6 +3,7 @@ title: "About metacentrum.cz cloud"
 date: 2021-05-18T11:22:35+02:00
 draft: false
 weight: -100
+GeekdocHidden: true
 ---
 
 ## Hardware
diff --git a/content/cloud/flavors/index.md b/content/cloud/flavors/index.md
index b31a0f8..968ff0f 100644
--- a/content/cloud/flavors/index.md
+++ b/content/cloud/flavors/index.md
@@ -3,6 +3,7 @@ title: "Flavors"
 date: 2021-05-18T11:22:35+02:00
 draft: false
 disableToc: true
+GeekdocHidden: true
 ---
 In this guide you can find info about all flavors available in Metacentrum Cloud.
 
diff --git a/content/cloud/register/index.md b/content/cloud/register/index.md
index ba60375..bba9c19 100644
--- a/content/cloud/register/index.md
+++ b/content/cloud/register/index.md
@@ -3,9 +3,12 @@ title: "How to Get Access"
 date: 2021-05-18T11:22:35+02:00
 draft: false
 weight: -80
+aliases:
+  - /register
 ---
 
 
+
 Access to MetaCentrum Cloud is granted to users with active accounts in
 one of the following identity federations
 * __EINFRA CESNET__,
diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html
index 72a5dd5..d9d9136 100644
--- a/layouts/partials/menu.html
+++ b/layouts/partials/menu.html
@@ -5,12 +5,21 @@
         
         <h2>Navigation</h2>
         <ul class="gdoc-nav__list">
-            <li><span class="flex"><strong>Information</strong></span>
+            <li><span class="flex"><strong>Basics</strong></span>
             <ul class="gdoc-nav__list">
+                <li><span class="flex"><a class="gdoc-nav__entry " href="/documentation/cloud/about/">About Metacentrum cloud</a></span></li>
+                <li><span class="flex"><a class="gdoc-nav__entry " href="/documentation/cloud/flavors">Flavors</a></span></li>
                 <li><span class="flex"><a class="gdoc-nav__entry " href="/documentation/cloud/news/">News</a></span></li>
             </ul>
             </li>
         </ul>
+        <ul class="gdoc-nav__list">
+            <li><span class="flex"><strong>Links</strong></span>
+            <ul class="gdoc-nav__list">
+                <li><span class="flex"><a class="gdoc-nav__entry " href="https://projects.cloud.muni.cz/">Project request form</a></span></li>
+            </ul>
+            </li>
+        </ul>
     </section>
 
     <section class="gdoc-nav--main">
-- 
GitLab