Welcome to Knowledgebase

A secure, WebDAV-powered documentation system

Available Documents (0)

No documents available yet.

Add markdown files to your WebDAV server to get started.

Getting Started

  1. 1. Set up your WebDAV server configuration in .env.local
  2. 2. Add markdown files to your WebDAV server
  3. 3. Include frontmatter in your markdown files:
    ---
    title: "My Document"
    visibility: "public"
    category: "guides"
    tags: ["example"]
    ---
    
    # Content here
  4. 4. Rebuild the site to fetch and render your documents