Fix escaped angle bracket's in integration documentation.
There are several escaped angle brackets in our integration docs. While these render fine within GitLab, they are broken rendered on doc.gitlab.com because pandoc does not escape them correctly.
This commit is contained in:
parent
a9cc14e08b
commit
ae2d4d2de0
4 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@ Bitbucket will generate an application ID and secret key for you to use.
|
||||||
1. Select "Add consumer".
|
1. Select "Add consumer".
|
||||||
|
|
||||||
1. Provide the required details.
|
1. Provide the required details.
|
||||||
- Name: This can be anything. Consider something like "\<Organization\>'s GitLab" or "\<Your Name\>'s GitLab" or something else descriptive.
|
- Name: This can be anything. Consider something like `<Organization>'s GitLab` or `<Your Name>'s GitLab` or something else descriptive.
|
||||||
- Application description: Fill this in if you wish.
|
- Application description: Fill this in if you wish.
|
||||||
- URL: The URL to your GitLab installation. 'https://gitlab.company.com'
|
- URL: The URL to your GitLab installation. 'https://gitlab.company.com'
|
||||||
1. Select "Save".
|
1. Select "Save".
|
||||||
|
|
|
@ -16,7 +16,7 @@ GitHub will generate an application ID and secret key for you to use.
|
||||||
1. Select "Register new application".
|
1. Select "Register new application".
|
||||||
|
|
||||||
1. Provide the required details.
|
1. Provide the required details.
|
||||||
- Application name: This can be anything. Consider something like "\<Organization\>'s GitLab" or "\<Your Name\>'s GitLab" or something else descriptive.
|
- Application name: This can be anything. Consider something like `<Organization>'s GitLab` or `<Your Name>'s GitLab` or something else descriptive.
|
||||||
- Homepage URL: The URL to your GitLab installation. 'https://gitlab.company.com'
|
- Homepage URL: The URL to your GitLab installation. 'https://gitlab.company.com'
|
||||||
- Application description: Fill this in if you wish.
|
- Application description: Fill this in if you wish.
|
||||||
- Default authorization callback URL is '${YOUR_DOMAIN}/import/github/callback'
|
- Default authorization callback URL is '${YOUR_DOMAIN}/import/github/callback'
|
||||||
|
|
|
@ -14,7 +14,7 @@ GitLab.com will generate an application ID and secret key for you to use.
|
||||||
1. Select "New application".
|
1. Select "New application".
|
||||||
|
|
||||||
1. Provide the required details.
|
1. Provide the required details.
|
||||||
- Name: This can be anything. Consider something like "\<Organization\>'s GitLab" or "\<Your Name\>'s GitLab" or something else descriptive.
|
- Name: This can be anything. Consider something like `<Organization>'s GitLab` or `<Your Name>'s GitLab` or something else descriptive.
|
||||||
- Redirect URI:
|
- Redirect URI:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
@ -7,7 +7,7 @@ To enable the Twitter OmniAuth provider you must register your application with
|
||||||
1. Select "Create new app"
|
1. Select "Create new app"
|
||||||
|
|
||||||
1. Fill in the application details.
|
1. Fill in the application details.
|
||||||
- Name: This can be anything. Consider something like "\<Organization\>'s GitLab" or "\<Your Name\>'s GitLab" or
|
- Name: This can be anything. Consider something like `<Organization>'s GitLab` or `<Your Name>'s GitLab` or
|
||||||
something else descriptive.
|
something else descriptive.
|
||||||
- Description: Create a description.
|
- Description: Create a description.
|
||||||
- Website: The URL to your GitLab installation. 'https://gitlab.example.com'
|
- Website: The URL to your GitLab installation. 'https://gitlab.example.com'
|
||||||
|
|
Loading…
Reference in a new issue