Readme - johnpeterman72/CursorRIPER.sigma GitHub Wiki
📚 CursorRIPER♦Σ Wiki Documentation
This directory contains the complete GitHub Wiki documentation for the CursorRIPER♦Σ framework.
📁 Structure
Wiki/
├── Home.md # Main wiki landing page
├── Getting-Started/ # Quick start guides for new users
├── Core-Concepts/ # Framework fundamentals
├── Features/ # Detailed feature documentation
├── Guides/ # Step-by-step tutorials
├── Reference/ # Complete reference documentation
├── Advanced/ # Optional integrations (MCP, BMAD)
└── Troubleshooting/ # Help and support
🚀 Deployment
To deploy this wiki to GitHub:
- Navigate to your repository on GitHub
- Go to the Wiki tab
- Create pages matching the structure here
- Copy the content from each .md file
Alternatively, you can use the GitHub Wiki git repository:
git clone https://github.com/YOUR_USERNAME/CursorRIPER.sigma.wiki.git
# Copy all files from this directory
git add .
git commit -m "Add complete wiki documentation"
git push
📝 Maintenance
- Each section has its own
_Sidebar.md
for navigation - Cross-links use relative paths for wiki compatibility
- Images reference the main repository's
/res/
folder - Keep the Home.md updated with major changes
🔗 Links
Last Updated: 2025-06-28