From 2e239841e27298bc59975b5786f3c28d165a5aa3 Mon Sep 17 00:00:00 2001 From: Max Rydahl Andersen Date: Tue, 14 Nov 2023 13:42:00 +0100 Subject: [PATCH] add antora playbook --- docs/antora-playbook.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/antora-playbook.yml diff --git a/docs/antora-playbook.yml b/docs/antora-playbook.yml new file mode 100644 index 000000000..b769caef0 --- /dev/null +++ b/docs/antora-playbook.yml @@ -0,0 +1,19 @@ +site: + title: LangChain4j for Quarkus + start_page: quarkus-langchain4j:ROOT:index.adoc +content: + sources: + - url: ./../ + branches: HEAD + start_path: docs +ui: + bundle: + url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/HEAD/raw/build/ui-bundle.zip?job=bundle-stable + snapshot: true + +asciidoc: + attributes: + kroki-fetch-diagram: true + +output: + dir: ./target/site \ No newline at end of file