No description
Find a file
github-actions[bot] cf31cd48a1 Sync docs sources\n\nlancommander@v2.0.1
interposer@v1.0.0
bf1942@v1.61
callofduty@v1.5b
counterstrikesource@v1.0.0
darkmessiah@unversioned
eliteforce@v1.30
jediacademy@v1.0.0
jedioutcast@v1.4.1
portalknights@unversioned
quake3arena@v1.0.0
rtcw@unversioned
ut2004@v3339
2026-03-17 01:13:59 +00:00
.external Sync docs sources\n\nlancommander@v2.0.1 2026-03-17 01:13:59 +00:00
.github/workflows Publish workflow 2026-01-20 21:15:04 -06:00
blog Initial commit 2026-01-20 20:21:56 -06:00
Documentation Sync docs sources\n\nlancommander@v2.0.1 2026-03-15 22:49:57 +00:00
GameServers Fix markdown syntax 2026-03-13 20:01:02 -05:00
Interposer Sync docs sources\n\nlancommander@v2.0.1 2026-03-17 01:13:59 +00:00
src Actually fix screenshot pathing 2026-03-06 18:46:15 -06:00
static Fix missing screenshot, screenshot pathing 2026-03-06 18:25:57 -06:00
.gitignore Initial commit 2026-01-20 20:21:56 -06:00
docusaurus.config.ts Add support for Interposer documentation 2026-03-15 00:56:09 -05:00
package-lock.json Style updates 2026-03-05 00:01:44 -06:00
package.json Style updates 2026-03-05 00:01:44 -06:00
README.md Initial commit 2026-01-20 20:21:56 -06:00
sidebars.documentation.ts Fix releases menu bar entry 2026-03-06 18:30:17 -06:00
sidebars.gameServers.ts Add game servers section 2026-01-21 02:10:18 -06:00
sidebars.interposer.ts Fix interposer directory 2026-03-15 02:16:30 -05:00
sources.yml Add support for Interposer documentation 2026-03-15 00:56:09 -05:00
tsconfig.json Initial commit 2026-01-20 20:21:56 -06: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.