Update index.jsx (#9263)

Updating Community resources to move Forum to the top, remove IRC and update language for general help. These changes are to align with other .io sites, and the initiative to point the community to a consolidated location (Discuss Forum). 


Co-authored-by: Wilken Rivera <dev@wilkenrivera.com>
pull/9273/head
Alexandra Freeman 6 years ago committed by GitHub
parent 1e90165a56
commit 3e7d0a5388
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,13 +16,9 @@ export default function CommunityPage() {
<VerticalTextBlockList
data={[
{
header: 'IRC',
body: '`#packer-tool` on Freenode',
},
{
header: 'Announcement List',
header: 'Community Forum',
body:
'[HashiCorp Announcement Google Group](https://groups.google.com/group/hashicorp-announce)',
'[Packer Community Forum](https://discuss.hashicorp.com/c/packer)',
},
{
header: 'Discussion List',
@ -30,14 +26,14 @@ export default function CommunityPage() {
'[Packer Google Group](https://groups.google.com/group/packer-tool)',
},
{
header: 'Community Forum',
header: 'Announcement List',
body:
'[Packer Community Forum](https://discuss.hashicorp.com/c/packer)',
'[HashiCorp Announcement Google Group](https://groups.google.com/group/hashicorp-announce)',
},
{
header: 'Bug Tracker',
body:
'[Issue tracker on GitHub](https://github.com/hashicorp/packer/issues). Please only use this for reporting bugs. Do not ask for general help here. Use IRC or the mailing list for that.',
'[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.',
},
{
header: 'Training',

Loading…
Cancel
Save