Oraxen Documentation is the source for the official Oraxen documentation website. It explains how to configure and use Oraxen, create custom items and resources, integrate supported plugins, and extend Oraxen through its API.
The website is built with Docusaurus. Documentation pages are written in MDX and organized through a manually maintained sidebar.
- Documents Oraxen installation, configuration, commands, recipes, settings, resource-pack hosting, and usage.
- Covers custom items, glyphs, HUDs, text effects, sounds, paintings, mechanics, and item data.
- Includes tutorials and compatibility guides for supported plugins and world generators.
- Provides developer guides for compiling Oraxen, adding mechanics and integrations, and using the API.
- Supports reusable React components inside MDX documentation pages.
- Includes syntax highlighting for Java, Groovy, YAML, PowerShell, and batch files.
- Builds a static website suitable for production hosting.
- Node.js 20 or newer.
- npm.
Install the project dependencies.
npm installStart the local development server with live reload.
npm run startCreate a production build.
npm run buildThe generated static site is written to build/. Preview it locally after building.
npm run serveProject entry points.
- Documentation pages -
docs/ - Sidebar configuration -
sidebars.js - Site configuration -
docusaurus.config.js - Custom components -
src/components/ - Theme styles -
src/css/custom.css