From 39bb2ee6e7c13371dea5c24669371baef3917922 Mon Sep 17 00:00:00 2001 From: sspencerwire Date: Thu, 20 Mar 2025 10:15:36 -0500 Subject: [PATCH] Add SIG links to Links * create `sigs` directory under links * create `sigs/index.md` * create `links/.pages` to properly format Sigs to SIGs --- docs/rocky_insights/links/.pages | 5 +++++ docs/rocky_insights/links/sigs/index.md | 10 ++++++++++ 2 files changed, 15 insertions(+) create mode 100644 docs/rocky_insights/links/.pages create mode 100644 docs/rocky_insights/links/sigs/index.md diff --git a/docs/rocky_insights/links/.pages b/docs/rocky_insights/links/.pages new file mode 100644 index 0000000000..bc26958cdd --- /dev/null +++ b/docs/rocky_insights/links/.pages @@ -0,0 +1,5 @@ + nav: + - ... | index*.md + - SIGs: sigs + - ... + diff --git a/docs/rocky_insights/links/sigs/index.md b/docs/rocky_insights/links/sigs/index.md new file mode 100644 index 0000000000..74ebc55f48 --- /dev/null +++ b/docs/rocky_insights/links/sigs/index.md @@ -0,0 +1,10 @@ +--- +title: Special Interest Groups +author: Steven Spencer +contributors: +--- + +* Alternate Architecture [SIG/AltArch](https://sig-altarch.rocky.page) +* Cloud Services [SIG/Cloud](https://sig-cloud.rocky.page/) +* Infrastructure [SIG/Infra](https://infra.rocky.page/) +* Release Engineering [SIG/Core](https://sig-core.rocky.page)