This is the Knowledge Base Web app built with nuxt.js and nuxt-content module. It uses the knowledge-base repository as its content source.
One can populate the content folder within the repository with the contents from your own knowledge-base.
Make neccessary changes in the pages/index.vue file to change how the index page looks and what content is displayed.
Similarly, make neccessary changes in the pages/search.vue file to change how the search algorithm.
Make sure to have similar file structure in the content folder as in the pages folder. Use a catch-all route in pages folder.
Refer to the nuxt-content documentation for more information.
npm install
npm run devnpm run generateThe generated static files will be available in the dist folder.