Skip to content

Commit

Permalink
Fix kiegroup references and add github pages settings (#511)
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Zanini <[email protected]>
  • Loading branch information
ricardozanini authored Oct 19, 2023
1 parent 02127ae commit 4bdc003
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
github:
ghp_branch: gh-pages
ghp_path: /
4 changes: 2 additions & 2 deletions .github/workflows/sw-docs-pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Serverless Workflow Guides
name: SonataFlow Guides

on:
pull_request:
Expand All @@ -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
Expand Down
3 changes: 1 addition & 2 deletions antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion serverlessworkflow/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4bdc003

Please sign in to comment.