hasura / gatsby-gitbook-starter

Generate GitBook style modern docs/tutorial websites using Gatsby + MDX
https://hasura.io/learn/graphql/react/introduction/
MIT License
980 stars 383 forks source link

Correct camelcasing for 'config.sidebar.frontLine' #173

Closed malclear closed 2 years ago

malclear commented 2 years ago

The 'frontline' (all lower-case) variable in the config was referenced as 'frontLine' in the component code. Making it camelCased in config.js corrects the issue.