-
Notifications
You must be signed in to change notification settings - Fork 824
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
109 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,3 +25,8 @@ out | |
|
||
/.gradletasknamecache | ||
**/*.flattened-pom.xml | ||
|
||
node | ||
node_modules | ||
package-lock.json | ||
package.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# PACKAGES [email protected] @antora/atlas-extension:1.0.0-alpha.1 @antora/[email protected] @springio/[email protected] @asciidoctor/[email protected] @opendevise/[email protected] | ||
# | ||
# The purpose of this Antora playbook is to build the docs in the current branch. | ||
antora: | ||
extensions: | ||
- '@antora/collector-extension' | ||
- require: '@springio/antora-extensions/root-component-extension' | ||
root_component_name: 'ai' | ||
site: | ||
title: Spring AI Reference | ||
url: https://docs.spring.io/spring-ai/reference | ||
content: | ||
sources: | ||
- url: ./../../../.. | ||
branches: HEAD | ||
start_path: spring-ai-docs/src/main/antora | ||
worktrees: true | ||
asciidoc: | ||
attributes: | ||
page-pagination: '' | ||
hide-uri-scheme: '@' | ||
tabs-sync-option: '@' | ||
chomp: 'all' | ||
extensions: | ||
- '@asciidoctor/tabs' | ||
- '@springio/asciidoctor-extensions' | ||
sourcemap: true | ||
urls: | ||
latest_version_segment: '' | ||
runtime: | ||
log: | ||
failure_level: warn | ||
format: pretty | ||
ui: | ||
bundle: | ||
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.3.0/ui-bundle.zip | ||
snapshot: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
name: ai | ||
version: true | ||
title: Spring AI | ||
nav: | ||
- modules/ROOT/nav.adoc | ||
ext: | ||
collector: | ||
- run: | ||
command: mvnw process-resources | ||
local: true | ||
scan: | ||
dir: target/classes/antora-resources |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
* xref:index.adoc[Overview] | ||
* xref:domain/index.adoc[] | ||
** xref:domain/prompt.adoc[] | ||
* xref:prompt/index.adoc[] | ||
* xref:client/index.adoc[] | ||
** xref:client/usage.adoc[] | ||
* Appendices | ||
** xref:glossary.adoc[] |
3 changes: 3 additions & 0 deletions
3
spring-ai-docs/src/main/antora/modules/ROOT/pages/client/index.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
= Configuring an AiClient | ||
|
||
TBD |
3 changes: 3 additions & 0 deletions
3
spring-ai-docs/src/main/antora/modules/ROOT/pages/client/usage.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
= Using AiClient | ||
|
||
TBD |
3 changes: 3 additions & 0 deletions
3
spring-ai-docs/src/main/antora/modules/ROOT/pages/domain/index.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
= The Domain Language of AI | ||
|
||
TBD |
7 changes: 7 additions & 0 deletions
7
spring-ai-docs/src/main/antora/modules/ROOT/pages/domain/prompt.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
= Prompt | ||
|
||
TBD | ||
|
||
== AiClient | ||
|
||
TBD |
3 changes: 3 additions & 0 deletions
3
spring-ai-docs/src/main/antora/modules/ROOT/pages/glossary.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[appendix] | ||
[glossary] | ||
= Glossary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
= Spring AI | ||
|
||
Reference Documentation |
3 changes: 3 additions & 0 deletions
3
spring-ai-docs/src/main/antora/modules/ROOT/pages/prompt/index.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
= Creating a Prompt | ||
|
||
TBD |