From caeeb85c63dda10172c286096583734b81b804b1 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Sun, 9 Nov 2025 18:12:44 -0500 Subject: [PATCH] Add text-to-speech navigation link to all public pages - Added text-to-speech link in navigation after Inference Setup link - Updated inference.html TTS section to link to text-to-speech page - Removed redundant openedai-speech references from inference page - Applied changes to 18 public HTML pages for consistent navigation --- public/csharp-examples.html | 1 + public/dart-examples.html | 1 + public/elixir-examples.html | 1 + public/go-examples.html | 1 + public/index.html | 2 +- public/inference.html | 3 +-- public/java-examples.html | 1 + public/kotlin-examples.html | 1 + public/nodejs-examples.html | 1 + public/php-examples.html | 1 + public/privacy-policy.html | 1 + public/python-examples.html | 1 + public/ruby-examples.html | 1 + public/rust-examples.html | 1 + public/swift-examples.html | 1 + public/terms-of-use.html | 1 + public/text-to-speech.html | 1 + public/uncloseai-js.html | 1 + 18 files changed, 18 insertions(+), 3 deletions(-) diff --git a/public/csharp-examples.html b/public/csharp-examples.html index 6fed3e7..34506a5 100644 --- a/public/csharp-examples.html +++ b/public/csharp-examples.html @@ -63,6 +63,7 @@
  • Swift Examples
  • uncloseai.js Docs
  • Inference Setup
  • +
  • Text-to-Speech
  • 🔗 All Languages
  • 📚 Book
  • diff --git a/public/dart-examples.html b/public/dart-examples.html index db5e42c..db9acd6 100644 --- a/public/dart-examples.html +++ b/public/dart-examples.html @@ -63,6 +63,7 @@
  • Swift Examples
  • uncloseai.js Docs
  • Inference Setup
  • +
  • Text-to-Speech
  • 🔗 All Languages
  • 📚 Book
  • diff --git a/public/elixir-examples.html b/public/elixir-examples.html index 13ee7e0..1f6f1b8 100644 --- a/public/elixir-examples.html +++ b/public/elixir-examples.html @@ -63,6 +63,7 @@
  • Swift Examples
  • uncloseai.js Docs
  • Inference Setup
  • +
  • Text-to-Speech
  • 🔗 All Languages
  • 📚 Book
  • diff --git a/public/go-examples.html b/public/go-examples.html index 36aaf48..b62f08e 100644 --- a/public/go-examples.html +++ b/public/go-examples.html @@ -63,6 +63,7 @@
  • Swift Examples
  • uncloseai.js Docs
  • Inference Setup
  • +
  • Text-to-Speech
  • 🔗 All Languages
  • 📚 Book
  • diff --git a/public/index.html b/public/index.html index 9c96cc1..99558c1 100644 --- a/public/index.html +++ b/public/index.html @@ -57,7 +57,6 @@