Skip to content

Latest commit

 

History

History

README.md

Documentation Index

Welcome to the JJB Gallery documentation. This directory contains comprehensive documentation organized by category.

cd docs # pwd: Documents/docs
├── README.md                    # Main documentation index
├── ORGANIZATION.md              # Organization guide
├── QUICK_START.md               # Quick start guide
│
├── setup/                       # Setup & Configuration
│   ├── NPM_SETUP.md
│   ├── STORAGE_CONFIGURATION.md
│   ├── EXTERNAL_STORAGE_SETUP.md
│   ├── EXTERNAL_STORAGE_COMPLETE.md
│   ├── pip.conf.README.md
│   └── dependencies.md
│
├── deployment/                  # Production Deployment (New)
│   ├── PRODUCTION_DEPLOYMENT.md # Main production guide
│   ├── DOCKER.md                # Docker deployment guide
│   └── KUBERNETES.md            # Kubernetes deployment guide
│
├── architecture/                # Architecture Documentation (New)
│   └── OVERVIEW.md              # System architecture overview
│
├── development/                 # Development Guides
│   ├── GIT_PROTOCOL_GUIDE.md
│   └── REMOTE_PYTHON_PATHS.md
│
├── security/                    # Security Documentation
│   ├── SECURITY.md              # Security policy
│   └── PRODUCTION_HARDENING.md  # Production hardening (New)
│
├── monitoring/                  # Monitoring & Observability (New)
│   └── SETUP.md                 # Monitoring setup guide
│
├── scripts/                     # Script Documentation
│   ├── scripts.md
│   └── npm-README.md
│
└── projects/                    # Project-Specific Docs
    └── crewai/
        ├── LLM_SETUP.md
        ├── TEST_INSTRUCTIONS.md
        └── TOOLS_SUMMARY.md

📚 Documentation Structure

Guides for setting up and configuring the repository and its dependencies.

Comprehensive guides for deploying applications to production environments.

High-level system design and component interaction documentation.

Guides for ensuring system health and performance.

Development guides and technical documentation.

Security policies and best practices.

Documentation for repository scripts and automation.

Project-specific documentation.

CrewAI

🔍 Quick Links

Getting Started

  1. Read the Quick Start Guide
  2. Configure Storage
  3. Set up NPM

Production Deployment

  1. Review Production Deployment Guide
  2. Consult Security Hardening
  3. Set up Monitoring

Development

  1. Review Git Protocol Guide
  2. Check Remote Python Paths if using remote environments

Projects

  • See individual project READMEs in projects/ directory
  • Check CrewAI documentation for multi-agent system

📝 Contributing to Documentation

When adding new documentation:

  1. Place files in the appropriate subdirectory
  2. Update this README with links
  3. Follow existing naming conventions
  4. Include clear headings and examples

🔗 External Resources