I noticed that when clicking on a left nav link instead of going to https://codesandbox.io/docs/importing it goes to https://codesandbox.io/docs/docs/importing
After being on docs/importing and clicking on configuration it goes to:
https://codesandbox.io/docs/importing/docs/configuration
I second this. All navigation from the docs page
https://codesandbox.io/docs/
have an additional docs/ added to the subsequent route
https://codesandbox.io/docs/ docs/ embedding
Good one! I think it should be fixed if we put a / before the url here: https://github.com/CompuIves/codesandbox-client/blob/master/packages/homepage/src/components/StickyNavigation.js#L163 and here: https://github.com/CompuIves/codesandbox-client/blob/master/packages/homepage/src/components/StickyNavigation.js#L173
Is anyone interested in opening a PR for this?
I can add a fix sometime tomorrow!
That's super great @mdxprograms! Thank you 馃槃
Sorry for the delay. I'll have it up for PR tomorrow!
Can close this one now 馃槃