This is the Geyser website is built using Docusaurus 3.
See CONTRIBUTING.md for more information.
blog/
: Blog markdown fileswiki/
: Wiki markdown filesapi/
: Rest API documentationfloodgate/
: Floodgate documentationgeyser/
: Geyser documentationother/
: Other projects documentation
i18n/
: Translations for the websiteopenapi/
: OpenAPI spec files to auto-generate REST API documentationsrc/
: Source of the websitestatic/
: Static contentimg/
: Images
docusaurus.config.ts
: Docusaurus configuration filepackage.json
: Node.js project filesidebar.ts
: Site sidebar configurationtsconfig.json
: TypeScript configuration fileyarn.lock
: Yarn lock file for Node.js dependencies
git clone https://github.com/GeyserMC/GeyserWebsite
cd GeyserWebsite
yarn
yarn start