Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hypnoscript-docs/docs/enterprise/messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ event_consumers {
}
```

## message patterns
## Message Patterns

### Request-Reply Pattern

Expand Down
10 changes: 5 additions & 5 deletions hypnoscript-docs/docs/enterprise/overview.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand All @@ -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.
16 changes: 8 additions & 8 deletions hypnoscript-docs/docs/examples/cli-workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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)!** ⚙️