No description
Find a file
github-actions[bot] 8f3c8de6c9 Sync docs sources\n\nlancommander@v2.1.0-rc3
interposer@v1.0.5
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-05-27 02:21:23 +00:00
.external Sync docs sources\n\nlancommander@v2.1.0-rc3 2026-05-27 02:21:23 +00:00
.github/workflows Run publish when other repos update their docs 2026-03-18 01:33:22 -05:00
blog Initial commit 2026-01-20 20:21:56 -06:00
Documentation Sync docs sources\n\nlancommander@v2.1.0-rc3 2026-05-25 09:40:09 +00:00
GameServers Fix markdown syntax 2026-03-13 20:01:02 -05:00
Interposer Sync docs sources\n\nlancommander@v2.1.0-rc3 2026-05-27 02:21:23 +00:00
src Adjust screenshot border/shadow 2026-05-19 18:36:59 -05: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 Fix links in footer, add Interposer releases to sidebar 2026-03-30 19:18:59 -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 Add getting started to sidebar 2026-03-23 00:56:27 -05:00
sidebars.gameServers.ts Add game servers section 2026-01-21 02:10:18 -06:00
sidebars.interposer.ts Remove BorderlessFullscreen sidebar 2026-05-19 01:48:12 -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.