PageRenderTime 38ms CodeModel.GetById 12ms RepoModel.GetById 1ms app.codeStats 0ms

/doc/README.md

https://gitlab.com/nanofi/gitlab-ce
Markdown | 36 lines | 30 code | 6 blank | 0 comment | 0 complexity | dcfa0cfcf62ac2b43924e58749da4d0c MD5 | raw file
Possible License(s): CC-BY-3.0
  1. # Documentation
  2. ## User documentation
  3. - [API](api/README.md) Automate GitLab via a simple and powerful API.
  4. - [GitLab as OAuth2 authentication service provider](integration/oauth_provider.md). It allows you to login to other applications from GitLab.
  5. - [Importing to GitLab](workflow/importing/README.md).
  6. - [Markdown](markdown/markdown.md) GitLab's advanced formatting system.
  7. - [Permissions](permissions/permissions.md) Learn what each role in a project (guest/reporter/developer/master/owner) can do.
  8. - [Profile Settings](profile/README.md)
  9. - [Project Services](project_services/project_services.md) Integrate a project with external services, such as CI and chat.
  10. - [Public access](public_access/public_access.md) Learn how you can allow public and internal access to projects.
  11. - [SSH](ssh/README.md) Setup your ssh keys and deploy keys for secure access to your projects.
  12. - [Web hooks](web_hooks/web_hooks.md) Let GitLab notify you when new code has been pushed to your project.
  13. - [Workflow](workflow/README.md) Using GitLab functionality and importing projects from GitHub and SVN.
  14. ## Administrator documentation
  15. - [Custom git hooks](hooks/custom_hooks.md) Custom git hooks (on the filesystem) for when web hooks aren't enough.
  16. - [Install](install/README.md) Requirements, directory structures and installation from source.
  17. - [Integration](integration/README.md) How to integrate with systems such as JIRA, Redmine, LDAP and Twitter.
  18. - [Issue closing](customization/issue_closing.md) Customize how to close an issue from commit messages.
  19. - [Libravatar](customization/libravatar.md) Use Libravatar for user avatars.
  20. - [Log system](logs/logs.md) Log system.
  21. - [Operations](operations/README.md) Keeping GitLab up and running
  22. - [Raketasks](raketasks/README.md) Backups, maintenance, automatic web hook setup and the importing of projects.
  23. - [Security](security/README.md) Learn what you can do to further secure your GitLab instance.
  24. - [System hooks](system_hooks/system_hooks.md) Notifications when users, projects and keys are changed.
  25. - [Update](update/README.md) Update guides to upgrade your installation.
  26. - [Welcome message](customization/welcome_message.md) Add a custom welcome message to the sign-in page.
  27. ## Contributor documentation
  28. - [Development](development/README.md) Explains the architecture and the guidelines for shell commands.
  29. - [Legal](legal/README.md) Contributor license agreements.
  30. - [Release](release/README.md) How to make the monthly and security releases.