Docs linting fixes

parent d34f5865
...@@ -47,7 +47,7 @@ Click on the service links to see further configuration instructions and details ...@@ -47,7 +47,7 @@ Click on the service links to see further configuration instructions and details
| [Microsoft teams](microsoft_teams.md) | Receive notifications for actions that happen on GitLab into a room on Microsoft Teams using Office 365 Connectors | No | | [Microsoft teams](microsoft_teams.md) | Receive notifications for actions that happen on GitLab into a room on Microsoft Teams using Office 365 Connectors | No |
| Packagist | Update your project on Packagist, the main Composer repository | Yes | | Packagist | Update your project on Packagist, the main Composer repository | Yes |
| Pipelines emails | Email the pipeline status to a list of recipients | No | | Pipelines emails | Email the pipeline status to a list of recipients | No |
| [Slack Notifications](slack.md) | Send GitLab events (e.g. issue created) to Slack as notifications | No | | [Slack Notifications](slack.md) | Send GitLab events (for example, an issue was created) to Slack as notifications | No |
| [Slack slash commands](slack_slash_commands.md) **(CORE ONLY)** | Use slash commands in Slack to control GitLab | No | | [Slack slash commands](slack_slash_commands.md) **(CORE ONLY)** | Use slash commands in Slack to control GitLab | No |
| [GitLab Slack application](gitlab_slack_application.md) **(FREE ONLY)** | Use Slack's official application | No | | [GitLab Slack application](gitlab_slack_application.md) **(FREE ONLY)** | Use Slack's official application | No |
| PivotalTracker | Project Management Software (Source Commits Endpoint) | No | | PivotalTracker | Project Management Software (Source Commits Endpoint) | No |
...@@ -95,9 +95,12 @@ From this page, you can repeat delivery with the same data by clicking **Resend ...@@ -95,9 +95,12 @@ From this page, you can repeat delivery with the same data by clicking **Resend
### Uninitialized repositories ### Uninitialized repositories
Some integrations will fail with an error `Test Failed. Save Anyway` when you attempt to set them up on uninitialized repositories. This is because the default service test uses push data to build the payload for the test request and it fails because there are no push events for the project. Some integrations fail with an error `Test Failed. Save Anyway` when you attempt to set them up on
uninitialized repositories. This is because the default service test uses push data to build the
payload for the test request, and it fails, because there are no push events for the project.
To resolve this error, initialize the repository by pushing a test file to the project and set up the integration again. To resolve this error, initialize the repository by pushing a test file to the project and set up
the integration again.
## Contributing to integrations ## Contributing to integrations
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment