import VerticalTextBlockList from '@hashicorp/react-vertical-text-block-list/index.tsx' import SectionHeader from '@hashicorp/react-section-header' import Head from 'next/head' import HashiHead from '@hashicorp/react-head' function CommunityPage() { return (
Vault Community Forum', }, { header: 'Bug Tracker', body: 'Issue tracker on GitHub for reporting bugs. Use IRC or the mailing list for general help.', }, { header: 'Training', body: 'Paid HashiCorp training courses are 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 Security Automation Certification exams.', }, ]} />
) } export default CommunityPage