Replies: 2 comments 2 replies
-
|
Similar question to #8728 I'd recommend putting the Docusaurus site under a baseUrl instead of trying to merge it with Rails. Technically it's possible but you might encounter conflicts so it might be better to isolate each app better. |
Beta Was this translation helpful? Give feedback.
-
|
hi @slorber I came across the following note on a different but somewhat related thread. Paraphrasing the set-up by @nickbabcock for a quick reference: Can we colocate a single docusaurus instance alongside the rails app without using a prepend Edited: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a rails application on the '/' path. We use nginx for reverse proxy and I am planning to deploy docusaurus build using it.
Is it possible to have single docusaurus instance handle only the
/blogand/docspaths and skip the routes managed by the rails application?Beta Was this translation helpful? Give feedback.
All reactions