gatsby-config.js (9 lines of code) (raw):

module.exports = { siteMetadata: { title: 'Primer Command Line', shortName: 'Command Line', description: 'Design guidelines for GitHub\'s command line tool', }, plugins: ['@primer/gatsby-theme-doctocat'], pathPrefix: '/cli' }