diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1e21dc7adf11d3a15dd348d98f8e19c08bbb19d7..ed513c23cb8b667d853609c73aa37b6159667f06 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 3986a16f64cff420b5cf4e51e3f1ccadf2491e93..a4e5bfaa4cc71d0bf786269d3bccc3e4cb4238cc 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 b31a0f8cc820ef7fce56b6ee46d02e1167099e8b..968ff0f1ea773062bd66fcf3df8c05bda10f4421 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 ba6037591d2fd2ad27bd4eb63056a5c3db77aae4..bba9c19b74ca8536260c2be247bad23127ca71ed 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 72a5dd546a9b02795ab93958a5df3cd0f97e6ca3..d9d9136f1cbf699f3bf3c670458c3415301eeb84 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">