import VerticalTextBlockList from '@hashicorp/react-vertical-text-block-list' import SectionHeader from '@hashicorp/react-section-header' import Head from 'next/head' export default function CommunityPage() { return (
Community | Packer by HashiCorp Packer Community Forum', }, { header: 'Discussion List', body: 'Packer Google Group', }, { header: 'Announcement List', body: 'HashiCorp Announcement Google Group', }, { header: 'Bug Tracker', body: '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 are also available in a city near you. Private training courses are also available.', }, ]} />
) }