diff --git a/website/package-lock.json b/website/package-lock.json
index 15ae67430..008fe7daf 100644
--- a/website/package-lock.json
+++ b/website/package-lock.json
@@ -2996,12 +2996,11 @@
}
},
"@hashicorp/react-section-header": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/@hashicorp/react-section-header/-/react-section-header-3.0.1.tgz",
- "integrity": "sha512-wqffNUyPzCHwdyPMZ+we4hj2Knn1zNxDCtU85Rk8iUgBcpArZF/pleCpIW5w65z6MgPniGAjxUhD0wt29Bc+Yw==",
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/@hashicorp/react-section-header/-/react-section-header-4.0.0.tgz",
+ "integrity": "sha512-6g36zzBq+55amtqGheXx0d3oqF280U/+YrVXXxv23Y4NgBYxYeajcCwg34FIENJtHjqcM2qFnb4rYjFZTdrfdA==",
"requires": {
- "@hashicorp/js-utils": "^1.0.10",
- "marked": "^0.7.0"
+ "@hashicorp/js-utils": "^1.0.10"
}
},
"@hashicorp/react-subnav": {
@@ -3060,13 +3059,12 @@
"integrity": "sha512-zof7Xv4+OSH0i1a/QdpUxF2RBFaY3hLPUmRjBDVXqy2goN+KnvcaTnlGfCanSCEUQhKX3g4ooxIpGTT4oq1wFA=="
},
"@hashicorp/react-vertical-text-block-list": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/@hashicorp/react-vertical-text-block-list/-/react-vertical-text-block-list-3.0.1.tgz",
- "integrity": "sha512-ci6GJjnnVtC+7IuGKo37aAyXFrhzlh1sb21XUA8xrGbq5QMlYjCSv2lmLJm8ZNW1Z2L+gcMYCJOP24xJoPDhhQ==",
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/@hashicorp/react-vertical-text-block-list/-/react-vertical-text-block-list-4.0.1.tgz",
+ "integrity": "sha512-nMdxj8wegy9EGEiZw0+5nDEPHbIRjjHuavIyVxQXySEMs8ughkzh/jKC2EdaJ2i7URczU1Hb6LFlcDr5xY+C0g==",
"requires": {
"@hashicorp/react-image": "^2.0.3",
- "@hashicorp/react-link-wrap": "^0.0.3",
- "marked": "^0.7.0"
+ "@hashicorp/react-link-wrap": "^0.0.3"
}
},
"@hashicorp/remark-plugins": {
@@ -9169,11 +9167,6 @@
"repeat-string": "^1.0.0"
}
},
- "marked": {
- "version": "0.7.0",
- "resolved": "https://registry.npmjs.org/marked/-/marked-0.7.0.tgz",
- "integrity": "sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg=="
- },
"mathml-tag-names": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz",
diff --git a/website/package.json b/website/package.json
index 504ea4ce6..b006a289e 100644
--- a/website/package.json
+++ b/website/package.json
@@ -13,9 +13,9 @@
"@hashicorp/react-markdown-page": "^0.1.0",
"@hashicorp/react-product-downloader": "4.0.2",
"@hashicorp/react-search": "^3.0.0",
- "@hashicorp/react-section-header": "3.0.1",
+ "@hashicorp/react-section-header": "4.0.0",
"@hashicorp/react-subnav": "7.1.0",
- "@hashicorp/react-vertical-text-block-list": "3.0.1",
+ "@hashicorp/react-vertical-text-block-list": "4.0.1",
"next": "10.0.6",
"next-mdx-remote": "1.0.1",
"next-remote-watch": "0.3.0",
diff --git a/website/pages/community/index.jsx b/website/pages/community/index.jsx
index 58e4741b3..b12ad5b1e 100644
--- a/website/pages/community/index.jsx
+++ b/website/pages/community/index.jsx
@@ -18,27 +18,27 @@ export default function CommunityPage() {
{
header: 'Community Forum',
body:
- '[Packer Community Forum](https://discuss.hashicorp.com/c/packer)',
+ 'Packer Community Forum',
},
{
header: 'Discussion List',
body:
- '[Packer Google Group](https://groups.google.com/group/packer-tool)',
+ 'Packer Google Group',
},
{
header: 'Announcement List',
body:
- '[HashiCorp Announcement Google Group](https://groups.google.com/group/hashicorp-announce)',
+ 'HashiCorp Announcement Google Group',
},
{
header: 'Bug Tracker',
body:
- '[Issue tracker on GitHub](https://github.com/hashicorp/packer/issues). Please only use this for reporting bugs. For general help, please use the Community Forum.',
+ 'Issue tracker on GitHub. Please only use this for reporting bugs. For general help, please use the Community Forum.',
},
{
header: 'Training',
body:
- 'Paid [HashiCorp training courses](https://www.hashicorp.com/training) are also available in a city near you. Private training courses are also available.',
+ 'Paid HashiCorp training courses are also available in a city near you. Private training courses are also available.',
},
]}
/>
diff --git a/website/pages/community/style.css b/website/pages/community/style.css
index 6ec5efb6a..29e752130 100644
--- a/website/pages/community/style.css
+++ b/website/pages/community/style.css
@@ -1,4 +1,6 @@
#p-community {
+ --brand: var(--packer-text);
+
max-width: var(--site-max-width);
margin: 72px auto;
diff --git a/website/pages/style.css b/website/pages/style.css
index 427ec4608..eb1e05b89 100644
--- a/website/pages/style.css
+++ b/website/pages/style.css
@@ -15,7 +15,6 @@
@import '~@hashicorp/react-docs-sidenav/style.css';
@import '~@hashicorp/react-product-downloader/dist/style.css';
@import '~@hashicorp/react-search/style.css';
-@import '~@hashicorp/react-section-header/style.css';
@import '~@hashicorp/react-subnav/style.css';
@import '~@hashicorp/react-tabs/style.css';
@import '~@hashicorp/react-toggle/style.css';