diff --git a/README.md b/README.md index 0a5ef85..a346d99 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,12 @@ -# REPLACEME Wiki +# SIG/Fasttrack Wiki -@TODO - fill in :) + FastTrack, as an ode to a past CentOS repository of a similar name, is a SIG to attempt to provide the following: + + * Fixes, customizations, improvements to packages that the community would like to see + * This also includes doing backports of patches that may not be released by our upstreams to address any type of bugs + * Potential packages that could potentially make it to CentOS Stream or EPEL + * Newer versions of software that override the base repositories that would likely never land in RHEL, CentOS Stream, or EPEL ## 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-fasttrack.rocky.page on push to main. diff --git a/docs/CNAME b/docs/CNAME index f3adce1..ee9fa8a 100644 --- a/docs/CNAME +++ b/docs/CNAME @@ -1 +1 @@ -REPLACEME.rocky.page +sig-fasttrack.rocky.page diff --git a/docs/index.md b/docs/index.md index c025f75..b6571b0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,11 @@ -# REPLACEME Wiki +# SIG/FastTrack Wiki + + FastTrack, as an ode to a past CentOS repository of a similar name, is a SIG to attempt to provide the following: + + * Fixes, customizations, improvements to packages that the community would like to see + * This also includes doing backports of patches that may not be released by our upstreams to address any type of bugs + * Potential packages that could potentially make it to CentOS Stream or EPEL + * Newer versions of software that override the base repositories that would likely never land in RHEL, CentOS Stream, or EPEL ## Links diff --git a/mkdocs.yml b/mkdocs.yml index 832aaf5..562e6f6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,13 +1,18 @@ --- # Project information -site_name: REPLACEME Wiki -site_url: https://REPLACEME.rocky.page +site_name: SIG/FastTrack Wiki +site_url: https://sig-fasttrack.rocky.page site_description: >- - REPLACEME + FastTrack, as an ode to a past CentOS repository of a similar name, is a SIG to attempt to provide the following: + + * Fixes, customizations, improvements to packages that the community would like to see + * This also includes doing backports of patches that may not be released by our upstreams to address any type of bugs + * Potential packages that could potentially make it to CentOS Stream or EPEL + * Newer versions of software that override the base repositories that would likely never land in RHEL, CentOS Stream, or EPEL # Repository -repo_url: https://git.resf.org/REPLACEME/wiki -repo_name: REPLACEME/wiki +repo_url: https://git.resf.org/sig_fasttrack/wiki +repo_name: sig_fasttrack/wiki edit_uri: _edit/main/docs/ # Copyright