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 ```