Skip to content
Snippets Groups Projects
Verified Commit c2baf4dc authored by Šimon Berka's avatar Šimon Berka
Browse files

disable ToC in Flavors page

parent 15d728ab
Branches
Tags
1 merge request!65Enhancements
...@@ -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 '9,$d' content/cloud/flavors/index.md - sed -i '10,$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
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
title: "Flavors" title: "Flavors"
date: 2021-05-18T11:22:35+02:00 date: 2021-05-18T11:22:35+02:00
draft: false draft: false
disableToc: 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment