Commit Graph

6 Commits

Author SHA1 Message Date
Evan Read d98560c1f5 Make unordered lists conform to styleguide
- Also makes other minor Markdown fixes that were near the main fixes.
2019-01-08 12:21:09 +10:00
James Ramsay b3ff54e4d5 Add example email on push notification to docs 2018-12-04 15:27:25 -05:00
George Thomas 32401535b9
Improve email address parsing
If you enter the following RFC 2822 compliant address:
`John Doe <john@doe.com>`

Gitlab will attempt to send three emails:
1) John
2) Doe
3) john@doe.com

With this change given the following:
`John Doe <johndoe@example.com>`
`Jane Doe <janedoe@example.com>`

Gitlab will send emails to `johndoe@example.com` and `janedoe@example.com`
2018-07-19 12:37:59 +05:30
Ville Skyttä 0cbbb08e79 doc: Spelling fixes 2018-01-19 12:09:59 +02:00
Achilleas Pipinellis 761ff1f859 Add info about the new location of Integrations
[ci skip]
2017-02-07 22:32:08 +01:00
Achilleas Pipinellis a6ac23250a Move project services to new location under Integrations 2017-02-03 20:28:47 +01:00