# Resources Directory

This directory contains educational resources and supporting materials for the OWASP Top 10 labs.

## Planned Structure

```
resources/
├── cheat-sheets/         # Quick reference guides
├── diagrams/             # Architecture and flow diagrams
├── compliance-mappings/  # Mappings to compliance frameworks
└── docs/                 # Additional documentation
```

## Current Status

**Phase 1 Complete**: Directory structure created
- Folders ready for resource organization
- Resources currently in original locations

**Phase 2 - Pending**: Resource migration
- Materials will be moved from root level
- Better organization by type
- Cross-referenced with labs

## Current Resource Locations

Resources are currently located in:
- `/cheat-sheets/`
- `/diagrams/`
- `/compliance-mappings/`
- `/docs/`

## Future Enhancements

1. **Cross-referencing**: Link resources to specific labs
2. **Interactive content**: Add interactive learning materials
3. **Video tutorials**: Include video explanations
4. **Real-world examples**: Add case studies and examples

## Contributing

When adding resources:
1. Choose the appropriate subdirectory
2. Use clear, descriptive filenames
3. Include README.md in subdirectories with multiple files
4. Reference relevant OWASP projects and standards
