I was thinking about replacing our docs with something more pleasant to use than raw HTML and stumbled upon VuePress. The docs are in Markdown (though you can use YAML, HTML and even Vue in it) and everything else is handled by a few config files. It supports themes (the default one can pretty much only change colors but since the docs are in Markdown switching themes should be quite painless), search and internationalization (we have Korean docs for Vis Network for those who don't know). Plus there are many plugins with additional features.
I was thinking about replacing our docs with something more pleasant to use than raw HTML and stumbled upon VuePress. The docs are in Markdown (though you can use YAML, HTML and even Vue in it) and everything else is handled by a few config files. It supports themes (the default one can pretty much only change colors but since the docs are in Markdown switching themes should be quite painless), search and internationalization (we have Korean docs for Vis Network for those who don't know). Plus there are many plugins with additional features.
I played a bit with it and created a working example: Code: https://github.com/visjs/experiment-vuepress/tree/master/vuepress Result: https://visjs.github.io/experiment-vuepress/documentation/
What do you think?