Skip to content

Latest commit

History

History
35 lines (24 loc) 路 1.14 KB

File metadata and controls

35 lines (24 loc) 路 1.14 KB

Caveman Ecosystem Docs (Unofficial)

License: MIT Built with Docusaurus

Note: This is an unofficial community contribution by and is not officially affiliated with Caveman.

A comprehensive documentation portal for Caveman built with Docusaurus. This repository contains the documentation for Caveman, organized according to the Di谩taxis framework.

Features

  • Di谩taxis Framework: Documentation is strictly organized into Tutorials, How-To Guides, Reference, and Explanation.
  • Unified Ecosystem: All Caveman projects documented in a single, cohesive portal.
  • Modern Stack: Built on Docusaurus 3 with MDX support and premium aesthetics.

Local Development

  1. Install dependencies:

    npm install
  2. Start the development server:

    npm run start
  3. Lint Prose with Vale:

    vale docs/

Deployment

This portal is automatically deployed to Vercel on pushes to the main branch.