0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2024-11-21 17:36:59 -05:00

organize the index of the user guide

Follow the model of https://docs.codeberg.org/

The pages or sections that are not relevant for Forgejo (such as
working with the Codeberg CI are not included)

The pages that have not yet been adapted to Forgejo are set to link to
the Codeberg documentation instead
This commit is contained in:
Loïc Dachary 2023-03-07 10:03:06 +01:00
parent 67dda2285d
commit 0e8e9c5350

View file

@ -6,16 +6,33 @@ title: 'Forgejo v1.19 user guide'
These documents are targeted to people who are using Forgejo but are not These documents are targeted to people who are using Forgejo but are not
involved in running it on their machines. involved in running it on their machines.
- [Your First Repository](first-repository) - Getting started
- [The Basics of Issue Tracking](issue-tracking-basics) - [Your First Repository](first-repository)
- [Integrated Wiki](wiki) - [The Basics of Issue Tracking](issue-tracking-basics)
- [Email Settings](email-settings) - [Integrated Wiki](wiki)
- [Branch and tag protection](protection) - [Email Settings](email-settings)
- [Projects / Kanban boards](project) - Collaborating with Others
- [Labels](labels) - [Projects / Kanban boards](project)
- [Webhooks](webhooks) - [Pull requests and Git flow](https://docs.codeberg.org/collaborating/pull-requests-and-git-flow/)
- Authentication - [Invite Collaborators](https://docs.codeberg.org/collaborating/invite-collaborators/)
- [LDAP, PAM, FreeIPA](authentication) - [Create and Manage an Organization](https://docs.codeberg.org/collaborating/create-organization/)
- [OAuth2, Scoped Tokens, Client Types](oauth2-provider) - [Repository Permissions](https://docs.codeberg.org/collaborating/repo-permissions/)
- [API Usage](api-usage) - [Resolve Conflicts](https://docs.codeberg.org/collaborating/resolve-conflicts/)
- [API Reference](https://codeberg.org/api/swagger) - [Citable Code](https://docs.codeberg.org/collaborating/citable-code/)
- [Labels](labels)
- Working with Git Repositories
- [Clone & Commit via Web](https://docs.codeberg.org/git/clone-commit-via-web/)
- [Tags and Releases](https://docs.codeberg.org/git/using-tags/)
- [Branch and tag protection](protection)
- Advanced Usage
- [Generating an Access Token](https://docs.codeberg.org/advanced/access-token/)
- [Webhooks](webhooks)
- Authentication
- [LDAP, PAM, FreeIPA](authentication)
- [OAuth2, Scoped Tokens, Client Types](oauth2-provider)
- [API Usage](api-usage)
- [API Reference](https://codeberg.org/api/swagger)
- [Migrating Repositories](https://docs.codeberg.org/advanced/migrating-repos/)
- See also
- [Codeberg guide on Git](https://docs.codeberg.org/git/)
- [Codeberg guide on Markdown](https://docs.codeberg.org/markdown/)