mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
feat: add link to Azure DevOps access token docs (#4973)
* feat: add link to Azure DevOps access token docs * fix lint Co-authored-by: Filipe Freire <livrofubia@gmail.com>
This commit is contained in:
parent
e648f15820
commit
8202b2e59f
@ -17,6 +17,7 @@ export const docsGitAccessToken = {
|
||||
gitlab: 'https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html',
|
||||
bitbucket: 'https://support.atlassian.com/bitbucket-cloud/docs/app-passwords/',
|
||||
bitbucketServer: 'https://confluence.atlassian.com/bitbucketserver/personal-access-tokens-939515499.html',
|
||||
azureDevOps: 'https://docs.microsoft.com/en-us/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate',
|
||||
};
|
||||
|
||||
export const documentationLinks = {
|
||||
|
@ -108,6 +108,10 @@ export const CustomRepositorySettingsFormGroup: FunctionComponent<Props> = ({
|
||||
<Link href={docsGitAccessToken.bitbucketServer}>
|
||||
Bitbucket Server {linkIcon}
|
||||
</Link>
|
||||
{' | '}
|
||||
<Link href={docsGitAccessToken.azureDevOps}>
|
||||
Azure DevOps {linkIcon}
|
||||
</Link>
|
||||
</HelpTooltip>
|
||||
<input
|
||||
required
|
||||
|
Loading…
Reference in New Issue
Block a user