gitlab-org--gitlab-foss/doc
Jeroen van Baarsen dea3680006 Merge branch 'doc-broken-links' into 'master'
Fix broken documentation links

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15249

- [x] `/help/ui`- This is working for me
- [x] `/help/ci/examples/deployment/README.md` - Fixed
- [x] `/help/ci/api/projects.md` - Fixed
- [x] `/help/markdown/LICENSE` - Cannot do much to fix it, added a note.
- [x] `/help/ci/ssh/README.md` - Cannot find this link referenced anywhere.

See merge request !3903
2016-05-19 17:32:04 +00:00
..
administration Change all occurrences of doc.gitlab.com to docs.gitlab.com 2016-05-13 16:26:56 -05:00
api Merge branch 'master' into 'master' 2016-05-18 21:54:01 +00:00
ci Merge branch 'doc-broken-links' into 'master' 2016-05-19 17:32:04 +00:00
customization Merge branch 'patch-1' into 'master' 2016-04-26 16:48:26 +00:00
development Merge branch 'migration-helpers' into 'master' 2016-05-19 16:49:14 +00:00
downgrade_ee_to_ce Split into sections, port `downgrade_ee_to_ce` doc from EE 2016-04-21 13:07:33 +03:00
gitlab-basics Change all occurrences of doc.gitlab.com to docs.gitlab.com 2016-05-13 16:26:56 -05:00
hooks Change all occurrences of doc.gitlab.com to docs.gitlab.com 2016-05-13 16:26:56 -05:00
incoming_email Improve and finish the fallback to the In-Reply-To and References header for the reply-by-email feature 2016-03-25 13:05:15 +01:00
install Change all occurrences of doc.gitlab.com to docs.gitlab.com 2016-05-13 16:26:56 -05:00
integration Change all occurrences of doc.gitlab.com to docs.gitlab.com 2016-05-13 16:26:56 -05:00
intro Change all occurrences of doc.gitlab.com to docs.gitlab.com 2016-05-13 16:26:56 -05:00
legal
logs Change all occurrences of doc.gitlab.com to docs.gitlab.com 2016-05-13 16:26:56 -05:00
markdown Fix broken links 2016-04-19 19:04:58 +03:00
migrate_ci_to_ce
monitoring/performance Fix some broken links in the documentation [ci skip] 2016-04-29 13:11:23 -06:00
operations Sidekiq MemoryKiller sends a `SIGKILL` signal, not `SIGTERM` 2016-04-26 15:46:54 +02:00
permissions Update permission doc 2016-05-16 16:39:23 -05:00
profile
project_services Tie example config to JIRA screenshot 2016-04-13 12:28:07 +03:00
public_access Fix documentation and improve permissions code 2016-04-18 11:12:28 -03:00
raketasks Change all occurrences of doc.gitlab.com to docs.gitlab.com 2016-05-13 16:26:56 -05:00
security Change landing page when skipping confirmation email and add documentation 2016-05-16 14:56:32 -03:00
ssh
system_hooks Using single builder for push and tag events 2016-04-19 11:00:30 +02:00
update Change all occurrences of doc.gitlab.com to docs.gitlab.com 2016-05-13 16:26:56 -05:00
web_hooks Remove space 2016-05-09 13:52:20 +02:00
workflow Merge branch 'patch-1' into 'master' 2016-05-18 20:42:15 +00:00
README.md Fix link 2016-04-22 13:24:36 -05:00

README.md

Documentation

User documentation

  • API Automate GitLab via a simple and powerful API.
  • CI GitLab Continuous Integration (CI) getting started, .gitlab-ci.yml options, and examples.
  • GitLab as OAuth2 authentication service provider. It allows you to login to other applications from GitLab.
  • GitLab Basics Find step by step how to start working on your commandline and on GitLab.
  • Importing to GitLab.
  • Markdown GitLab's advanced formatting system.
  • Migrating from SVN Convert a SVN repository to Git and GitLab
  • Permissions Learn what each role in a project (external/guest/reporter/developer/master/owner) can do.
  • Profile Settings
  • Project Services Integrate a project with external services, such as CI and chat.
  • Public access Learn how you can allow public and internal access to projects.
  • SSH Setup your ssh keys and deploy keys for secure access to your projects.
  • Webhooks Let GitLab notify you when new code has been pushed to your project.
  • Workflow Using GitLab functionality and importing projects from GitHub and SVN.

Administrator documentation

Contributor documentation

  • Documentation styleguide Use this styleguide if you are contributing to documentation.
  • Development Explains the architecture and the guidelines for shell commands.
  • Legal Contributor license agreements.