-
Notifications
You must be signed in to change notification settings - Fork 16
README
ChelSlava edited this page Apr 3, 2026
·
1 revision
This directory contains the RPAForge Wiki content.
| Page | Description |
|---|---|
| Home | Welcome and overview |
| Architecture | System architecture and components |
| Visual Block System | Block types, connections, and visual design |
| Variables Management | Variable scopes, types, and best practices |
| Nested Diagrams | Sub-diagrams and process composition |
| Robot Framework Integration | RF syntax mapping and code generation |
| Best Practices | Python, Robot Framework, and RPAForge conventions |
| MVP Roadmap | Development progress and timeline |
To sync this documentation to GitHub Wiki:
# Clone the wiki repository
git clone https://github.com/chelslava/rpaforge.wiki.git
# Copy documentation files
cp docs/wiki/*.md rpaforge.wiki/
# Commit and push
cd rpaforge.wiki
git add .
git commit -m "Update wiki documentation"
git pushWhen updating documentation:
- Update the markdown files in this directory
- Follow the existing document structure
- Include code examples where appropriate
- Keep the index updated
- Sync to GitHub Wiki after merging