Skip to content

Commit 4ad9c28

Browse files
committed
Restructure documentation navigation
- Only the catalog is updated. No existing links are changed - Move 'AI Concepts' under 'Overview' - Reorganize API sections for better hierarchy - Move 'Vector Databases' into its own top-level section - Reposition 'Function Calling', 'Multimodality', 'Testing', and 'Structured Output' as top-level items - Remove redundant nesting in some sections - Comment out 'Generic Model' section
1 parent 0c5455e commit 4ad9c28

File tree

1 file changed

+29
-29
lines changed
  • spring-ai-docs/src/main/antora/modules/ROOT

1 file changed

+29
-29
lines changed

spring-ai-docs/src/main/antora/modules/ROOT/nav.adoc

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
* xref:index.adoc[Overview]
2-
* xref:concepts.adoc[AI Concepts]
2+
** xref:concepts.adoc[AI Concepts]
33
* xref:getting-started.adoc[Getting Started]
4-
* xref:api/index.adoc[]
5-
** xref:api/chatclient.adoc[]
6-
*** xref:api/advisors.adoc[Advisors]
4+
* xref:api/chatclient.adoc[]
5+
** xref:api/advisors.adoc[Advisors]
6+
* xref:api/index.adoc[AI Model API]
7+
** xref:api/prompt.adoc[]
78
** xref:api/chatmodel.adoc[]
89
*** xref:api/bedrock-chat.adoc[Amazon Bedrock]
910
**** xref:api/chat/bedrock/bedrock-anthropic3.adoc[Anthropic3]
@@ -70,35 +71,34 @@
7071
**** xref:api/audio/speech/openai-speech.adoc[OpenAI]
7172
** xref:api/moderation[Moderation Model API]
7273
*** xref:api/moderation/openai-moderation.adoc[OpenAI]
74+
// ** xref:api/generic-model.adoc[]
7375
74-
** xref:api/vectordbs.adoc[]
75-
*** xref:api/vectordbs/azure.adoc[]
76-
*** xref:api/vectordbs/apache-cassandra.adoc[]
77-
*** xref:api/vectordbs/chroma.adoc[]
78-
*** xref:api/vectordbs/elasticsearch.adoc[]
79-
*** xref:api/vectordbs/gemfire.adoc[GemFire]
80-
*** xref:api/vectordbs/milvus.adoc[]
81-
*** xref:api/vectordbs/mongodb.adoc[]
82-
*** xref:api/vectordbs/neo4j.adoc[]
83-
*** xref:api/vectordbs/opensearch.adoc[]
84-
*** xref:api/vectordbs/oracle.adoc[Oracle]
85-
*** xref:api/vectordbs/pgvector.adoc[]
86-
*** xref:api/vectordbs/pinecone.adoc[]
87-
*** xref:api/vectordbs/qdrant.adoc[]
88-
*** xref:api/vectordbs/redis.adoc[]
89-
*** xref:api/vectordbs/hana.adoc[SAP Hana]
90-
*** xref:api/vectordbs/typesense.adoc[]
91-
*** xref:api/vectordbs/weaviate.adoc[]
92-
93-
** xref:api/functions.adoc[Function Calling]
94-
** xref:api/multimodality.adoc[Multimodality]
95-
** xref:api/prompt.adoc[]
96-
** xref:api/structured-output-converter.adoc[Structured Output]
76+
* xref:api/vectordbs.adoc[]
9777
** xref:api/etl-pipeline.adoc[]
98-
** xref:api/testing.adoc[]
99-
** xref:api/generic-model.adoc[]
78+
** xref:api/vectordbs/azure.adoc[]
79+
** xref:api/vectordbs/apache-cassandra.adoc[]
80+
** xref:api/vectordbs/chroma.adoc[]
81+
** xref:api/vectordbs/elasticsearch.adoc[]
82+
** xref:api/vectordbs/gemfire.adoc[GemFire]
83+
** xref:api/vectordbs/milvus.adoc[]
84+
** xref:api/vectordbs/mongodb.adoc[]
85+
** xref:api/vectordbs/neo4j.adoc[]
86+
** xref:api/vectordbs/opensearch.adoc[]
87+
** xref:api/vectordbs/oracle.adoc[Oracle]
88+
** xref:api/vectordbs/pgvector.adoc[]
89+
** xref:api/vectordbs/pinecone.adoc[]
90+
** xref:api/vectordbs/qdrant.adoc[]
91+
** xref:api/vectordbs/redis.adoc[]
92+
** xref:api/vectordbs/hana.adoc[SAP Hana]
93+
** xref:api/vectordbs/typesense.adoc[]
94+
** xref:api/vectordbs/weaviate.adoc[]
95+
10096
10197
* xref:observabilty/index.adoc[]
98+
* xref:api/functions.adoc[Function Calling]
99+
* xref:api/multimodality.adoc[Multimodality]
100+
* xref:api/testing.adoc[]
101+
* xref:api/structured-output-converter.adoc[Structured Output]
102102
103103
* Service Connections
104104
** xref:api/docker-compose.adoc[Docker Compose]

0 commit comments

Comments
 (0)