Skip to content

Commit

Permalink
Bump components to remove md processing, fix theme
Browse files Browse the repository at this point in the history
  • Loading branch information
zchsh committed Feb 16, 2021
1 parent 496e3ed commit 6cc3933
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 23 deletions.
23 changes: 8 additions & 15 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions website/pages/community/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,27 @@ export default function CommunityPage() {
{
header: 'Community Forum',
body:
'[Packer Community Forum](https://discuss.hashicorp.com/c/packer)',
'<a href="https://discuss.hashicorp.com/c/packer">Packer Community Forum</a>',
},
{
header: 'Discussion List',
body:
'[Packer Google Group](https://groups.google.com/group/packer-tool)',
'<a href="https://groups.google.com/group/packer-tool">Packer Google Group</a>',
},
{
header: 'Announcement List',
body:
'[HashiCorp Announcement Google Group](https://groups.google.com/group/hashicorp-announce)',
'<a href="https://groups.google.com/group/hashicorp-announce">HashiCorp Announcement Google Group</a>',
},
{
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.',
'<a href="https://github.com/hashicorp/packer/issues">Issue tracker on GitHub</a>. 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 <a href="https://www.hashicorp.com/training">HashiCorp training courses</a> are also available in a city near you. Private training courses are also available.',
},
]}
/>
Expand Down
2 changes: 2 additions & 0 deletions website/pages/community/style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#p-community {
--brand: var(--packer-text);

max-width: var(--site-max-width);
margin: 72px auto;

Expand Down
1 change: 0 additions & 1 deletion website/pages/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 6cc3933

Please sign in to comment.