Routes outside of docs/ with sidebar with docusaurus v2
#4179
Unanswered
JamesSingleton
asked this question in
Q&A
Replies: 1 comment 5 replies
-
|
I have a hard time understanding the final FS structure / config you have. Can you use http://new.docusaurus.io/ and create a small repro? Using relative paths like |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So either I am missing it in the documentation of it doesn't exist. I know that if you put everything under
docs/, and the top of your markdown file looks likeYou can go to a route like
docs/server/cli-commandsand it works. However, I wanted to go to a URL likeguides/adding-styles. I have created aguides/folder at the same level as thedocs/and I added the following to my docusaurus.config.jsAnd the following in my
adding-stylesmarkdown file underguides/However, it seems that I am unable to go to
guides/adding-stylesBeta Was this translation helpful? Give feedback.
All reactions