From 5fac1e1af3eeb40d3eb6b7471039450745d77862 Mon Sep 17 00:00:00 2001 From: Daniel Rosehill Date: Sun, 2 Mar 2025 22:24:07 +0200 Subject: [PATCH] Added new cat for STT --- docs/tutorials/speech-to-text/_category_.json | 7 +++++++ docs/tutorials/speech-to-text/stt-config.md | 4 ++++ 2 files changed, 11 insertions(+) create mode 100644 docs/tutorials/speech-to-text/_category_.json create mode 100644 docs/tutorials/speech-to-text/stt-config.md diff --git a/docs/tutorials/speech-to-text/_category_.json b/docs/tutorials/speech-to-text/_category_.json new file mode 100644 index 0000000..38926e7 --- /dev/null +++ b/docs/tutorials/speech-to-text/_category_.json @@ -0,0 +1,7 @@ +{ + "label": "🎤 Speech To Text", + "position": 5, + "link": { + "type": "generated-index" + } +} diff --git a/docs/tutorials/speech-to-text/stt-config.md b/docs/tutorials/speech-to-text/stt-config.md new file mode 100644 index 0000000..ae7f95b --- /dev/null +++ b/docs/tutorials/speech-to-text/stt-config.md @@ -0,0 +1,4 @@ +--- +sidebar_position: 1 +title: "🗨️ Configuration" +--- \ No newline at end of file