orchidhq / Orchid

Build and deploy beautiful documentation sites that grow with you
https://orchid.run
GNU General Public License v3.0
512 stars 53 forks source link

Share docs without deploy and Gradle #386

Closed ViTVetal closed 3 years ago

ViTVetal commented 3 years ago

It is possible to share generated docs without deploy and Gradle? Something like sharing generated files from the build folder. I tried open index.html from the build folder but UI is ugly.

cjbrooks12 commented 3 years ago

You can run ./gradlew orchidBuild to generate the site and share the build folder, but it doesn't support loading directly from the filesystem. But you can use any normal fileserver application such as http-server to serve and view the site locally without Gradle.