This repository contains the code for the YunoHost documentation.
It is built using Docusaurus 3, a modern static website generator.
Please report issues on the YunoHost bugtracker.
Warning
Package/apps documentation should be done in the package/app repository itself, under the /doc folder.
You can learn about it here: https://doc.yunohost.org/packaging/doc/
The how-to of this repository is available online and also in this repository.
Requirements: npm, yarn
# clone the doc repository, go in the doc repository folder, then:
npm install
npm run build
npm run serve