docs: reflect the config, branding, i18n and plugin-API changes
- config.md: add server.guestIdent, report.service, defaults.lang; correct the turnstile.enabled / features.* descriptions; add a Languages section; complete example. - branding.md: branding.name/icon now drive the favicon, notifications, PWA and push; fix the feature-flag notes; add a Languages note. - plugins.md: document orbit.config() and orbit.i18n (language/t/pick) + a Localization section; note they arrived in apiVersion 4. - overview.md: add the 10-language support bullet.
This commit is contained in:
parent
d4d93bfd39
commit
6dfb7631b2
4 changed files with 68 additions and 15 deletions
|
|
@ -20,6 +20,9 @@ network** and **rebranded** from a single `config.json` — without recompiling.
|
|||
[config.json reference](https://orbit.tchatou.fr/docs/config/).
|
||||
- **Installable PWA.** Mobile-first layout, offline app shell, and notifications when the tab is
|
||||
closed.
|
||||
- **Speaks 10 languages.** The UI, system messages, and the bundled plugins are fully translated
|
||||
and auto-detected (English, French, German, Spanish, Italian, Turkish, Russian, Nepali, and
|
||||
Brazilian + European Portuguese). Pin a default with `defaults.lang`.
|
||||
- **Self-hostable.** A static build behind any web server. The project even runs its own git
|
||||
server with [push-to-deploy](https://orbit.tchatou.fr/docs/push-to-deploy/).
|
||||
- **Free software.** AGPL-3.0 — use it, modify it, self-host it.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue