Go to file
Alan Marshall b1cbdac530
mkdocs build / build (push) Successful in 33s Details
Merge pull request 'migrate_to_testing_wiki' (#8) from tcooper/testing-wiki:migrate_to_testing_wiki into main
Reviewed-on: #8
Checked the browser pages in development box and the migration has worked correctly.
There are a number of updates required to the migrated files but I view that as a separate issue to be addressed later.
This PR is ready for merge.
2024-04-26 01:34:00 +00:00
.github/workflows Initial commit 2023-04-27 23:39:53 +00:00
docs relocate navigation 2024-04-21 13:53:34 -07: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.