@knowledgebase/docs
A quick overview
⚡️ KnowledgeBase will help you ship a beautiful documentation site in no time.
💸 Building a custom tech stack is expensive. Instead, focus on your content and just write Markdown files.
💥 Ready for more? Use advanced features like versioning, search and theme customizations.
🧐 KnowledgeBase is a static-site generator. It builds a single-page application with a fast client-side navigation, leveraging the full power of NextJs
to make your site interactive.
Quick Install
Install Node.js and create a new KnowledgeBase site:
npx knowledgebasetech@latest init my-website
Start the site:
cd my-website
npm run dev
Open http://localhost:3000 and checkout the app.
Documentation
Checkout out knowledgebase.tech for detailed documentation and usage instructions.