docs: add Tasks link to sidebar
Add the missing link to the DSL-Tasks documentation page in the sidebar for better navigation.
45abca2
docs: add comprehensive DSL tasks documentation
Introduce detailed documentation for the DSL task system, covering:
- Definition of tasks (params, returns, flow)
- Task sources (event-specific and global)
- Task structure and invocation syntax
- Return mechanism and variable scope
- Override capabilities and nested task composition
- Validation rules and automatic catalog export
e69f28b
docs: update documentation for tasks feature and fix typos
Add comprehensive documentation for the new tasks feature including:
- New `/cee tasks export` command
- Task definition in event.tasks and global task files
- Task invocation with parameters, returns, and overrides
- Return node for task completion
Fix minor typo in DSL-Variables.md (string -> String)
ea4284f
docs: remove .md extension from internal wiki links
Update all documentation files to use extensionless internal links, matching the wiki's expected URL format. This improves consistency and ensures proper navigation within the documentation site.
5a851ad
docs: add comprehensive wiki documentation for CustomEventEngine
Add wiki pages covering installation, quickstart, commands, configuration,
DSL reference, architecture, persistence, extending the engine, API reference,
performance, troubleshooting, glossary, contributing, examples, and templates.
This provides complete user and developer documentation for the
CustomEventEngine plugin, including YAML DSL syntax, operational guides,
and API usage.
4c7c814