Skip to content

Commit c4af43a

Browse files
committed
Switch to streamshub sources
1 parent 4a6cd49 commit c4af43a

File tree

9 files changed

+11
-547
lines changed

9 files changed

+11
-547
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,15 @@ Each component's documentation source and the versions which are included are co
1616
"tags":["0.1.0-doc"]
1717
}
1818
```
19-
This file is read by the `scripts/docBuilder.java` [jbang](https://www.jbang.dev/) script. You will need to install `jbang` locally in order to run the documentation build.
19+
This file is read by the `scripts/docBuilder.java` [jbang](https://www.jbang.dev/) script.
20+
You will need to install `jbang` locally in order to run the documentation build.
2021

21-
The contents of the `docsFolderPath` in each `<sourceOwner>/<sourceRespoitory>` GitHub repository at each supplied reference `tag` will be pulled and placed in their own folder under `content/docs/<name>/<tag>`. If a folder already exists for the given tag then it will not be pulled.
22+
The contents of the `docsFolderPath` in each `<sourceOwner>/<sourceRespoitory>` GitHub repository at each supplied reference `tag` will be pulled and placed in their own folder under `content/docs/<name>/<tag>`.
23+
If a folder already exists for the given tag then it will not be pulled.
2224

23-
The contents of the `docsFolderPath` folder on the `devlopmentBranch` will always be pulled on every build.
25+
The contents of the `docsFolderPath` folder on the `devlopmentBranch` will always be pulled on every build via the `.github/workflows/publish.yaml` GitHub Action.
2426

25-
To pull the configured sources you will need a [GitHub access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens):
27+
To pull the configured sources you will need a [GitHub access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens) with permissions to access **all** the configured `<sourceOwner>/<sourceRespoitory>`:
2628

2729
```shell
2830
./scripts/docBuilder.java <github-access-token>

content/docs/Flink SQL Runner/0.1.0-doc/index.adoc

Lines changed: 0 additions & 69 deletions
This file was deleted.

content/docs/Flink SQL Runner/_index.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

content/docs/Flink SQL Runner/docs-dev/index.adoc

Lines changed: 0 additions & 10 deletions
This file was deleted.

content/docs/Flink SQL Runner/docs-dev/installation.adoc

Lines changed: 0 additions & 91 deletions
This file was deleted.

content/docs/Flink SQL Runner/docs-dev/overview.adoc

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)