YunoHost documentation https://yunohost.org
  • MDX 48.1%
  • TypeScript 23%
  • Python 19.4%
  • CSS 3.8%
  • Jinja 3.2%
  • Other 2.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-17 15:38:53 +02:00
.github great 2025-12-17 17:57:12 +01:00
docs remove FIXME related to detailed form types' description (#2774) 2026-07-17 15:38:53 +02:00
i18n 🌐 Auto-regen the .pot used as source for translations (po4a/Weblate) 2026-06-04 14:05:38 +00:00
scripts Set translation treshold to 5.5 as a workaround to kabyle being broken because the _configuration.mdx is not translated yet x_x 2026-02-05 16:04:50 +01:00
src css: Fix fontawesome icons flashing when page loads 2025-12-02 17:24:43 +01:00
static Am tired of the old, ugly SFR screenshots... 2025-11-22 20:22:46 +01:00
.gitignore Ignore admin pages translations in gitignore 2025-12-17 18:33:29 +01:00
.markdownlint-cli2.yaml Finalize fixes for CI, disable link-fragments errors 2025-03-05 12:23:04 +01:00
docusaurus.config.ts docusaurus.config.ts: Ugly tweak to also disable search for kab (like gl) which lunr-language doesn't support and make the build crash 2026-02-05 15:34:12 +01:00
footer.ts Fix footer logo name 2025-11-20 10:08:25 +01:00
package-lock.json Bump lodash from 4.17.21 to 4.17.23 2026-01-26 15:56:19 +01:00
package.json great 2025-12-17 17:57:12 +01:00
README.md docs: Correct grammar, capitalization, and wording across multiple documentation files. 2025-12-29 10:56:03 +01:00
redirects.ts redirects: Add redirection from isp_box_config 2026-02-18 21:09:14 +01:00
sidebars.ts Yolorework the 'contribute' section and architecture 2025-11-04 20:02:21 +01:00

YunoHost Documentation

This repository contains the code for the YunoHost documentation. It is built using Docusaurus 3, a modern static website generator.

Issues are to be reported on the YunoHost bugtracker.

App-specific documentation doesn't happen here but in the package/app repositories themselves. More info in the dedicated page.

Checkout https://doc.yunohost.org/dev/doc/ for more info on how to work on documentation, and https://doc.yunohost.org/dev/translation for more info on how to work on translation.

Building / previewing the doc locally

Checkout instructions on https://doc.yunohost.org/dev/doc/ or this file in this repo