mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucketserver.git
synced 2026-03-24 10:21:10 +01:00
Updated website links; turn off auto-releasing from travis
This commit is contained in:
@@ -86,7 +86,10 @@
|
||||
"title": "bitbucketserver_user"
|
||||
}
|
||||
},
|
||||
"links": {},
|
||||
"links": {
|
||||
"Releases": "Releases",
|
||||
"GitHub": "GitHub"
|
||||
},
|
||||
"categories": {
|
||||
"Bitbucket Server": "Bitbucket Server",
|
||||
"Data Sources": "Data Sources",
|
||||
|
||||
@@ -16,8 +16,12 @@ const siteConfig = {
|
||||
projectName: 'terraform-provider-bitbucketserver',
|
||||
organizationName: 'gavinbunney',
|
||||
|
||||
editUrl: 'https://github.com/gavinbunney/terraform-provider-bitbucketserver/edit/master/docusaurus/docs/',
|
||||
|
||||
// For no header links in the top nav bar -> headerLinks: [],
|
||||
headerLinks: [
|
||||
{ href: "https://github.com/gavinbunney/terraform-provider-bitbucketserver/releases", label: "Releases" },
|
||||
{ href: "https://github.com/gavinbunney/terraform-provider-bitbucketserver", label: "GitHub" },
|
||||
],
|
||||
|
||||
/* path to images for header/footer */
|
||||
|
||||
Reference in New Issue
Block a user