import VerticalTextBlockList from '@hashicorp/react-vertical-text-block-list'
import SectionHeader from '@hashicorp/react-section-header'
import Head from 'next/head'
import { productSlug } from 'data/metadata'
import s from './style.module.css'
export default function CommunityPage() {
return (
Community | Consul by HashiCorp
Consul Community Forum',
},
{
header: 'Bug Tracker',
body:
'Issue tracker on GitHub. Please only use this for reporting bugs. Do not ask for general help here; use Gitter or the mailing list for that.',
},
{
header: 'Community Tools',
body:
'Download Community Tools. Please check out some of the awesome Consul tooling our amazing community has helped build.',
},
{
header: 'Training',
body:
'Paid HashiCorp training courses are also available in a city near you. Private training courses are also available.',
},
{
header: 'Certification',
body:
'Learn more about our Cloud Engineer Certification program and HashiCorp's Networking Automation Certification exams.',
},
]}
/>
)
}