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