Skip to content

guutonuh-creator/docs

 
 

Repository files navigation

XenForo Documentation

Welcome to the documentation for XenForo, covering both end-user guides and developer resources.

Contents

  • Manual - End-user documentation for installing, configuring, and managing XenForo
  • Developers - Add-on development documentation including entities, finders, repositories, and a full portal tutorial
  • API - REST API reference documentation generated from an OpenAPI spec

Building Locally

Requirements

  • Node.js 20.0 or higher

Setup

# Install dependencies
pnpm install

# Start development server (http://localhost:3000)
pnpm start

# Build for production
pnpm build

# Serve production build locally
pnpm serve

API Documentation

The API reference is generated from an OpenAPI spec using docusaurus-openapi-docs. To regenerate the API docs after modifying static/api/openapi.json:

# Clean and regenerate API docs
pnpm clean-api-docs && pnpm gen-api-docs

Contributing

Please feel free to post any issues you may find with the documentation. If you'd like to contribute changes to our documentation, then you should first read our guidelines and other useful information here.

Please also use the main XenForo community for help with XenForo development, providing feedback on XenForo, and reporting bugs with the software.

About

Documentation for XenForo

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 73.3%
  • CSS 19.9%
  • Shell 6.4%
  • Mustache 0.4%