Skip to content
Snippets Groups Projects
Commit 19c17e1b authored by Ben Morrice's avatar Ben Morrice
Browse files

Merge branch 'cs8auto' into 'master'

add mkdocs config to support CS8 autogen updates

See merge request !51
parents 5827a6b2 9838a9cb
No related branches found
No related tags found
1 merge request!51add mkdocs config to support CS8 autogen updates
# System updates # 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) ## CentOS 8 (C8)
* [Updates/Errata](/updates/c8/prod/latest_updates) * [Updates/Errata](/updates/c8/prod/latest_updates)
......
...@@ -36,6 +36,14 @@ markdown_extensions: ...@@ -36,6 +36,14 @@ markdown_extensions:
plugins: plugins:
- updates-autogeneration-plugin: - updates-autogeneration-plugin:
autogenerate_path: 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: - AUTOGENERATE_C8_PROD:
section_name: Production section_name: Production
path: updates/c8/prod/ path: updates/c8/prod/
...@@ -103,6 +111,10 @@ nav: ...@@ -103,6 +111,10 @@ nav:
- 'AIMS2 Client': installation/aims/aims2client.md - 'AIMS2 Client': installation/aims/aims2client.md
- 'Updates': - 'Updates':
# These MkDocs Links will be replaced by autogenerated sections by the plugin # 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: - C8:
- 'Software repositories': updates/c8/index.md - 'Software repositories': updates/c8/index.md
- AUTOGENERATE_C8_PROD - AUTOGENERATE_C8_PROD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment