import VerticalTextBlockList from '@hashicorp/react-vertical-text-block-list'
import SectionHeader from '@hashicorp/react-section-header'
import Head from 'next/head'
import s from './style.module.css'
export default function CommunityPage() {
return (
Community | Nomad by HashiCorp
Nomad Community Forum',
},
{
header: 'Office Hours',
body:
'Ask a question during community office hours',
},
{
header: 'Announcement List',
body:
'High-priority, low-volume announcements about HashiCorp products, including release information and security bulletins.',
},
{
header: 'Bug Tracker',
body:
'Issue tracker on GitHub. Please only use this for reporting bugs. Do not ask for general help here; use the Community Forum or the mailing list for that.',
},
{
header: 'Webinars',
body:
'Register for webinars or watch recorded webinars.',
},
]}
/>
)
}