From 9838a9cbdfa66023ef839df3c8993d1d3ed80d3c Mon Sep 17 00:00:00 2001 From: Ben Morrice Date: Wed, 24 Mar 2021 16:22:34 +0100 Subject: [PATCH] add mkdocs config to support CS8 autogen updates --- docs/updates/index.md | 6 ++++++ mkdocs.yml | 12 ++++++++++++ 2 files changed, 18 insertions(+) diff --git a/docs/updates/index.md b/docs/updates/index.md index 96ad0b59..e1389d7f 100644 --- a/docs/updates/index.md +++ b/docs/updates/index.md @@ -1,5 +1,11 @@ # System updates +## CentOS Stream 8 (CS8) + +* [Updates/Errata](/updates/cs8/prod/latest_updates) +* [TEST Updates/Errata](/updates/cs8/test/latest_updates) +* [Software repositories](/updates/cs8/) + ## CentOS 8 (C8) * [Updates/Errata](/updates/c8/prod/latest_updates) diff --git a/mkdocs.yml b/mkdocs.yml index 49258734..923d124b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -36,6 +36,14 @@ markdown_extensions: plugins: - updates-autogeneration-plugin: autogenerate_path: + - AUTOGENERATE_CS8_PROD: + section_name: Production + path: updates/cs8/prod/ + template_path: updates/cs8/prod.tpl + - AUTOGENERATE_CS8_TEST: + section_name: Testing + path: updates/cs8/test/ + template_path: updates/cs8/test.tpl - AUTOGENERATE_C8_PROD: section_name: Production path: updates/c8/prod/ @@ -103,6 +111,10 @@ nav: - 'AIMS2 Client': installation/aims/aims2client.md - 'Updates': # These MkDocs Links will be replaced by autogenerated sections by the plugin + - CS8: + - 'Software repositories': updates/cs8/index.md + - AUTOGENERATE_CS8_PROD + - AUTOGENERATE_CS8_TEST - C8: - 'Software repositories': updates/c8/index.md - AUTOGENERATE_C8_PROD -- GitLab