Skip to content

Latest commit

 

History

History
42 lines (38 loc) · 974 Bytes

File metadata and controls

42 lines (38 loc) · 974 Bytes
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'

Overview {#overview}

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 } ]} />