Find a file
2025-11-23 17:40:29 +01:00
.github/workflows Update .github/workflows/deploy.yml 2025-08-20 22:18:27 +00:00
compute-js migrate to fastly deploy 2025-08-14 18:21:41 -04:00
docs docs: Update IPA docs 2025-11-23 17:40:29 +01:00
.gitignore migrate to fastly deploy 2025-08-14 18:21:41 -04:00
LICENSE Initial commit 2023-04-27 23:39:53 +00:00
mkdocs.yml Update some deprecated extensions 2025-08-15 16:52:50 -05:00
README.md Add instructions for running a local development instance of the wiki 2023-06-28 14:37:15 -05:00
requirements.txt Initial commit 2023-04-27 23:39:53 +00:00

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.