PageRenderTime 49ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/doc/README.md

https://gitlab.com/Rhine25/gitlab-ce
Markdown | 54 lines | 48 code | 6 blank | 0 comment | 0 complexity | bb1d67f60d788c78d73f741a7fd43dff MD5 | raw file
  1. # Documentation
  2. ## User documentation
  3. - [API](api/README.md) Automate GitLab via a simple and powerful API.
  4. - [CI](ci/README.md) GitLab Continuous Integration (CI) getting started, `.gitlab-ci.yml` options, and examples.
  5. - [GitLab as OAuth2 authentication service provider](integration/oauth_provider.md). It allows you to login to other applications from GitLab.
  6. - [GitLab Basics](gitlab-basics/README.md) Find step by step how to start working on your commandline and on GitLab.
  7. - [Importing to GitLab](workflow/importing/README.md).
  8. - [Markdown](markdown/markdown.md) GitLab's advanced formatting system.
  9. - [Migrating from SVN](workflow/importing/migrating_from_svn.md) Convert a SVN repository to Git and GitLab
  10. - [Permissions](permissions/permissions.md) Learn what each role in a project (external/guest/reporter/developer/master/owner) can do.
  11. - [Profile Settings](profile/README.md)
  12. - [Project Services](project_services/project_services.md) Integrate a project with external services, such as CI and chat.
  13. - [Public access](public_access/public_access.md) Learn how you can allow public and internal access to projects.
  14. - [SSH](ssh/README.md) Setup your ssh keys and deploy keys for secure access to your projects.
  15. - [Webhooks](web_hooks/web_hooks.md) Let GitLab notify you when new code has been pushed to your project.
  16. - [Workflow](workflow/README.md) Using GitLab functionality and importing projects from GitHub and SVN.
  17. ## Administrator documentation
  18. - [Authentication/Authorization](administration/auth/README.md) Configure
  19. external authentication with LDAP, SAML, CAS and additional Omniauth providers.
  20. - [Custom git hooks](hooks/custom_hooks.md) Custom git hooks (on the filesystem) for when webhooks aren't enough.
  21. - [Install](install/README.md) Requirements, directory structures and installation from source.
  22. - [Restart GitLab](administration/restart_gitlab.md) Learn how to restart GitLab and its components
  23. - [Integration](integration/README.md) How to integrate with systems such as JIRA, Redmine, Twitter.
  24. - [Issue closing](customization/issue_closing.md) Customize how to close an issue from commit messages.
  25. - [Libravatar](customization/libravatar.md) Use Libravatar for user avatars.
  26. - [Log system](logs/logs.md) Log system.
  27. - [Environment Variables](administration/environment_variables.md) to configure GitLab.
  28. - [Operations](operations/README.md) Keeping GitLab up and running
  29. - [Raketasks](raketasks/README.md) Backups, maintenance, automatic webhook setup and the importing of projects.
  30. - [Repository checks](administration/repository_checks.md) Periodic Git repository checks
  31. - [Security](security/README.md) Learn what you can do to further secure your GitLab instance.
  32. - [System hooks](system_hooks/system_hooks.md) Notifications when users, projects and keys are changed.
  33. - [Update](update/README.md) Update guides to upgrade your installation.
  34. - [Welcome message](customization/welcome_message.md) Add a custom welcome message to the sign-in page.
  35. - [Reply by email](incoming_email/README.md) Allow users to comment on issues and merge requests by replying to notification emails.
  36. - [Migrate GitLab CI to CE/EE](migrate_ci_to_ce/README.md) Follow this guide to migrate your existing GitLab CI data to GitLab CE/EE.
  37. - [Git LFS configuration](workflow/lfs/lfs_administration.md)
  38. - [Housekeeping](administration/housekeeping.md) Keep your Git repository tidy and fast.
  39. - [GitLab Performance Monitoring](monitoring/performance/introduction.md) Configure GitLab and InfluxDB for measuring performance metrics
  40. - [Monitoring uptime](monitoring/health_check.md) Check the server status using the health check endpoint
  41. - [Sidekiq Troubleshooting](administration/troubleshooting/sidekiq.md) Debug when Sidekiq appears hung and is not processing jobs
  42. - [High Availability](administration/high_availability/README.md) Configure multiple servers for scaling or high availability
  43. - [Container Registry](administration/container_registry.md) Configure Docker Registry with GitLab
  44. ## Contributor documentation
  45. - [Documentation styleguide](development/doc_styleguide.md) Use this styleguide if you are
  46. contributing to documentation.
  47. - [Development](development/README.md) Explains the architecture and the guidelines for shell commands.
  48. - [Legal](legal/README.md) Contributor license agreements.