UNPKG

@sonarsource/gatsby-theme-marketing

Version:

Gatsby theme for Sonar projects

8 lines (7 loc) 229 B
import { GatsbyNode } from 'gatsby'; /** * Starting from the homepage, * We parse recursively all subpages and build the full navigation tree. */ declare const buildPages: GatsbyNode['createPages']; export default buildPages;