Skip to content

SumirSeth/knowledge-base-web

Repository files navigation

Knowledge Base Web App

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.

To Reproduce:

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.

To Run:

npm install
npm run dev

To Deploy:

npm run generate

The generated static files will be available in the dist folder.

About

Web Base App files for my knowledge-base repo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published