Official documentation and knowledgebase for ZelCore, built with Docusaurus.
This repository contains the source code for the ZelCore documentation website. It provides guides, tutorials, and reference materials for ZelCore users and developers.
Install dependencies:
npm installStart the local development server:
npm startThis command starts a local development server and opens a browser window. Most changes are reflected live without having to restart the server.
Generate static content for production:
npm run buildThis command generates static content into the build directory that can be served using any static content hosting service.
Deploy to GitHub Pages using SSH:
USE_SSH=true npm run deployOr without SSH:
GIT_USER=<Your GitHub username> npm run deployContributions to improve the documentation are welcome. Please ensure your changes are accurate and follow the existing documentation style.
- Framework: Docusaurus 3.9.2
- Language: TypeScript
- Node Version: ≥20.0
See the LICENSE file for details.