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

/mkdocs.yml

https://gitlab.com/axil/gitlab-docs
YAML | 157 lines | 144 code | 7 blank | 6 comment | 0 complexity | ce94a05375d97e8e417ce91493698f52 MD5 | raw file
Possible License(s): CC-BY-3.0
  1. site_name: Doc
  2. site_url: /
  3. site_description: GitLab
  4. repo_url: https://gitlab.com/gitlab-org/gitlab-ce/
  5. pages:
  6. - ['index.md', 'Home']
  7. # User guide
  8. - ['markdown/markdown.md', 'User Guide', 'Markdown']
  9. - ['permissions/permissions.md', 'User Guide', 'Permissions']
  10. - ['project_services/project_services.md', 'User Guide', 'List of Project Services']
  11. - ['project_services/bamboo.md', 'User Guide', 'Project Services - Bamboo']
  12. - ['project_services/hipchat.md', 'User Guide', 'Project Services - HipChat']
  13. - ['project_services/irker.md', 'User Guide', 'Project Services - Irker']
  14. - ['public_access/public_access.md', 'User Guide', 'Public access']
  15. - ['ssh/README.md', 'User Guide', 'SSH']
  16. - ['web_hooks/web_hooks.md', 'User Guide', 'Web hooks']
  17. - ['workflow/README.md', 'User Guide', 'Workflow general information']
  18. - ['workflow/authorization_for_merge_requests.md', 'User Guide', 'Merge Request Authorization']
  19. - ['workflow/gitlab_flow.md', 'User Guide', 'GitLab flow']
  20. - ['workflow/groups.md', 'User Guide', 'groups']
  21. - ['workflow/import_projects_from_github.md', 'User Guide', 'GitHub import']
  22. - ['workflow/import_projects_from_gitlab_com.md', 'User Guide', 'GitLab import']
  23. - ['workflow/labels.md', 'User Guide', 'Labels']
  24. - ['workflow/migrating_from_svn.md', 'User Guide', 'SVN migration']
  25. - ['workflow/notifications.md', 'User Guide', 'Notifications']
  26. - ['workflow/project_features.md', 'User Guide', 'Project features']
  27. - ['workflow/protected_branches.md', 'User Guide', 'Protected branches']
  28. - ['workflow/web_editor.md', 'User Guide', 'Web editor']
  29. - ['workflow/workflow.md', 'User Guide', 'Feature branch workflow']
  30. # Installation
  31. - ['install/README.md', 'Installation', 'General information']
  32. - ['install/installation.md', 'Installation', 'Installation']
  33. - ['install/requirements.md', 'Installation', 'Installation Requirements']
  34. - ['install/database_mysql.md', 'Installation', 'MySQL setup for manual installations']
  35. - ['install/structure.md', 'Installation', 'GitLab directory structure']
  36. # Administrator Guide
  37. - ['customization/issue_closing.md', 'Administrator Guide', 'Customize issue closing']
  38. - ['customization/libravatar.md', 'Administrator Guide', 'Customize libravatar']
  39. - ['customization/welcome_message.md', 'Administrator Guide', 'Customize the welcome message']
  40. - ['integration/README.md', 'Administrator Guide', 'General information']
  41. - ['integration/bitbucket.md', 'Administrator Guide', 'Integration - Bitbucket']
  42. - ['integration/external-issue-tracker.md', 'Administrator Guide', 'Integration - External issue trackers']
  43. - ['integration/github.md', 'Administrator Guide', 'Integration - GitHub']
  44. - ['integration/gitlab.md', 'Administrator Guide', 'Integration - GitLab']
  45. - ['integration/gitlab_buttons_in_gmail.md', 'Administrator Guide', 'Integration - GitLab buttons in Gmail']
  46. - ['integration/google.md', 'Administrator Guide', 'Integration - Google']
  47. - ['integration/ldap.md', 'Administrator Guide', 'Integration - LDAP']
  48. - ['integration/oauth_provider.md', 'Administrator Guide', 'Integration - OAuth provider']
  49. - ['integration/omniauth.md', 'Administrator Guide', 'Integration - OmniAuth']
  50. - ['integration/shibboleth.md', 'Administrator Guide', 'Integration - Shibboleth']
  51. - ['integration/slack.md', 'Administrator Guide', 'Integration - Slack']
  52. - ['integration/twitter.md', 'Administrator Guide', 'Integration - Twitter']
  53. - ['system_hooks/system_hooks.md', 'Administrator Guide', 'System Hooks']
  54. - ['hooks/custom_hooks.md', 'Administrator Guide', 'Custom Git Hooks']
  55. - ['operations/README.md', 'Administrator Guide']
  56. - ['operations/cleaning_up_redis_sessions.md', 'Administrator Guide', 'Operations - Clean up redis']
  57. - ['operations/sidekiq_memory_killer.md', 'Administrator Guide', 'Operations - Sidekiq memory killer ']
  58. - ['raketasks/README.md', 'Administrator Guide']
  59. - ['raketasks/backup_restore.md', 'Administrator Guide', 'RakeTasks - Backup and Restore']
  60. - ['raketasks/cleanup.md', 'Administrator Guide', 'RakeTasks - Cleanup']
  61. - ['raketasks/features.md', 'Administrator Guide', 'RakeTasks - Features']
  62. - ['raketasks/import.md', 'Administrator Guide', 'RakeTasks - Import bare repositories']
  63. - ['raketasks/maintenance.md', 'Administrator Guide', 'RakeTasks - Maintenance ']
  64. - ['raketasks/user_management.md', 'Administrator Guide', 'RakeTasks - User management']
  65. - ['raketasks/web_hooks.md', 'Administrator Guide', 'RakeTasks - Web hooks']
  66. - ['security/README.md', 'Administrator Guide']
  67. - ['security/information_exclusivity.md', 'Administrator Guide', 'Security - Information exclusivity']
  68. - ['security/password_length_limits.md', 'Administrator Guide', 'Security - Password length limits']
  69. - ['security/rack_attack.md', 'Administrator Guide', 'Security - Rack attack']
  70. - ['security/webhooks.md', 'Administrator Guide', 'Security - Web hooks']
  71. - ['logs/logs.md', 'Administrator Guide', 'Logs']
  72. # Contributor guide
  73. - ['development/README.md', 'Contributor Guide']
  74. - ['development/architecture.md', 'Contributor Guide', 'Architecture']
  75. - ['development/ci_setup.md', 'Contributor Guide', 'CI setup']
  76. - ['development/omnibus.md', 'Contributor Guide', 'Omnibus packaging']
  77. - ['development/rake_tasks.md', 'Contributor Guide', 'Rake tasks']
  78. - ['development/shell_commands.md', 'Contributor Guide', 'Shell commands']
  79. - ['development/sidekiq_debugging.md', 'Contributor Guide', 'Sidekiq debugging']
  80. - ['development/ui_guide.md', 'Contributor Guide', 'UI guide']
  81. - ['legal/README.md', 'Contributor Guide']
  82. - ['legal/corporate_contributor_license_agreement.md', 'Contributor Guide', 'Corporate license agreement']
  83. - ['legal/individual_contributor_license_agreement.md', 'Contributor Guide', 'Individual license agreement']
  84. - ['release/README.md', 'Contributor Guide', 'Release Guide']
  85. - ['release/howto_rc1.md', 'Contributor Guide', 'Release - RC1']
  86. - ['release/howto_update_guides.md', 'Contributor Guide', 'Release - Update guides']
  87. - ['release/master.md', 'Contributor Guide', 'Release - Master']
  88. - ['release/monthly.md', 'Contributor Guide', 'Release - Monthly']
  89. - ['release/patch.md', 'Contributor Guide', 'Release - Patch']
  90. - ['release/security.md', 'Contributor Guide', 'Release - Security']
  91. # API
  92. - ['api/README.md', 'API', 'General information']
  93. - ['api/branches.md', 'API', 'Branches']
  94. - ['api/commits.md', 'API', 'Commits']
  95. - ['api/deploy_key_multiple_projects.md', 'API', 'Deploy keys to multiple projects']
  96. - ['api/deploy_keys.md', 'API', 'Deploy keys']
  97. - ['api/groups.md', 'API', 'Groups']
  98. - ['api/issues.md', 'API', 'Issues']
  99. - ['api/labels.md', 'API', 'Labels']
  100. - ['api/merge_requests.md', 'API', 'Merge Requests']
  101. - ['api/milestones.md', 'API', 'Milestones']
  102. - ['api/notes.md', 'API', 'Notes']
  103. - ['api/oauth2.md', 'API', 'OAuth2']
  104. - ['api/project_snippets.md', 'API', 'Project snippets']
  105. - ['api/projects.md', 'API', 'Projects']
  106. - ['api/repositories.md', 'API', 'Repositories']
  107. - ['api/repository_files.md', 'API', 'Repository files']
  108. - ['api/services.md', 'API', 'Services']
  109. - ['api/session.md', 'API', 'Session']
  110. - ['api/system_hooks.md', 'API', 'System hooks']
  111. - ['api/users.md', 'API', 'Users']
  112. # Update Guide
  113. - ['update/README.md', 'Update Guide', 'How to update']
  114. - ['update/2.6-to-3.0.md', 'Update Guide', 'Update - 2.6 to 3.0']
  115. - ['update/2.9-to-3.0.md', 'Update Guide', 'Update - 2.9 to 3.0']
  116. - ['update/3.0-to-3.1.md', 'Update Guide', 'Update - 3.0 to 3.1']
  117. - ['update/3.1-to-4.0.md', 'Update Guide', 'Update - 3.1 to 4.0']
  118. - ['update/4.0-to-4.1.md', 'Update Guide', 'Update - 4.0 to 4.1']
  119. - ['update/4.1-to-4.2.md', 'Update Guide', 'Update - 4.1 to 4.2']
  120. - ['update/4.2-to-5.0.md', 'Update Guide', 'Update - 4.2 to 5.0']
  121. - ['update/5.0-to-5.1.md', 'Update Guide', 'Update - 5.0 to 5.1']
  122. - ['update/5.1-to-5.2.md', 'Update Guide', 'Update - 5.1 to 5.2']
  123. - ['update/5.1-to-5.4.md', 'Update Guide', 'Update - 5.1 to 5.4']
  124. - ['update/5.1-to-6.0.md', 'Update Guide', 'Update - 5.1 to 6.0']
  125. - ['update/5.2-to-5.3.md', 'Update Guide', 'Update - 5.2 to 5.3']
  126. - ['update/5.3-to-5.4.md', 'Update Guide', 'Update - 5.3 to 5.4']
  127. - ['update/5.4-to-6.0.md', 'Update Guide', 'Update - 5.4 to 6.0']
  128. - ['update/6.0-to-6.1.md', 'Update Guide', 'Update - 6.0 to 6.1']
  129. - ['update/6.1-to-6.2.md', 'Update Guide', 'Update - 6.1 to 6.2']
  130. - ['update/6.2-to-6.3.md', 'Update Guide', 'Update - 6.2 to 6.3']
  131. - ['update/6.3-to-6.4.md', 'Update Guide', 'Update - 6.3 to 6.4']
  132. - ['update/6.4-to-6.5.md', 'Update Guide', 'Update - 6.4 to 6.5']
  133. - ['update/6.5-to-6.6.md', 'Update Guide', 'Update - 6.5 to 6.6']
  134. - ['update/6.6-to-6.7.md', 'Update Guide', 'Update - 6.6 to 6.7']
  135. - ['update/6.7-to-6.8.md', 'Update Guide', 'Update - 6.7 to 6.8']
  136. - ['update/6.8-to-6.9.md', 'Update Guide', 'Update - 6.8 to 6.9']
  137. - ['update/6.9-to-7.0.md', 'Update Guide', 'Update - 6.9 to 7.0']
  138. - ['update/6.x-or-7.x-to-7.9.md', 'Update Guide', 'Update - 6.x or 7.x to 7.9 ']
  139. - ['update/7.0-to-7.1.md', 'Update Guide', 'Update - 7.0 to 7.1']
  140. - ['update/7.1-to-7.2.md', 'Update Guide', 'Update - 7.1 to 7.2']
  141. - ['update/7.2-to-7.3.md', 'Update Guide', 'Update - 7.2 to 7.3']
  142. - ['update/7.3-to-7.4.md', 'Update Guide', 'Update - 7.3 to 7.4']
  143. - ['update/7.4-to-7.5.md', 'Update Guide', 'Update - 7.4 to 7.5']
  144. - ['update/7.5-to-7.6.md', 'Update Guide', 'Update - 7.5 to 7.6']
  145. - ['update/7.6-to-7.7.md', 'Update Guide', 'Update - 7.6 to 7.7']
  146. - ['update/7.7-to-7.8.md', 'Update Guide', 'Update - 7.7 to 7.8']
  147. - ['update/7.8-to-7.9.md', 'Update Guide', 'Update - 7.8 to 7.9']
  148. - ['update/mysql_to_postgresql.md', 'Update Guide', 'Update MySQL to PostgreSQL']
  149. - ['update/patch_versions.md', 'Update Guide', 'Update - Patch versions']
  150. - ['update/upgrader.md', 'Update Guide', 'Upgrader for manual installations']