This is an automated email from the ASF dual-hosted git repository.
ricardozanini pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 4bdc00363 Fix kiegroup references and add github pages settings (#511)
4bdc00363 is described below
commit 4bdc003634fc652cf5f9eacd61ac5c8dd520d2af
Author: Ricardo Zanini <[email protected]>
AuthorDate: Thu Oct 19 09:29:23 2023 -0300
Fix kiegroup references and add github pages settings (#511)
Signed-off-by: Ricardo Zanini <[email protected]>
---
.asf.yaml | 3 +++
.github/workflows/sw-docs-pr.yml | 4 ++--
antora-playbook.yml | 3 +--
package.json | 2 +-
serverlessworkflow/antora.yml | 2 +-
5 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 000000000..07678dbef
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,3 @@
+github:
+ ghp_branch: gh-pages
+ ghp_path: /
diff --git a/.github/workflows/sw-docs-pr.yml b/.github/workflows/sw-docs-pr.yml
index b4181a3b4..677e515c6 100644
--- a/.github/workflows/sw-docs-pr.yml
+++ b/.github/workflows/sw-docs-pr.yml
@@ -1,4 +1,4 @@
-name: Serverless Workflow Guides
+name: SonataFlow Guides
on:
pull_request:
@@ -10,7 +10,7 @@ on:
- 'README*'
jobs:
build_site:
- name: "Building Serverless Workflow Documentation with Antora"
+ name: "Building SonataFlow Guides with Antora"
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
diff --git a/antora-playbook.yml b/antora-playbook.yml
index 4c00202f6..4e5f3efb2 100644
--- a/antora-playbook.yml
+++ b/antora-playbook.yml
@@ -9,7 +9,7 @@ antora:
index_latest_only: true
content:
sources:
- - url: [email protected]:kiegroup/kogito-docs.git
+ - url: [email protected]:apache/incubator-kie-kogito-docs.git
branches:
- main
- 1.24.x
@@ -29,7 +29,6 @@ content:
- 1.38.x
- 1.39.x
- 1.40.x
- - 1.40.x-prod
- 1.41.x
- 1.42.x
- 1.43.x
diff --git a/package.json b/package.json
index af2a36ea9..da34c8c3b 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"license": "Apache-2.0",
"repository": {
"type": "git",
- "url": "git+https://github.com/kiegroup/kogito-docs.git"
+ "url": "git+https://github.com/apache/incubator-kie-kogito-docs.git"
},
"scripts": {
"local-install-build": "npm i && npx antora antora-playbook-author.yml
--stacktrace",
diff --git a/serverlessworkflow/antora.yml b/serverlessworkflow/antora.yml
index dbe9a5a6b..6f1953b3a 100644
--- a/serverlessworkflow/antora.yml
+++ b/serverlessworkflow/antora.yml
@@ -90,7 +90,7 @@ asciidoc:
kaoto_url:
https://marketplace.visualstudio.com/items?itemName=redhat.vscode-kaoto
minikube_url: https://minikube.sigs.k8s.io
kogito_serverless_operator_url:
https://github.com/kiegroup/kogito-serverless-operator/
- docs_issues_url: https://github.com/kiegroup/kogito-docs/issues/new
+ docs_issues_url:
https://github.com/apache/incubator-kie-kogito-docs/issues/new
ocp_local_url:
https://access.redhat.com/documentation/en-us/red_hat_openshift_local/2.17
ocp_knative_serving_url:
https://docs.openshift.com/container-platform/4.12/serverless/install/installing-knative-serving.html
ocp_knative_eventing_url:
https://docs.openshift.com/container-platform/4.12/serverless/install/installing-knative-eventing.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]