Questions tagged [docsify]
39 questions
7
votes
0 answers
How to add user authentication to docsifyjs
I am using docsifyjs to create a documentation. But I wanted to add Authentication to access the docs.
Basically we serve the docs with following commands
Initializing docsify
docsify init ./docs
After the init is complete, you can see the file…

yogendra maarisetty
- 370
- 2
- 16
4
votes
0 answers
Integrate jsdoc into docsify
Im trying to document my node.js/javascript application.
The frontend is a vue app & backend a node.js app.
I use jsdoc to document classes/modules etc. and need a way to integrate that into docsify.
At first i wanted to document the whole…

Marc
- 2,920
- 3
- 14
- 30
4
votes
2 answers
Prism.js syntax highighting not working
I'm using Docsify to serve documentation about my project.
For the syntax highlighting I want to use prism.js. Sadly, the highlighting part does not work. I've also tried all the suggestions mentioned here.
In my index.html I have