diff --git a/v1.19/admin/index.md b/v1.19/admin/index.md index 496e4390..5c6ec7ee 100644 --- a/v1.19/admin/index.md +++ b/v1.19/admin/index.md @@ -3,11 +3,13 @@ layout: '~/layouts/Markdown.astro' title: 'Forgejo v1.19 administrator guide' --- -* [Configuration Cheat Sheet](config-cheat-sheet) -* [Upgrade guide](upgrade) -* [Command Line](command-line) -* [Reverse Proxy](reverse-proxy) -* [Email setup](email-setup) -* [Incoming Email](incoming-email) -* [Logging Configuration](logging-documentation) -* [Packages](packages) +These documents are targeted to people who run Forgejo on their machines. + +- [Configuration Cheat Sheet](config-cheat-sheet) +- [Upgrade guide](upgrade) +- [Command Line](command-line) +- [Reverse Proxy](reverse-proxy) +- [Email setup](email-setup) +- [Incoming Email](incoming-email) +- [Logging Configuration](logging-documentation) +- [Packages](packages) diff --git a/v1.19/developer/index.md b/v1.19/developer/index.md index 4795263d..c26d818a 100644 --- a/v1.19/developer/index.md +++ b/v1.19/developer/index.md @@ -3,3 +3,5 @@ layout: '~/layouts/Markdown.astro' title: 'Forgejo v1.19 developer guide' --- +This area will be targeted to people who want to hack Forgejo and adjust it to +their needs. Please stay tuned. diff --git a/v1.19/user/index.md b/v1.19/user/index.md index 3915a22e..6eb3c33b 100644 --- a/v1.19/user/index.md +++ b/v1.19/user/index.md @@ -3,9 +3,12 @@ layout: '~/layouts/Markdown.astro' title: 'Forgejo v1.19 user guide' --- -* [Your First Repository](first-repository) -* Authentication - * [LDAP, PAM, FreeIPA](authentication) - * [OAuth2, Scoped Tokens, Client Types](oauth2-provider) -* [API Usage](api-usage) -* [API Reference](https://codeberg.org/api/swagger) +These documents are targeted to people who are using Forgejo but are not +involved in running it on their machines. + +- [Your First Repository](first-repository) +- Authentication + - [LDAP, PAM, FreeIPA](authentication) + - [OAuth2, Scoped Tokens, Client Types](oauth2-provider) +- [API Usage](api-usage) +- [API Reference](https://codeberg.org/api/swagger)