Does Docusaurus 2.2 support relative paths?I want to generate offline static HTML files without server #8514
Unanswered
yangxuan21
asked this question in
Q&A
Replies: 1 comment
-
|
We don't support that feature. docusaurus-plugin-relative-paths is (was?) not an official plugin, but demonstrated something could be done in userland so you can try to figure out how to bring support for this feature yourself until we work on it |
Beta Was this translation helpful? Give feedback.
0 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.
-
Does Docusaurus 2.2 support relative paths? How to use docusaurus-plugin-relative-paths plugin?I tried to install it and got the following error:
npm i docusaurus-plugin-relative-paths
npm ERR! code ENOVERSIONS
npm ERR! No versions available for docusaurus-plugin-relative-paths
info:
Docusaurus version: 2.2.0
Node version: v18.12.1
Beta Was this translation helpful? Give feedback.
All reactions