PageRenderTime 48ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/doc/README.md

https://gitlab.com/sbeleidy/gitlab-ee
Markdown | 67 lines | 61 code | 6 blank | 0 comment | 0 complexity | 1ed2c2f9999b745bb6ed9fb29c2613ca 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. - [Analytics](analytics/README.md)
  15. - [SSH](ssh/README.md) Setup your ssh keys and deploy keys for secure access to your projects.
  16. - [Webhooks](web_hooks/web_hooks.md) Let GitLab notify you when new code has been pushed to your project.
  17. - [Workflow](workflow/README.md) Using GitLab functionality and importing projects from GitHub and SVN.
  18. - [GitLab Pages](pages/README.md) Using GitLab Pages.
  19. - [Custom templates for issues and merge requests](customization/issue_and_merge_request_template.md) Pre-fill the description of issues and merge requests to your liking.
  20. ## Administrator documentation
  21. - [Audit Events](administration/audit_events.md) Check how user access changed in projects and groups.
  22. - [Authentication/Authorization](administration/auth/README.md) Configure
  23. external authentication with LDAP, SAML, CAS and additional Omniauth providers.
  24. - [Changing the appearance of the login page](customization/branded_login_page.md) Make the login page branded for your GitLab instance.
  25. - [Custom git hooks](hooks/custom_hooks.md) Custom git hooks (on the filesystem) for when webhooks aren't enough.
  26. - [Email](tools/email.md) Email GitLab users from GitLab
  27. - [Git Hooks](git_hooks/git_hooks.md) Advanced push rules for your project.
  28. - [Help message](customization/help_message.md) Set information about administrators of your GitLab instance.
  29. - [Install](install/README.md) Requirements, directory structures and installation from source.
  30. - [Installing your license](license/README.md)
  31. - [Integration](integration/README.md) How to integrate with systems such as JIRA, Redmine, LDAP and Twitter.
  32. - [Restart GitLab](administration/restart_gitlab.md) Learn how to restart GitLab and its components
  33. - [Issue closing](customization/issue_closing.md) Customize how to close an issue from commit messages.
  34. - [Libravatar](customization/libravatar.md) Use Libravatar for user avatars.
  35. - [Log system](logs/logs.md) Log system.
  36. - [Environment Variables](administration/environment_variables.md) to configure GitLab.
  37. - [Operations](operations/README.md) Keeping GitLab up and running
  38. - [Raketasks](raketasks/README.md) Backups, maintenance, automatic webhook setup and the importing of projects.
  39. - [Repository checks](administration/repository_checks.md) Periodic Git repository checks
  40. - [Security](security/README.md) Learn what you can do to further secure your GitLab instance.
  41. - [System hooks](system_hooks/system_hooks.md) Notifications when users, projects and keys are changed.
  42. - [Update](update/README.md) Update guides to upgrade your installation.
  43. - [Welcome message](customization/welcome_message.md) Add a custom welcome message to the sign-in page.
  44. - [Reply by email](incoming_email/README.md) Allow users to comment on issues and merge requests by replying to notification emails.
  45. - [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.
  46. - [Downgrade back to CE](downgrade_ee_to_ce/README.md) Follow this guide if you need to downgrade from EE to CE.
  47. - [git-annex configuration](workflow/git_annex.md#configuration)
  48. - [Git LFS configuration](workflow/lfs/lfs_administration.md)
  49. - [Housekeeping](administration/housekeeping.md) Keep your Git repository tidy and fast.
  50. - [GitLab Pages configuration](pages/administration.md)
  51. - [Elasticsearch](integration/elasticsearch.md) Enable Elasticsearch
  52. - [GitLab Performance Monitoring](monitoring/performance/introduction.md) Configure GitLab and InfluxDB for measuring performance metrics
  53. - [Sidekiq Troubleshooting](administration/troubleshooting/sidekiq.md) Debug when Sidekiq appears hung and is not processing jobs
  54. - [High Availability](administration/high_availability/README.md) Configure multiple servers for scaling or high availability
  55. - [GitLab GEO](gitlab-geo/README.md) Configure GitLab GEO, a
  56. secondary read-only GitLab instance
  57. ## Contributor documentation
  58. - [Documentation styleguide](development/doc_styleguide.md) Use this styleguide if you are
  59. contributing to documentation.
  60. - [Development](development/README.md) Explains the architecture and the guidelines for shell commands.
  61. - [Legal](legal/README.md) Contributor license agreements.