| title | Overview of this wiki |
|---|---|
| permalink | /wiki/ |
| description | This page provides an overview over all sections of the GeyserMC wiki |
import DocCardList from '@theme/DocCardList'
The GeyserMC wiki offers guides on different projects. Select the one you are interested in below!
<DocCardList items={[ { "type": "link", "label": "Geyser", "href": "/wiki/geyser/", "docId": "geyser/index", "unlisted": false }, { "type": "link", "label": "Floodgate", "href": "/wiki/floodgate/", "docId": "floodgate/index", "unlisted": false }, { "type": "link", "label": "Other projects", "href": "/wiki/other/", "docId": "other/index", "unlisted": false }, { "type": "link", "label": "REST APIs", "href": "/wiki/api/", "docId": "api/index", "unlisted": false } ]} />