Skip to content
ChelSlava edited this page Apr 3, 2026 · 1 revision

RPAForge Documentation Index

This directory contains the RPAForge Wiki content.

Wiki Pages

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

Syncing to GitHub Wiki

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 push

Contributing

When updating documentation:

  1. Update the markdown files in this directory
  2. Follow the existing document structure
  3. Include code examples where appropriate
  4. Keep the index updated
  5. Sync to GitHub Wiki after merging

Clone this wiki locally