SR2 Documentation Site https://cloud.sr2.uk/
Find a file
irl 914dd441c1
Some checks failed
ci / build_and_publish (push) Failing after 23s
ci: build and publish
2026-02-21 17:00:54 +00:00
.forgejo/workflows ci: build and publish 2026-02-21 17:00:54 +00:00
blog Add empty site 2025-11-05 16:55:07 +00:00
docs feat: correction on image version 2025-11-12 12:05:12 +00:00
src feat: first pass at oper guide requirements 2025-11-09 12:07:04 +00:00
static feat: add a bit of faq 2025-11-09 15:25:36 +00:00
.gitignore feat: first pass at oper guide requirements 2025-11-09 12:07:04 +00:00
.gitlab-ci.yml CI config 2025-11-05 17:03:56 +00:00
docusaurus.config.js feat: add cdr link in footer 2025-11-09 14:44:58 +00:00
package-lock.json deps: bump npm deps 2026-02-21 17:00:45 +00:00
package.json feat: first pass at oper guide requirements 2025-11-09 12:07:04 +00:00
README.md Add empty site 2025-11-05 16:55:07 +00:00
sidebars.js feat: first pass at oper guide requirements 2025-11-09 12:07:04 +00:00

Website

This website is built using Docusaurus, a modern static website generator.

Installation

yarn

Local Development

yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

USE_SSH=true yarn deploy

Not using SSH:

GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.