mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-21 17:36:59 -05:00
Merge pull request 'Describe target audiences' (#133) from Ryuno-Ki/forgejo-website:target-audiences into main
Reviewed-on: https://codeberg.org/forgejo/website/pulls/133
This commit is contained in:
commit
4edd03ec41
3 changed files with 21 additions and 14 deletions
|
@ -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)
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue