Skip to content

v0.5.2

Compare
Choose a tag to compare
@vpicone vpicone released this 13 May 18:49
· 891 commits to master since this release

Breaking Changes

  • the root page needs to be an index.mdx that contains the central, core content of your homepage. It should export the homepage template:
import HomepageTemplate from 'gatsby-theme-carbon/src/templates/Homepage';

export default HomepageTemplate;

## Content starts here

Bug fixes:

  • allow top level pages with tabs
  • fix left nav active styles