Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

CodeQuest Documentation

This directory contains additional documentation for the CodeQuest project.

Documentation Structure

  • ARCHITECTURE.md - Technical architecture and design decisions (coming soon)
  • DEVELOPMENT.md - Development setup and guidelines (coming soon)
  • ROADMAP.md - Project roadmap and future features (coming soon)
  • API.md - API documentation (coming soon)

Key Documents

The main documentation files are located in the project root:

Contributing

When adding new documentation:

  1. Follow markdown best practices
  2. Include a table of contents for long documents
  3. Use clear, descriptive headings
  4. Add code examples where appropriate
  5. Keep documentation up-to-date with code changes