From a75bc60c291a800feedba9874cb6669a25fe4a9a Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Mon, 9 Oct 2023 20:51:31 -0400 Subject: [PATCH] init repo with kernel content --- README.md | 4 ++-- docs/CNAME | 2 +- docs/index.md | 11 ++++++++++- mkdocs.yml | 10 +++++----- 4 files changed, 18 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0a5ef85..73d806c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# REPLACEME Wiki +# SIG/Kernel Wiki @TODO - fill in :) ## Continuous Integration / Continuous Deployment -Actions Runner executes workflow to publish to https://REPLACEME.rocky.page on push to main. +Actions Runner executes workflow to publish to https://sig-kernel.rocky.page on push to main. diff --git a/docs/CNAME b/docs/CNAME index f3adce1..b6451c7 100644 --- a/docs/CNAME +++ b/docs/CNAME @@ -1 +1 @@ -REPLACEME.rocky.page +sig-kernel.rocky.page diff --git a/docs/index.md b/docs/index.md index c025f75..e793f43 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,13 +1,22 @@ -# REPLACEME Wiki +# SIG/Kernel Wiki ## Links +* https://git.rockylinux.org/sig/kernel/ +* https://peridot.build.resf.org/708f99fe-7e89-4241-959a-4ff259786b4a +* https://peridot.build.resf.org/13172560-6e5d-4e65-ae71-750f99096856 + ## Responsibilities ## Meetings / Communications ## Members +* Sherif Nagy +* Pablo Greco +* Neil Hanlon +* Pratham Patel + ## Project layout mkdocs.yml # The configuration file. diff --git a/mkdocs.yml b/mkdocs.yml index 832aaf5..d371f98 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,13 +1,13 @@ --- # Project information -site_name: REPLACEME Wiki -site_url: https://REPLACEME.rocky.page +site_name: SIG/Kernel Wiki +site_url: https://sig-kernel.rocky.page site_description: >- - REPLACEME + SIG/Kernel Wiki # Repository -repo_url: https://git.resf.org/REPLACEME/wiki -repo_name: REPLACEME/wiki +repo_url: https://git.resf.org/sig_kernel/wiki +repo_name: sig_kernel/wiki edit_uri: _edit/main/docs/ # Copyright