From 1dd4c8593d71823452efeeed08e25d634e5b72dc Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Tue, 7 Oct 2025 17:55:06 +0200 Subject: [PATCH] Add index files for RST documentation structure --- docs/bundles/index.rst | 8 ++++++++ docs/components/index.rst | 10 ++++++++++ docs/index.rst | 8 ++++++++ 3 files changed, 26 insertions(+) create mode 100644 docs/bundles/index.rst create mode 100644 docs/components/index.rst create mode 100644 docs/index.rst diff --git a/docs/bundles/index.rst b/docs/bundles/index.rst new file mode 100644 index 000000000..3145e349a --- /dev/null +++ b/docs/bundles/index.rst @@ -0,0 +1,8 @@ +Bundles +======= + +.. toctree:: + :maxdepth: 2 + + ai-bundle + mcp-bundle diff --git a/docs/components/index.rst b/docs/components/index.rst new file mode 100644 index 000000000..2ed6bee2e --- /dev/null +++ b/docs/components/index.rst @@ -0,0 +1,10 @@ +Components +========== + +.. toctree:: + :maxdepth: 2 + + agent + chat + platform + store diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 000000000..3e524657d --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,8 @@ +Symfony AI Documentation +======================== + +.. toctree:: + :maxdepth: 2 + + components/index + bundles/index