Updated website links; turn off auto-releasing from travis

This commit is contained in:
Gavin Bunney
2019-10-15 09:30:33 -07:00
parent 37df957f41
commit 80c474007b
3 changed files with 10 additions and 7 deletions

View File

@@ -86,7 +86,10 @@
"title": "bitbucketserver_user"
}
},
"links": {},
"links": {
"Releases": "Releases",
"GitHub": "GitHub"
},
"categories": {
"Bitbucket Server": "Bitbucket Server",
"Data Sources": "Data Sources",

View File

@@ -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 */