debian-mirror-gitlab/doc/README.md

38 lines
2.5 KiB
Markdown
Raw Normal View History

2014-09-02 18:07:02 +05:30
# Documentation
## User documentation
2015-04-26 12:48:37 +05:30
- [API](api/README.md) Automate GitLab via a simple and powerful API.
2015-09-11 14:41:01 +05:30
- [GitLab as OAuth2 authentication service provider](integration/oauth_provider.md). It allows you to login to other applications from GitLab.
- [GitLab Basics](gitlab-basics/README.md) Find step by step how to start working on your commandline and on GitLab.
- [Importing to GitLab](workflow/importing/README.md).
2015-04-26 12:48:37 +05:30
- [Markdown](markdown/markdown.md) GitLab's advanced formatting system.
2014-09-02 18:07:02 +05:30
- [Permissions](permissions/permissions.md) Learn what each role in a project (guest/reporter/developer/master/owner) can do.
2015-09-11 14:41:01 +05:30
- [Profile Settings](profile/README.md)
2015-04-26 12:48:37 +05:30
- [Project Services](project_services/project_services.md) Integrate a project with external services, such as CI and chat.
- [Public access](public_access/public_access.md) Learn how you can allow public and internal access to projects.
2014-09-02 18:07:02 +05:30
- [SSH](ssh/README.md) Setup your ssh keys and deploy keys for secure access to your projects.
- [Web hooks](web_hooks/web_hooks.md) Let GitLab notify you when new code has been pushed to your project.
2015-04-26 12:48:37 +05:30
- [Workflow](workflow/README.md) Using GitLab functionality and importing projects from GitHub and SVN.
2014-09-02 18:07:02 +05:30
## Administrator documentation
2015-09-11 14:41:01 +05:30
- [Custom git hooks](hooks/custom_hooks.md) Custom git hooks (on the filesystem) for when web hooks aren't enough.
2015-04-26 12:48:37 +05:30
- [Install](install/README.md) Requirements, directory structures and installation from source.
2014-09-02 18:07:02 +05:30
- [Integration](integration/README.md) How to integrate with systems such as JIRA, Redmine, LDAP and Twitter.
2015-09-11 14:41:01 +05:30
- [Issue closing](customization/issue_closing.md) Customize how to close an issue from commit messages.
- [Libravatar](customization/libravatar.md) Use Libravatar for user avatars.
- [Log system](logs/logs.md) Log system.
- [Operations](operations/README.md) Keeping GitLab up and running
2015-04-26 12:48:37 +05:30
- [Raketasks](raketasks/README.md) Backups, maintenance, automatic web hook setup and the importing of projects.
2014-09-02 18:07:02 +05:30
- [Security](security/README.md) Learn what you can do to further secure your GitLab instance.
2015-09-11 14:41:01 +05:30
- [System hooks](system_hooks/system_hooks.md) Notifications when users, projects and keys are changed.
2014-09-02 18:07:02 +05:30
- [Update](update/README.md) Update guides to upgrade your installation.
2015-04-26 12:48:37 +05:30
- [Welcome message](customization/welcome_message.md) Add a custom welcome message to the sign-in page.
2014-09-02 18:07:02 +05:30
## Contributor documentation
- [Development](development/README.md) Explains the architecture and the guidelines for shell commands.
- [Legal](legal/README.md) Contributor license agreements.
- [Release](release/README.md) How to make the monthly and security releases.