gitlab-org--gitlab-foss/doc
Achilleas Pipinellis a34021cd18 Merge branch 'doc-updates' into 'master'
Fix requirements.md link and improve PostgreSQL commands

 - Point requirements.md link to the correct location

 - Link to gitlab installation.md document instead of github

 - Use psql command switch to run specified SQL commands for creation of user and database permissions.
    -  Instead of requiring a comment like `# Do not type the 'template1=#', this is part of the prompt` it may be easier to just use the command switch with `psql` to execute the SQL commands.


*forgot [ci skip] :(*

See merge request !3176
2016-03-16 09:59:06 +00:00
..
administration
api Merge branch 'fix-commit-status-rendering' into 'master' 2016-03-15 00:51:43 +00:00
ci Merge branch 'patch-1' into 'master' 2016-03-15 16:13:49 +00:00
customization
development Add SCSS Lint, CSSComb config file, run SCSS Lint in GitLab CI, add documentation for SCSS Style Guide. 2016-03-14 20:33:54 -06:00
gitlab-basics
hooks web hooks to webhooks 2016-03-10 14:48:29 -05:00
incoming_email
install Merge branch 'doc-updates' into 'master' 2016-03-16 09:59:06 +00:00
integration Doc syntax fixes 2016-03-11 11:47:34 -05:00
legal
logs
markdown Capitalize Rouge mentions 2016-03-10 16:12:50 -03:00
migrate_ci_to_ce
monitoring/performance
operations
permissions Adjust documentation of permissions 2016-02-27 23:26:04 +01:00
profile
project_services Fixed headers for anchors 2016-03-07 16:29:22 -05:00
public_access
raketasks web hooks to webhooks 2016-03-10 14:48:29 -05:00
release
security web hooks to webhooks 2016-03-10 14:48:29 -05:00
ssh
system_hooks
update Update GITLAB_SHELL_VERSION to match EE 2016-03-14 11:53:42 -04:00
web_hooks Merge branch 'rs-snippet-expires-api' into 'master' 2016-03-14 15:55:05 +00:00
workflow Bring share with group feature documentation from EE 2016-03-12 15:05:52 +01:00
README.md web hooks to webhooks 2016-03-10 14:48:29 -05:00

README.md

Documentation

User documentation

CI User documentation

CI Examples

CI Services

GitLab CI uses the services keyword to define what docker containers should be linked with your base image. Below is a list of examples you may use:

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.
  • Release How to make the monthly and security releases.