adds support to gatsby-theme-catalyst-header-top for split links, e.g. links on the left and links on the right. The default is for the links to be stacked on the right. And will not affect any current behaviour. If you are doing a lot of custom component shadowing on top of this theme you may need to revisit how you are component shadowing but that is an advanced use case.
BREAKING CHANGE: This is a breaking change ONLY for SANITY.io based themes and will require you to update your menuLinks.js schema and redeploy the GraphQL schema, I am sorry but there isn't a way in SANITY for me to easily control the GraphQL node creation and this will require an update.
You can now specify a location: "left" or location: "right" in the menuLinks array in gatsby-config.js
This is not required and will continue to work unaffected if you leave everything alone in MDX themes
gatsby-theme-catalyst-header-top
for split links, e.g. links on the left and links on the right. The default is for the links to be stacked on the right. And will not affect any current behaviour. If you are doing a lot of custom component shadowing on top of this theme you may need to revisit how you are component shadowing but that is an advanced use case.menuLinks.js
schema and redeploy the GraphQL schema, I am sorry but there isn't a way in SANITY for me to easily control the GraphQL node creation and this will require an update.location: "left"
orlocation: "right"
in the menuLinks array ingatsby-config.js