Skip to content
Snippets Groups Projects
Commit 8f9233cd authored by Andrei Kirushchanka's avatar Andrei Kirushchanka
Browse files

Merge branch 'fix/menu' into 'master'

Fix/menu

See merge request !69
parents 693a8ad8 ad9baad1
No related branches found
No related tags found
1 merge request!69Fix/menu
...@@ -23,7 +23,7 @@ pages: ...@@ -23,7 +23,7 @@ pages:
- apk add py3-yaml - apk add py3-yaml
script: script:
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ics.muni.cz/cloud/hiera.git - 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 - echo "{{< csv-table header=\"true\">}}" >> content/cloud/flavors/index.md
- python3 ci/flavor_info_miner.py --hiera-file ./hiera/group/ostack/flavors.yaml - python3 ci/flavor_info_miner.py --hiera-file ./hiera/group/ostack/flavors.yaml
- cat flavors.csv >> content/cloud/flavors/index.md - cat flavors.csv >> content/cloud/flavors/index.md
......
...@@ -3,6 +3,7 @@ title: "About metacentrum.cz cloud" ...@@ -3,6 +3,7 @@ title: "About metacentrum.cz cloud"
date: 2021-05-18T11:22:35+02:00 date: 2021-05-18T11:22:35+02:00
draft: false draft: false
weight: -100 weight: -100
GeekdocHidden: true
--- ---
## Hardware ## Hardware
......
...@@ -3,6 +3,7 @@ title: "Flavors" ...@@ -3,6 +3,7 @@ title: "Flavors"
date: 2021-05-18T11:22:35+02:00 date: 2021-05-18T11:22:35+02:00
draft: false draft: false
disableToc: true disableToc: true
GeekdocHidden: true
--- ---
In this guide you can find info about all flavors available in Metacentrum Cloud. In this guide you can find info about all flavors available in Metacentrum Cloud.
......
...@@ -3,9 +3,12 @@ title: "How to Get Access" ...@@ -3,9 +3,12 @@ title: "How to Get Access"
date: 2021-05-18T11:22:35+02:00 date: 2021-05-18T11:22:35+02:00
draft: false draft: false
weight: -80 weight: -80
aliases:
- /register
--- ---
Access to MetaCentrum Cloud is granted to users with active accounts in Access to MetaCentrum Cloud is granted to users with active accounts in
one of the following identity federations one of the following identity federations
* __EINFRA CESNET__, * __EINFRA CESNET__,
......
...@@ -5,12 +5,21 @@ ...@@ -5,12 +5,21 @@
<h2>Navigation</h2> <h2>Navigation</h2>
<ul class="gdoc-nav__list"> <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"> <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> <li><span class="flex"><a class="gdoc-nav__entry " href="/documentation/cloud/news/">News</a></span></li>
</ul> </ul>
</li> </li>
</ul> </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>
<section class="gdoc-nav--main"> <section class="gdoc-nav--main">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment