PageRenderTime 42ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/doc/README.md

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