Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Nebula Code Documentation

Welcome to the Nebula Code documentation. This directory contains all documentation for the project.

Contents

Documentation Structure

docs/
├── architecture.md       # System architecture
├── getting-started.md    # Quick start guide
├── api-reference.md      # API documentation
├── tutorials/           # Step-by-step guides
└── images/              # Documentation images

Building Documentation

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:build

Contributing to Documentation

We welcome documentation improvements! Please see CONTRIBUTING.md for guidelines.