Go to file
Al Bowles 700cbb782f
mkdocs build / build (push) Successful in 28s Details
Merge pull request 'Document repocompare process' (#7) from sop_repocompare into main
Reviewed-on: #7
2023-08-17 18:22:07 +00:00
.github/workflows Initial commit 2023-04-27 23:39:53 +00:00
docs Address @tcooper's feedback 2023-08-15 17:47:23 -05:00
LICENSE Initial commit 2023-04-27 23:39:53 +00:00
README.md Add instructions for running a local development instance of the wiki 2023-06-28 14:37:15 -05:00
mkdocs.yml add support for include content 2023-04-29 13:19:57 -07:00
requirements.txt Initial commit 2023-04-27 23:39:53 +00:00

README.md

Testing Team Wiki

This is the wiki repository for the Rocky Linux Testing Team.

https://testing.rocky.page

Continuous Integration / Continuous Deployment

Actions Runner executes workflow to publish to https://testing.rocky.page on push to main.

Local Development

To run a local instance of the wiki for development purposes, do the following:

# Install dependencies
pip3 install -r requirements.txt

# Run the local mkdocs server
mkdocs serve

The wiki will be available at http://127.0.0.1:8080 and will refresh automatically when edited files are saved.