diff --git a/hypnoscript-docs/docs/enterprise/messaging.md b/hypnoscript-docs/docs/enterprise/messaging.md index eb72001..9ff136a 100644 --- a/hypnoscript-docs/docs/enterprise/messaging.md +++ b/hypnoscript-docs/docs/enterprise/messaging.md @@ -523,7 +523,7 @@ event_consumers { } ``` -## message patterns +## Message Patterns ### Request-Reply Pattern diff --git a/hypnoscript-docs/docs/enterprise/overview.md b/hypnoscript-docs/docs/enterprise/overview.md index 85ff08f..50a007d 100644 --- a/hypnoscript-docs/docs/enterprise/overview.md +++ b/hypnoscript-docs/docs/enterprise/overview.md @@ -1,8 +1,8 @@ -# Runtime-Documentation Übersicht +# Runtime Documentation Overview -Diese Übersicht bietet einen vollständigen Überblick über die Runtime-Documentation von HypnoScript, einschließlich aller verfügbaren Funktionen, Best Practices und Implementation Guidelines. +This overview provides a complete overview of HypnoScript's runtime documentation, including all available features, best practices, and implementation guidelines. -## Documentationsstruktur +## Documentation Structure ### 📋 Runtime Features @@ -331,7 +331,7 @@ Diese Übersicht bietet einen vollständigen Überblick über die Runtime-Docume #### Documentation -- **Technical Documentation:** Technische Documentation +- **Technical Documentation:** Technical documentation - **User Guides:** User guides - **API Documentation:** API-Documentation - **Troubleshooting Guides:** Troubleshooting @@ -354,4 +354,4 @@ Die Runtime-Documentation von HypnoScript bietet eine umfassende Anleitung für - **API-Management:** Secure and scalable APIs - **Backup & Recovery:** Reliable data backup and recovery -Diese Documentation stellt sicher, dass HypnoScript in Runtime-Umgebungen den höchsten Standards für Sicherheit, Performance, Zuverlässigkeit und Compliance entspricht. +This documentation ensures that HypnoScript meets the highest standards for security, performance, reliability, and compliance in runtime environments. diff --git a/hypnoscript-docs/docs/examples/cli-workflows.md b/hypnoscript-docs/docs/examples/cli-workflows.md index 4cdc748..0137af0 100644 --- a/hypnoscript-docs/docs/examples/cli-workflows.md +++ b/hypnoscript-docs/docs/examples/cli-workflows.md @@ -37,7 +37,7 @@ dotnet run --project HypnoScript.CLI -- validate *.hyp --output validation-repor ### Format Code ```bash -# Format Code und in neue Datei schreiben +# Format code and write to new file dotnet run --project HypnoScript.CLI -- format script.hyp --output formatted.hyp # Format directly in file @@ -68,7 +68,7 @@ dotnet run --project HypnoScript.CLI -- test *.hyp --format json --output test-r ### Debug Mode ```bash -# Debug Mode mit Trace +# Debug mode with trace dotnet run --project HypnoScript.CLI -- debug script.hyp --trace # Step-by-step execution @@ -283,10 +283,10 @@ echo "Deployment completed!" } ``` -### environment variablen +### Environment Variables ```bash -# HypnoScript-spezifische Umgebungsvariablen +# HypnoScript-specific environment variables export HYPNOSCRIPT_HOME="/opt/hypnoscript" export HYPNOSCRIPT_LOG_LEVEL="debug" export HYPNOSCRIPT_CONFIG="./config.json" @@ -402,11 +402,11 @@ echo "Workflow completed successfully!" ## Next Steps -- [CLI-Commande Referenz](../cli/commands) - Vollständige CLI-Referenz -- [Konfiguration](../cli/configuration) - Advanced Konfiguration -- [Runtime-Features](../enterprise/features) - Runtime-Functionen +- [CLI Command Reference](../cli/commands) - Complete CLI Reference +- [Configuration](../cli/configuration) - Advanced Configuration +- [Runtime Features](../enterprise/features) - Runtime Functions --- -**CLI-Workflows gemeistert? Dann lerne [erweiterte Konfiguration](../cli/configuration) kennen!** ⚙️ +**Mastered CLI workflows? Then check out [advanced configuration](../cli/configuration)!** ⚙️