diff --git a/docs/config.md b/docs/config.md index ac07d51..4a0e303 100644 --- a/docs/config.md +++ b/docs/config.md @@ -57,9 +57,6 @@ Session templating: ## 4. Minimal pipeline config ```yaml -workspace: - root: ./tmp/narratio-workspace - whisperx: transcribe_url: "https://transcription.example.com/transcribe" ``` diff --git a/docs/examples/pipeline.minimal.yml b/docs/examples/pipeline.minimal.yml index 05c3823..e9a7e17 100644 --- a/docs/examples/pipeline.minimal.yml +++ b/docs/examples/pipeline.minimal.yml @@ -1,5 +1,2 @@ -workspace: - root: ./tmp/narratio-workspace - whisperx: transcribe_url: "https://transcription.example.com/transcribe"