-
|
I have my own |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
You can replace This is a bit out of the scope of Docusaurus. In any case you can replace the build output |
Beta Was this translation helpful? Give feedback.
You can replace
src/pages/index.jsbystatic/index.htmland Docusaurus will serve your index as the homepage instead (this applies to any other route as well)This is a bit out of the scope of Docusaurus. In any case you can replace the build output
build/index.html(or any other file) by your owns, and you are free to merge/override the Docusaurus static build with any other static build the way you want