Skip to content

Commit ab402e0

Browse files
committed
minor #749 Add index files for RST documentation structure (OskarStark)
This PR was merged into the main branch. Discussion ---------- Add index files for RST documentation structure | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | yes | Issues | -- | License | MIT Commits ------- 1dd4c85 Add index files for RST documentation structure
2 parents b42b000 + 1dd4c85 commit ab402e0

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

docs/bundles/index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Bundles
2+
=======
3+
4+
.. toctree::
5+
:maxdepth: 2
6+
7+
ai-bundle
8+
mcp-bundle

docs/components/index.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Components
2+
==========
3+
4+
.. toctree::
5+
:maxdepth: 2
6+
7+
agent
8+
chat
9+
platform
10+
store

docs/index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Symfony AI Documentation
2+
========================
3+
4+
.. toctree::
5+
:maxdepth: 2
6+
7+
components/index
8+
bundles/index

0 commit comments

Comments
 (0)