No description
Find a file
github-actions[bot] 05e12ae3e4 Sync docs sources\n\nlancommander@v2.0.0-rc4
ut2004@v3339
2026-01-26 00:34:45 +00:00
.external Sync docs sources\n\nlancommander@v2.0.0-rc4 2026-01-26 00:34:45 +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.0-rc4 2026-01-26 00:34:45 +00:00
GameServers Sync docs sources\n\nlancommander@v2.0.0-rc2 2026-01-21 08:12:57 +00:00
src Add game servers section 2026-01-21 02:10:18 -06:00
static Initial commit 2026-01-20 20:21:56 -06:00
.gitignore Initial commit 2026-01-20 20:21:56 -06:00
docusaurus.config.ts Add game servers section 2026-01-21 02:10:18 -06:00
package-lock.json Add game servers section 2026-01-21 02:10:18 -06:00
package.json Add game servers section 2026-01-21 02:10:18 -06:00
README.md Initial commit 2026-01-20 20:21:56 -06:00
sidebars.documentation.ts Add releases to sidebar 2026-01-23 19:10:42 -06:00
sidebars.gameServers.ts Add game servers section 2026-01-21 02:10:18 -06:00
sources.yml FIx pathing 2026-01-20 21:14:45 -06: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.