This is the github repository for the user-facing documentation of UO RACS resaerch computing cluster, Talapas.
The website is built using the static site generator, Jekyll with the Just-The-Docs theme. All content on the site is generated from source markdown files (i.e. .md) within the repository. The landing page is laid out in index.md where the remaining documentation pages live in the docs/ folder.
To contribute feel free to edit any of the documentation markdown files. Preferrably if the change is significant in size, make the changes in a new feature branch, followed by creating a pull request to merge those changes into the main branch. Only the main branch is deployed to the site through GitHub Pages and is automatically deployed on any new changes to the main branch.
For more details on the formmatting of specific details including navigation, callouts, code blocks, mermaid diagrams, page linking, etc see the documentation site for the Just-The-Docs theme here (built with itself!).