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

53 lines
2.4 KiB
Markdown
Raw Normal View History

---
layout: '~/layouts/Markdown.astro'
2023-03-26 05:52:16 -04:00
title: 'Forgejo user guide'
---
These documents are targeted to people who are using Forgejo but are not
involved in running it on their machines.
- Getting started
- [Your First Repository](first-repository)
- [The Basics of Issue Tracking](issue-tracking-basics)
- [Integrated Wiki](wiki)
- [Email Settings](email-settings)
- Collaborating with Others
- [Projects / Kanban boards](project)
- [Pull requests and Git flow](https://docs.codeberg.org/collaborating/pull-requests-and-git-flow/)
- [Invite Collaborators](https://docs.codeberg.org/collaborating/invite-collaborators/)
- [Create and Manage an Organization](https://docs.codeberg.org/collaborating/create-organization/)
2023-03-07 04:48:34 -05:00
- [Repository Permissions](repo-permissions)
- [Resolve Conflicts](https://docs.codeberg.org/collaborating/resolve-conflicts/)
- [Citable Code](https://docs.codeberg.org/collaborating/citable-code/)
- [Labels](labels)
2023-03-07 05:01:07 -05:00
- [Automatically Linked References](linked-references)
- [Blocking users](blocking-user)
- [Profile costumization](profile)
- 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
- [Issue and Pull Request Templates](issue-pull-request-templates)
- [Actions](actions)
- [Merge Message templates](merge-message-templates)
- [Webhooks](webhooks)
- Authentication
- [Generating an Access Token](https://docs.codeberg.org/advanced/access-token/)
- [Access Token scope](token-scope)
- [LDAP, PAM, FreeIPA](authentication)
- [OAuth2, Client Types](oauth2-provider)
2023-03-16 04:58:03 -04:00
- [Semantic version](semver)
- [API Usage](api-usage)
- [API Reference](https://codeberg.org/api/swagger)
- [Migrating Repositories](https://docs.codeberg.org/advanced/migrating-repos/)
2023-03-07 05:18:05 -05:00
- [Push Options](push-options)
- [Push to create](push-to-create)
2023-03-07 05:24:35 -05:00
- [Agit setup](agit-support)
- [Packages](packages)
- See also
- [Codeberg guide on Git](https://docs.codeberg.org/git/)
- [Codeberg guide on Markdown](https://docs.codeberg.org/markdown/)
- [Codeberg guide on Integrating with Matrix](https://docs.codeberg.org/integrations/matrix/)
- [Codeberg guide on Integrating with Read the Docs](https://docs.codeberg.org/integrations/read-the-docs/)