engineeringtutorialintroduction

Getting Started

A quick guide to get you started with the knowledge base system

Created: 1/1/2024

Getting Started

Welcome to the Knowledge Base! This guide will help you get started.

Installation

npm install
npm run dev

Creating Content

Add markdown files to the content/ directory. Each file should have:

  • A title in the frontmatter
  • A description
  • Tags for categorization
  • Date of creation

API Usage

Access your knowledge base programmatically:

curl http://localhost:3000/api/knowledge

Search with:

curl "http://localhost:3000/api/knowledge?q=keyword"