From 23f2c6e10ba769a06b9411cba86cd5e97b9280da Mon Sep 17 00:00:00 2001 From: Dinesh Yeduguru Date: Fri, 6 Dec 2024 10:14:36 -0800 Subject: [PATCH] move telemetry to build applications section --- docs/source/building_applications/index.md | 8 +++++++- .../index.md => building_applications/telemetry.md} | 0 docs/source/experimental/index.md | 12 ------------ docs/source/index.md | 1 - 4 files changed, 7 insertions(+), 14 deletions(-) rename docs/source/{experimental/telemetry/index.md => building_applications/telemetry.md} (100%) delete mode 100644 docs/source/experimental/index.md diff --git a/docs/source/building_applications/index.md b/docs/source/building_applications/index.md index 6d2f9e3ac..f2345f25b 100644 --- a/docs/source/building_applications/index.md +++ b/docs/source/building_applications/index.md @@ -11,5 +11,11 @@ - memory / RAG; pre-ingesting content or attaching content in a turn - how does tool calling work - can you do evaluation? - +``` + +```{toctree} +:hidden: +:maxdepth: 3 + +telemetry ``` diff --git a/docs/source/experimental/telemetry/index.md b/docs/source/building_applications/telemetry.md similarity index 100% rename from docs/source/experimental/telemetry/index.md rename to docs/source/building_applications/telemetry.md diff --git a/docs/source/experimental/index.md b/docs/source/experimental/index.md deleted file mode 100644 index aba4887e9..000000000 --- a/docs/source/experimental/index.md +++ /dev/null @@ -1,12 +0,0 @@ -# Experimental Features - -This section contains experimental features that are not yet fully supported or subject to change. - -Telemetry: [Telemetry](telemetry/index) - -```{toctree} -:hidden: -:maxdepth: 3 - -telemetry/index -``` diff --git a/docs/source/index.md b/docs/source/index.md index 8af3fa6e5..abfaf51b4 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -84,5 +84,4 @@ building_applications/index contributing/index references/index cookbooks/index -experimental/index ```