|
|
|
|
|
by slavox
2435 days ago
|
|
I also had issues with the mediawiki/wiki editors and their clumsy nature. For me I'm just after a simple pure text knowledge-base. Currently I use vuepress https://vuepress.vuejs.org/ The positives with vuepress for me were: * Plain Markdown (With a little bit of metadata) * Auto generated search (Just titles by default) * Auto Generated sidebar menus The negatives: * No automatic site contents, I mostly use the search to move around docs * Search is exact not fuzzy * The menu settings are in a hidden folder |
|