init resf community team wiki

This commit is contained in:
Neil Hanlon 2024-02-14 17:06:49 -05:00
parent 208f183194
commit 7128b06036
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
5 changed files with 20 additions and 15 deletions

View File

@ -1,7 +1,15 @@
# REPLACEME Wiki # RESF Community Team Wiki
@TODO - fill in :) @TODO - fill in :)
## Continuous Integration / Continuous Deployment ## 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.

View File

@ -1 +1 @@
REPLACEME.rocky.page community.rocky.page

View File

@ -1,4 +1,4 @@
# REPLACEME Wiki # RESF Community Team Wiki
## Links ## Links
@ -8,9 +8,3 @@
## Members ## Members
## Project layout
mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.

View File

@ -1,13 +1,14 @@
--- ---
# Project information # Project information
site_name: REPLACEME Wiki site_name: RESF Community Team Wiki
site_url: https://REPLACEME.rocky.page site_url: https://community.rocky.page
site_description: >- site_description: >-
REPLACEME Rocky Enterprise Software Foundation - Community Team
Rocky Linux, Peridot
# Repository # Repository
repo_url: https://git.resf.org/REPLACEME/wiki repo_url: https://git.resf.org/community/wiki
repo_name: REPLACEME/wiki repo_name: community/wiki
edit_uri: _edit/main/docs/ edit_uri: _edit/main/docs/
# Copyright # Copyright
@ -55,6 +56,7 @@ theme:
plugins: plugins:
- autolinks - autolinks
- awesome-pages - awesome-pages
- social
- git-revision-date-localized: - git-revision-date-localized:
type: date type: date
- search - search

View File

@ -5,3 +5,4 @@ mkdocs-git-revision-date-localized-plugin
mkdocs-macros-plugin mkdocs-macros-plugin
mkdocs-material mkdocs-material
mkdocs-windmill mkdocs-windmill
mkdocs-material[imaging]