forked from openshift-knative/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
antora.yml
51 lines (51 loc) · 2.61 KB
/
antora.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
name: docs
title: Documentation
version: main
nav:
- modules/ROOT/nav.adoc
start_ROOT: 'ROOT:index.adoc'
asciidoc:
attributes:
product_name: OpenShift Serverless Logic
context: OpenShift Serverless Logic
quarkus_cli_platform_redhat: '-Pcom.redhat.quarkus.platform:quarkus-bom:2.7.6.Final-redhat-00006'
kogito_version_redhat: 1.24.0.Final-redhat-00011
quarkus_platform: com.redhat.quarkus.platform
kogito_sw_gav: >-
org.kie.kogito:kogito-quarkus-serverless-workflow:1.24.0.Final-redhat-00011
quarkus_version: 2.7.6.Final-redhat-00006
java_min_version: 11+
maven_min_version: 3.8.1
graalvm_min_version: 22.1.0
spec_version: 0.8
vscode_version: 1.46.0
kn-cli-version: 0.21.2
kogito_examples_repository_url: 'https://github.com/kiegroup/kogito-examples'
kogito_sw_examples_url: >-
https://github.com/kiegroup/kogito-examples/tree/main/serverless-workflow-examples
kogito_examples_url: 'https://github.com/kiegroup/kogito-examples.git'
quarkus_cli_url: 'https://quarkus.io/guides/cli-tooling'
spec_website_url: 'https://serverlessworkflow.io/'
spec_doc_url: >-
https://github.com/serverlessworkflow/specification/blob/0.8.x/specification.md
cloud_events_url: 'https://cloudevents.io/'
cloud_events_sdk_url: 'https://github.com/cloudevents/sdk-java'
open_api_spec_url: 'https://spec.openapis.org/oas/v3.1.0.html'
quarkus_openapi_gen_url: 'https://github.com/quarkiverse/quarkus-openapi-generator'
kie_tools_releases_page_url: 'https://github.com/kiegroup/kie-tools/releases'
quarkus_guides_base_url: 'https://quarkus.io/guides'
smallrye_messaging_url: >-
https://smallrye.io/smallrye-reactive-messaging/smallrye-reactive-messaging/3.3
quarkus_config_url: 'https://quarkus.io/guides/config'
java_install: 'https://www.java.com/en/download/help/download_options.html'
maven_install: 'https://maven.apache.org/install.html'
docker_install: 'https://docs.docker.com/engine/install/'
podman_install: 'https://docs.podman.io/en/latest/'
kubectl_install: 'https://kubernetes.io/docs/tasks/tools/install-kubectl'
java_install_url: 'https://www.java.com/en/download/help/download_options.html'
maven_install_url: 'https://maven.apache.org/install.html'
docker_install_url: 'https://docs.docker.com/engine/install/'
podman_install_url: 'https://docs.podman.io/en/latest/'
kubectl_install_url: 'https://kubernetes.io/docs/tasks/tools/install-kubectl'
kn_cli_install_url: 'https://github.com/knative/client/blob/main/docs/README.md#installing-kn'
kafka_doc_url: 'https://kafka.apache.org/documentation/'