Welcome to the Nebula Code documentation. This directory contains all documentation for the project.
- Architecture - System architecture and design
- Getting Started - Quick start guide
- API Reference - Complete API documentation
- Tutorials - Step-by-step guides
- Contributing - How to contribute
docs/
├── architecture.md # System architecture
├── getting-started.md # Quick start guide
├── api-reference.md # API documentation
├── tutorials/ # Step-by-step guides
└── images/ # Documentation images
Documentation is written in Markdown and can be viewed directly on GitHub or built into a static site using Docusaurus (coming soon).
# Install documentation tools
pnpm install
# Build documentation site (when available)
pnpm run docs:buildWe welcome documentation improvements! Please see CONTRIBUTING.md for guidelines.