Skip to content

xcp-ng/xcp-ng-org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

af2e3e6 · Jan 16, 2025
Nov 28, 2024
Jan 9, 2023
Jan 16, 2025
Oct 7, 2024
Oct 11, 2024
Jan 17, 2024
Nov 10, 2023
Nov 10, 2023
Jan 9, 2023
Nov 11, 2023
Nov 11, 2023
Apr 22, 2023
Oct 7, 2024
Jan 15, 2025
Nov 11, 2023
Jan 9, 2023
Jan 17, 2024

Repository files navigation

XCP-ng website & documentation

Website

Our website is a simple and static HTML page.

Documentation

Our documentation is built using Docusaurus 3, a modern static website and documentation generator. It's available at https://docs.xcp-ng.org

Installation

$ npm i

Local Development

$ npm run start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ npm run build

This command generates static content into the build directory and can be served using any static contents hosting service.

Autogeneration

This documentation is automatically rebuilt after each push event on master branch.