import { Guides } from '@/components/Guides'
import { Resources } from '@/components/Resources'
import { HeroPattern } from '@/components/HeroPattern'
export const description =
'Learn everything there is to know about the Protocol API and integrate Protocol into your product.'
export const sections = [
{ title: 'Resources', id: 'resources' },
{ title: 'Contributing', id: 'contributing' },
]