Skip to content

Commit 012ca25

Browse files
committed
docusaurus broken links build warning + move all samples folder
1 parent 1bdd2ad commit 012ca25

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/6-jekyll-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Copy Files
3737
run: |
3838
# Moving the samples folder at build& deploy time of the docs so that it appears in the end result
39-
cp -r ./samples/* ./casdk-docs/docs/
39+
cp -r ./samples/ ./casdk-docs/docs/
4040
working-directory: .
4141

4242
- name: Install dependencies

casdk-docs/blog/2022-10-01-release-1.0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Release 1.1
5454

5555
### Upgrading from 1.0.0 to 1.1.0
5656

57-
- Configuration changes are required due to historical and forecast configuration now being decoupled. Refer to - [Configuration](docs/configuration.md) for a guide. The following is provided as an example of the new data source configuration format.
57+
- Configuration changes are required due to historical and forecast configuration now being decoupled. Refer to - [Configuration](/casdk-docs/docs/configuration.md) for a guide. The following is provided as an example of the new data source configuration format.
5858
```json
5959
{
6060
"DataSources": {

casdk-docs/blog/2023-07-18-release-1.1.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Release 1.1
5454

5555
### Upgrading from 1.0.0 to 1.1.0
5656

57-
- Configuration changes are required due to historical and forecast configuration now being decoupled. Refer to - [Configuration](docs/configuration.md) for a guide. The following is provided as an example of the new data source configuration format.
57+
- Configuration changes are required due to historical and forecast configuration now being decoupled. Refer to - [Configuration](/casdk-docs/docs/configuration.md) for a guide. The following is provided as an example of the new data source configuration format.
5858
```json
5959
{
6060
"DataSources": {

0 commit comments

Comments
 (0)