Change Log Rich Content
Welcome to Orvimo, the automation-first documentation system built for workflow builders and AI agents. This article will guide you through the basics of setting up your documentation space, customizing structures, and unlocking advanced features like custom tool calls, execution logs, and styled code snippets.
H2 heading
Orvimo is built to make workflow automation documentation clear, modular, and intelligent. Whether you’re writing product guides, integration references, or internal playbooks, Orvimo gives you a structured foundation powered by visuals, AI, and monitoring.
H3 heading
- Pre-built workflow-centric doc templates
- Sticky sidebar navigation for fast access
- Styled code blocks for integrations and tool calls
1// Target the preloader element
2const preloaderElement = document.getElementById('preloader');
3
4// Set the amount of time to wait in milliseconds
5// Test by changing to 1 * 60 * 1000 for 1 min
6const waitTime = 24 * 60 * 60 * 1000; // 24 hours
7

