Type: object
Attribute | Type | Description |
---|---|---|
type | undefined ("custom" , "github" , "gitlab" , "bitbucket" , "storybook" or "styleguidist" ) | Type of the link |
url | string | Url of the link |
name | string (Optional) | Name for custom links |
Example
{
"type": "github",
"url": "https://github.com/octocat/Hello-World/blob/master/README"
}
{
"type": "custom",
"name": "Confluence",
"url": "https://example.atlassian.net/wiki/spaces/DS/pages"
}