Uh oh!
There was an error while loading. Please reload this page.
How can i use https in docsify? I want to use it on my website, but don't publish it becouse the https. |
Answered by
trusktr
Dec 8, 2021
Replies: 2 comments 1 reply
you can use nginx or github pages. |
0 replies
https is configured in your server and has nothing to do with Docsify. Docsify only make you a web app. Then how you serve the files depends on you, for now at least. I recommend looking for tutorials on how to host websites. Maybe in the future we can provide our own host solution. |
1 reply
Answer selected bytrusktr
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
https is configured in your server and has nothing to do with Docsify. Docsify only make you a web app. Then how you serve the files depends on you, for now at least.
I recommend looking for tutorials on how to host websites.
Maybe in the future we can provide our own host solution.