mirror of
https://github.com/vatesfr/xen-orchestra.git
synced 2026-09-11 06:29:51 -05:00
* docs(xo): overhaul navbar to create a unified doc ecosystem - Clean up the navbar by dropping the redundant GitHub link (retained in footer). - Relocate "Blog" to the "What's new in XO 6" sidebar. - Introduce direct navbar links for XCP-ng and Vates VMS. - Rename "Documentation" to "Xen Orchestra". This aligns the navigation layout across our three documentation sites, allowing readers to smoothly transition between ecosystems with a fully unified experience. Signed-off-by: Thomas Moraine <thomas.moraine@vates.tech> * docs(xo): move home link from header to footer To make the navbar cleaner and make space for the links to the other documentation websites We're moving the Home link from the header to the footer and renaming the link to 'About Xen Orchestra'. Also, we're displaying the 'What's new in XO 6' section again which now contains a link to the XO blog Signed-off-by: Thomas Moraine <thomas.moraine@vates.tech>
Website
This website is built using Docusaurus, a modern static website generator.
Installation
$ yarn
Local Development
$ yarn 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
$ yarn build
This command generates static content into the build directory and can be served using any static contents hosting service.
Deployment
Using SSH:
$ USE_SSH=true yarn deploy
Not using SSH:
$ GIT_USER=<Your GitHub username> yarn deploy
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.