diff --git a/README.md b/README.md index 0a5ef85..3b97523 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,15 @@ -# REPLACEME Wiki +# RESF Community Team 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://community.rocky.page on push to main. + +## Project layout + + mkdocs.yml # The configuration file. + README.md # This file you're reading + docs/ + index.md # The documentation homepage. + ... # Other markdown pages, images and other files. diff --git a/docs/CNAME b/docs/CNAME index f3adce1..34d5ffd 100644 --- a/docs/CNAME +++ b/docs/CNAME @@ -1 +1 @@ -REPLACEME.rocky.page +community.rocky.page diff --git a/docs/index.md b/docs/index.md index c025f75..b51c97f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,4 @@ -# REPLACEME Wiki +# RESF Community Team Wiki ## Links @@ -8,9 +8,3 @@ ## Members -## Project layout - - mkdocs.yml # The configuration file. - docs/ - index.md # The documentation homepage. - ... # Other markdown pages, images and other files. diff --git a/mkdocs.yml b/mkdocs.yml index 832aaf5..c16c323 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,13 +1,14 @@ --- # Project information -site_name: REPLACEME Wiki -site_url: https://REPLACEME.rocky.page +site_name: RESF Community Team Wiki +site_url: https://community.rocky.page site_description: >- - REPLACEME + Rocky Enterprise Software Foundation - Community Team + Rocky Linux, Peridot # Repository -repo_url: https://git.resf.org/REPLACEME/wiki -repo_name: REPLACEME/wiki +repo_url: https://git.resf.org/community/wiki +repo_name: community/wiki edit_uri: _edit/main/docs/ # Copyright @@ -55,6 +56,7 @@ theme: plugins: - autolinks - awesome-pages + - social - git-revision-date-localized: type: date - search diff --git a/requirements.txt b/requirements.txt index 84fdbd7..faf266f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,3 +5,4 @@ mkdocs-git-revision-date-localized-plugin mkdocs-macros-plugin mkdocs-material mkdocs-windmill +mkdocs-material[imaging]