From e4bd4da7d2bcf0f3f5adb6d0f427bc531fd60255 Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 11:18:39 +0200 Subject: [PATCH 01/43] added action --- .github/workflows/link-check.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/link-check.yml diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml new file mode 100644 index 0000000000..68b82a047b --- /dev/null +++ b/.github/workflows/link-check.yml @@ -0,0 +1,18 @@ +name: link-check +on: + push: + branches: + - main + pull_request: +name: ci +jobs: + linkinator: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: JustinBeckwith/linkinator-action@v1.10.4 + with: + paths: "**/*.md" + concurrency: 1 + markdown: true + linksToSkip: "http://fake.local, http://fake.local/fake" \ No newline at end of file From e3cf69f3fdff96ed06bfa7382b31ce3fecb7bc60 Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 11:25:25 +0200 Subject: [PATCH 02/43] Update link-check.yml --- .github/workflows/link-check.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 68b82a047b..430bd30c05 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -4,7 +4,6 @@ on: branches: - main pull_request: -name: ci jobs: linkinator: runs-on: ubuntu-latest @@ -15,4 +14,4 @@ jobs: paths: "**/*.md" concurrency: 1 markdown: true - linksToSkip: "http://fake.local, http://fake.local/fake" \ No newline at end of file + linksToSkip: "http://fake.local, http://fake.local/fake" From 2dc5505f884cdc41ae6ff05b6f0403124d950eef Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 11:32:18 +0200 Subject: [PATCH 03/43] change file name --- content/smartrest/{smartrest-two.md => smartrest-two-test.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename content/smartrest/{smartrest-two.md => smartrest-two-test.md} (100%) diff --git a/content/smartrest/smartrest-two.md b/content/smartrest/smartrest-two-test.md similarity index 100% rename from content/smartrest/smartrest-two.md rename to content/smartrest/smartrest-two-test.md From 2a8713863ff479e722c07976c1e38412b9144274 Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 11:43:23 +0200 Subject: [PATCH 04/43] modified action --- .github/workflows/link-check.yml | 3 +-- content/smartrest/{smartrest-two-test.md => smartrest-two.md} | 0 2 files changed, 1 insertion(+), 2 deletions(-) rename content/smartrest/{smartrest-two-test.md => smartrest-two.md} (100%) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 430bd30c05..4c56c226d7 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -11,7 +11,6 @@ jobs: - uses: actions/checkout@v3 - uses: JustinBeckwith/linkinator-action@v1.10.4 with: - paths: "**/*.md" + paths: "/content" concurrency: 1 markdown: true - linksToSkip: "http://fake.local, http://fake.local/fake" diff --git a/content/smartrest/smartrest-two-test.md b/content/smartrest/smartrest-two.md similarity index 100% rename from content/smartrest/smartrest-two-test.md rename to content/smartrest/smartrest-two.md From c1d64ca22c564d123017b8f34e1851ce5835d2bb Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 11:44:30 +0200 Subject: [PATCH 05/43] Update link-check.yml --- .github/workflows/link-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 4c56c226d7..6767a4112f 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -11,6 +11,6 @@ jobs: - uses: actions/checkout@v3 - uses: JustinBeckwith/linkinator-action@v1.10.4 with: - paths: "/content" + paths: "/home/runner/work/c8y-docs/c8y-docs/content" concurrency: 1 markdown: true From 693687d07bf0cec309bfc277e6462a64fcd963d1 Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 11:46:14 +0200 Subject: [PATCH 06/43] Update link-check.yml --- .github/workflows/link-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 6767a4112f..f199c5bda4 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -11,6 +11,6 @@ jobs: - uses: actions/checkout@v3 - uses: JustinBeckwith/linkinator-action@v1.10.4 with: - paths: "/home/runner/work/c8y-docs/c8y-docs/content" + paths: "/home/runner/work/c8y-docs/content" concurrency: 1 markdown: true From 9da2575e77c5a9611cc4125166dd39ccf55dc572 Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 11:51:00 +0200 Subject: [PATCH 07/43] updated action --- .github/workflows/link-check.yml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index f199c5bda4..87cc9d61ff 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -1,16 +1,14 @@ name: link-check -on: - push: - branches: - - main - pull_request: +on: [pull_request] jobs: - linkinator: + check-links: + name: runner / linkspector runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: JustinBeckwith/linkinator-action@v1.10.4 + - uses: actions/checkout@v4 + - name: Run linkspector + uses: umbrelladocs/action-linkspector@v1 with: - paths: "/home/runner/work/c8y-docs/content" - concurrency: 1 - markdown: true + github_token: ${{ secrets.github_token }} + reporter: github-pr-review + fail_on_error: true From 896ca3dd0589bb6c23232527b2fa6042cd3272e0 Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 11:59:12 +0200 Subject: [PATCH 08/43] Update link-check.yml --- .github/workflows/link-check.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 87cc9d61ff..531687babb 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -9,6 +9,4 @@ jobs: - name: Run linkspector uses: umbrelladocs/action-linkspector@v1 with: - github_token: ${{ secrets.github_token }} reporter: github-pr-review - fail_on_error: true From 412e0460e64fe8b5c76ee7c5325fe546aff87a0d Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 12:01:47 +0200 Subject: [PATCH 09/43] Update link-check.yml --- .github/workflows/link-check.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 531687babb..99c0b18ca1 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -2,11 +2,13 @@ name: link-check on: [pull_request] jobs: check-links: - name: runner / linkspector runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - name: Run linkspector - uses: umbrelladocs/action-linkspector@v1 + - uses: actions/checkout@v3 + - uses: gaurav-nelson/github-action-markdown-link-check@a996638015fbc9ef96beef1a41bbad7df8e06154 + # checks all markdown files from /docs including all subfolders with: - reporter: github-pr-review + use-quiet-mode: 'yes' + use-verbose-mode: 'yes' + config-file: '.github/workflows/markdown.links.config.json' + folder-path: 'docs/' From 63ebe5d8815bcf3361f9b7df24b39af62937fbff Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 12:02:34 +0200 Subject: [PATCH 10/43] Update link-check.yml --- .github/workflows/link-check.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 99c0b18ca1..6efa4e33db 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -10,5 +10,4 @@ jobs: with: use-quiet-mode: 'yes' use-verbose-mode: 'yes' - config-file: '.github/workflows/markdown.links.config.json' - folder-path: 'docs/' + folder-path: 'content/' From e86b9884e4c9e2d0117ea66664fa3b389aa2c601 Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 12:07:20 +0200 Subject: [PATCH 11/43] update action --- .github/workflows/link-check.yml | 1 + .github/workflows/markdown.links.config.json | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 .github/workflows/markdown.links.config.json diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 6efa4e33db..7ae4f24c25 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -10,4 +10,5 @@ jobs: with: use-quiet-mode: 'yes' use-verbose-mode: 'yes' + config-file: '.github/workflows/markdown.links.config.json' folder-path: 'content/' diff --git a/.github/workflows/markdown.links.config.json b/.github/workflows/markdown.links.config.json new file mode 100644 index 0000000000..c65a68cace --- /dev/null +++ b/.github/workflows/markdown.links.config.json @@ -0,0 +1,5 @@ +{ + "ignorePatterns": [ + + ] +} From 8f3426a6424a586f238ffa3731583424c7e5da64 Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 12:29:26 +0200 Subject: [PATCH 12/43] update action --- .github/workflows/.linkspector.yml | 3 +++ .github/workflows/link-check.yml | 16 ++++++++-------- 2 files changed, 11 insertions(+), 8 deletions(-) create mode 100644 .github/workflows/.linkspector.yml diff --git a/.github/workflows/.linkspector.yml b/.github/workflows/.linkspector.yml new file mode 100644 index 0000000000..dab33ff20f --- /dev/null +++ b/.github/workflows/.linkspector.yml @@ -0,0 +1,3 @@ +dirs: + - content +useGitIgnore: true diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 7ae4f24c25..f916fb113b 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -1,14 +1,14 @@ -name: link-check +name: Linkspector on: [pull_request] jobs: check-links: + name: runner / linkspector runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: gaurav-nelson/github-action-markdown-link-check@a996638015fbc9ef96beef1a41bbad7df8e06154 - # checks all markdown files from /docs including all subfolders + - uses: actions/checkout@v4 + - name: Run linkspector + uses: umbrelladocs/action-linkspector@v1 with: - use-quiet-mode: 'yes' - use-verbose-mode: 'yes' - config-file: '.github/workflows/markdown.links.config.json' - folder-path: 'content/' + github_token: ${{ secrets.github_token }} + reporter: github-pr-review + config_file: '.linkspector.yml' From 16cefc95bafe7b1fda2211b2648fcc29bc2eb196 Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 12:36:00 +0200 Subject: [PATCH 13/43] update --- .github/workflows/link-check.yml | 2 +- .linkspector.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .linkspector.yml diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index f916fb113b..d8c2d3a88d 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -11,4 +11,4 @@ jobs: with: github_token: ${{ secrets.github_token }} reporter: github-pr-review - config_file: '.linkspector.yml' + config_file: .github/workflows/.linkspector.yml' diff --git a/.linkspector.yml b/.linkspector.yml new file mode 100644 index 0000000000..29119d285e --- /dev/null +++ b/.linkspector.yml @@ -0,0 +1,3 @@ +dirs: + - content/ +useGitIgnore: true From 099d06590fb1a8546b6ac806bee36bb8f4ba0a2c Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 12:43:48 +0200 Subject: [PATCH 14/43] check links --- .github/workflows/.linkspector.yml | 3 --- .github/workflows/link-check.yml | 17 +++++++++-------- .linkspector.yml | 3 --- 3 files changed, 9 insertions(+), 14 deletions(-) delete mode 100644 .github/workflows/.linkspector.yml delete mode 100644 .linkspector.yml diff --git a/.github/workflows/.linkspector.yml b/.github/workflows/.linkspector.yml deleted file mode 100644 index dab33ff20f..0000000000 --- a/.github/workflows/.linkspector.yml +++ /dev/null @@ -1,3 +0,0 @@ -dirs: - - content -useGitIgnore: true diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index d8c2d3a88d..7c1d89f5bf 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -1,14 +1,15 @@ -name: Linkspector +name: link-check on: [pull_request] jobs: check-links: - name: runner / linkspector runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - name: Run linkspector - uses: umbrelladocs/action-linkspector@v1 + - uses: actions/checkout@v3 + - uses: gaurav-nelson/github-action-markdown-link-check@a996638015fbc9ef96beef1a41bbad7df8e06154 + # checks all markdown files from /docs including all subfolders with: - github_token: ${{ secrets.github_token }} - reporter: github-pr-review - config_file: .github/workflows/.linkspector.yml' + use-quiet-mode: 'yes' + use-verbose-mode: 'yes' + config-file: '.github/workflows/markdown.links.config.json' + folder-path: 'content/' + check-modified-files-only: yes diff --git a/.linkspector.yml b/.linkspector.yml deleted file mode 100644 index 29119d285e..0000000000 --- a/.linkspector.yml +++ /dev/null @@ -1,3 +0,0 @@ -dirs: - - content/ -useGitIgnore: true From ddd9d9c048f835e4870b7b5161ce75076b88dea0 Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 13:09:58 +0200 Subject: [PATCH 15/43] update --- .github/workflows/link-check.yml | 3 +-- .github/workflows/markdown.links.config.json | 7 ++++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 7c1d89f5bf..6d6e985f79 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -11,5 +11,4 @@ jobs: use-quiet-mode: 'yes' use-verbose-mode: 'yes' config-file: '.github/workflows/markdown.links.config.json' - folder-path: 'content/' - check-modified-files-only: yes + folder-path: 'content/microservice-sdk/' diff --git a/.github/workflows/markdown.links.config.json b/.github/workflows/markdown.links.config.json index c65a68cace..1964825a95 100644 --- a/.github/workflows/markdown.links.config.json +++ b/.github/workflows/markdown.links.config.json @@ -1,5 +1,10 @@ { "ignorePatterns": [ - + { + "pattern": "images/" + } + ,{ + "pattern": "/#" + } ] } From 2696ce2ff79528939aa9f33ea402a291664c9550 Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 13:13:41 +0200 Subject: [PATCH 16/43] Update markdown.links.config.json --- .github/workflows/markdown.links.config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/markdown.links.config.json b/.github/workflows/markdown.links.config.json index 1964825a95..65a3e51a18 100644 --- a/.github/workflows/markdown.links.config.json +++ b/.github/workflows/markdown.links.config.json @@ -6,5 +6,8 @@ ,{ "pattern": "/#" } + ,{ + "pattern": "/^#" + } ] } From d9e2eaed747fcf1e7094a98ce5125110e6f91a76 Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 13:21:12 +0200 Subject: [PATCH 17/43] update file --- .github/workflows/link-check.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 6d6e985f79..27a6b9e5cb 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -1,14 +1,14 @@ +on: + push: + pull_request: name: link-check -on: [pull_request] jobs: - check-links: + linkinator: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: gaurav-nelson/github-action-markdown-link-check@a996638015fbc9ef96beef1a41bbad7df8e06154 - # checks all markdown files from /docs including all subfolders + - uses: JustinBeckwith/linkinator-action@v1.10.4 with: - use-quiet-mode: 'yes' - use-verbose-mode: 'yes' - config-file: '.github/workflows/markdown.links.config.json' - folder-path: 'content/microservice-sdk/' + paths: /content + concurrency: 1 + markdown: true From 3d80b974d367241ee84e35a1f42da8193574cc50 Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 13:24:09 +0200 Subject: [PATCH 18/43] Update link-check.yml --- .github/workflows/link-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 27a6b9e5cb..ddc1b4466f 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -9,6 +9,6 @@ jobs: - uses: actions/checkout@v3 - uses: JustinBeckwith/linkinator-action@v1.10.4 with: - paths: /content + paths: content/ concurrency: 1 markdown: true From 80df76d919b78af1c0b3f885c8b9dcd47fd6fc91 Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 13:24:17 +0200 Subject: [PATCH 19/43] Update link-check.yml --- .github/workflows/link-check.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index ddc1b4466f..c36f7efdbe 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -1,5 +1,4 @@ on: - push: pull_request: name: link-check jobs: From b24b89a16bb4c1161b3d2507b1db717ca4e8ec92 Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 13:25:29 +0200 Subject: [PATCH 20/43] Update link-check.yml --- .github/workflows/link-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index c36f7efdbe..38c66e8348 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -8,6 +8,6 @@ jobs: - uses: actions/checkout@v3 - uses: JustinBeckwith/linkinator-action@v1.10.4 with: - paths: content/ + paths: '/content' concurrency: 1 markdown: true From da643b9fea9ec7dc49c957a9b3ea7f4ac9aa3c05 Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 13:26:02 +0200 Subject: [PATCH 21/43] Update link-check.yml --- .github/workflows/link-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 38c66e8348..6a10dae7aa 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -8,6 +8,6 @@ jobs: - uses: actions/checkout@v3 - uses: JustinBeckwith/linkinator-action@v1.10.4 with: - paths: '/content' + paths: '/content/' concurrency: 1 markdown: true From c9448b006636e180a054ea7f2566af5f0dacbbeb Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 13:26:37 +0200 Subject: [PATCH 22/43] Update link-check.yml --- .github/workflows/link-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 6a10dae7aa..71f2facc43 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -8,6 +8,6 @@ jobs: - uses: actions/checkout@v3 - uses: JustinBeckwith/linkinator-action@v1.10.4 with: - paths: '/content/' + paths: 'content/' concurrency: 1 markdown: true From 86c505563077a84c2aab29112abf10ce10edf5a6 Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 13:27:34 +0200 Subject: [PATCH 23/43] Update link-check.yml --- .github/workflows/link-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 71f2facc43..4c781be113 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -8,6 +8,6 @@ jobs: - uses: actions/checkout@v3 - uses: JustinBeckwith/linkinator-action@v1.10.4 with: - paths: 'content/' + paths: "**/*.md" concurrency: 1 markdown: true From 57cd38603b70515aac450ca74adb973189914c7d Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 13:29:47 +0200 Subject: [PATCH 24/43] Update link-check.yml --- .github/workflows/link-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 4c781be113..1d44313ce2 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -8,6 +8,6 @@ jobs: - uses: actions/checkout@v3 - uses: JustinBeckwith/linkinator-action@v1.10.4 with: - paths: "**/*.md" + paths: "content/*.md" concurrency: 1 markdown: true From 89b8b286b6aa2e863a7b976a401b691c3095379e Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 13:31:37 +0200 Subject: [PATCH 25/43] Update link-check.yml --- .github/workflows/link-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 1d44313ce2..10807b8ef2 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -8,6 +8,6 @@ jobs: - uses: actions/checkout@v3 - uses: JustinBeckwith/linkinator-action@v1.10.4 with: - paths: "content/*.md" + paths: "content/**.md" concurrency: 1 markdown: true From 22d9f9293dc0d9698090a925c2971652bf05534e Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 13:32:30 +0200 Subject: [PATCH 26/43] Update link-check.yml --- .github/workflows/link-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 10807b8ef2..aa258dcb7e 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -8,6 +8,6 @@ jobs: - uses: actions/checkout@v3 - uses: JustinBeckwith/linkinator-action@v1.10.4 with: - paths: "content/**.md" + paths: "content/**/*.md" concurrency: 1 markdown: true From df2be8fe111400307752d8a8d2fe7f44d798371a Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 13:34:23 +0200 Subject: [PATCH 27/43] Update link-check.yml --- .github/workflows/link-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index aa258dcb7e..05182bebf3 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -8,6 +8,6 @@ jobs: - uses: actions/checkout@v3 - uses: JustinBeckwith/linkinator-action@v1.10.4 with: - paths: "content/**/*.md" + paths: "content/*/*.md" concurrency: 1 markdown: true From 23b7114dfb6742986cbaecbc9a65e6d1cb7e3fce Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 14:36:22 +0200 Subject: [PATCH 28/43] Update link-check.yml --- .github/workflows/link-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 05182bebf3..cbfb524954 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -8,6 +8,6 @@ jobs: - uses: actions/checkout@v3 - uses: JustinBeckwith/linkinator-action@v1.10.4 with: - paths: "content/*/*.md" + paths: "content/**/**/*.md" concurrency: 1 markdown: true From 129063b37061ad73ecbef67fc6907b8c75bb0bd5 Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 14:40:14 +0200 Subject: [PATCH 29/43] Update link-check.yml --- .github/workflows/link-check.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index cbfb524954..3e7e74fa81 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -11,3 +11,4 @@ jobs: paths: "content/**/**/*.md" concurrency: 1 markdown: true + skip: "images/" From dc0b956d347fe23a29cf3df32066b962f61935ca Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 14:43:03 +0200 Subject: [PATCH 30/43] Update link-check.yml --- .github/workflows/link-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 3e7e74fa81..2fb65f5a4e 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v3 - uses: JustinBeckwith/linkinator-action@v1.10.4 with: - paths: "content/**/**/*.md" + paths: "content/concepts/**/*.md" concurrency: 1 markdown: true skip: "images/" From fb904465d1a5589cc29b7d89db0a9a225974278b Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 14:54:01 +0200 Subject: [PATCH 31/43] Update link-check.yml --- .github/workflows/link-check.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 2fb65f5a4e..6d6e985f79 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -1,14 +1,14 @@ -on: - pull_request: name: link-check +on: [pull_request] jobs: - linkinator: + check-links: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: JustinBeckwith/linkinator-action@v1.10.4 + - uses: gaurav-nelson/github-action-markdown-link-check@a996638015fbc9ef96beef1a41bbad7df8e06154 + # checks all markdown files from /docs including all subfolders with: - paths: "content/concepts/**/*.md" - concurrency: 1 - markdown: true - skip: "images/" + use-quiet-mode: 'yes' + use-verbose-mode: 'yes' + config-file: '.github/workflows/markdown.links.config.json' + folder-path: 'content/microservice-sdk/' From 2a315c0eed7204f2db1a589039aa614a7c5a85f0 Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 15:01:16 +0200 Subject: [PATCH 32/43] Update markdown.links.config.json --- .github/workflows/markdown.links.config.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/markdown.links.config.json b/.github/workflows/markdown.links.config.json index 65a3e51a18..2ea21afed1 100644 --- a/.github/workflows/markdown.links.config.json +++ b/.github/workflows/markdown.links.config.json @@ -9,5 +9,11 @@ ,{ "pattern": "/^#" } + ], + "replacementPatterns": [ + { + "pattern": "^-bundle", + "replacement": "" + }, ] } From 51061782a8fe35cf209c46cec579875330dfe54e Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 15:10:13 +0200 Subject: [PATCH 33/43] rename file --- .../containerization-orchestration.md | 0 .../ga-troubleshooting.md | 0 .../index.html | 0 .../introduction.md | 0 .../isolation-scaling.md | 0 .../microservice-manifest.md | 0 .../microservice-runtime.md | 0 .../microservice-utility-tool.md | 0 .../migration.md | 0 .../request-routing.md | 0 .../requirements-interactions.md | 0 .../security.md | 0 .../{general-aspects.md => general-aspects-test.md} | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename content/microservice-sdk/{general-aspects-bundle => general-aspects-test-bundle}/containerization-orchestration.md (100%) rename content/microservice-sdk/{general-aspects-bundle => general-aspects-test-bundle}/ga-troubleshooting.md (100%) rename content/microservice-sdk/{general-aspects-bundle => general-aspects-test-bundle}/index.html (100%) rename content/microservice-sdk/{general-aspects-bundle => general-aspects-test-bundle}/introduction.md (100%) rename content/microservice-sdk/{general-aspects-bundle => general-aspects-test-bundle}/isolation-scaling.md (100%) rename content/microservice-sdk/{general-aspects-bundle => general-aspects-test-bundle}/microservice-manifest.md (100%) rename content/microservice-sdk/{general-aspects-bundle => general-aspects-test-bundle}/microservice-runtime.md (100%) rename content/microservice-sdk/{general-aspects-bundle => general-aspects-test-bundle}/microservice-utility-tool.md (100%) rename content/microservice-sdk/{general-aspects-bundle => general-aspects-test-bundle}/migration.md (100%) rename content/microservice-sdk/{general-aspects-bundle => general-aspects-test-bundle}/request-routing.md (100%) rename content/microservice-sdk/{general-aspects-bundle => general-aspects-test-bundle}/requirements-interactions.md (100%) rename content/microservice-sdk/{general-aspects-bundle => general-aspects-test-bundle}/security.md (100%) rename content/microservice-sdk/{general-aspects.md => general-aspects-test.md} (100%) diff --git a/content/microservice-sdk/general-aspects-bundle/containerization-orchestration.md b/content/microservice-sdk/general-aspects-test-bundle/containerization-orchestration.md similarity index 100% rename from content/microservice-sdk/general-aspects-bundle/containerization-orchestration.md rename to content/microservice-sdk/general-aspects-test-bundle/containerization-orchestration.md diff --git a/content/microservice-sdk/general-aspects-bundle/ga-troubleshooting.md b/content/microservice-sdk/general-aspects-test-bundle/ga-troubleshooting.md similarity index 100% rename from content/microservice-sdk/general-aspects-bundle/ga-troubleshooting.md rename to content/microservice-sdk/general-aspects-test-bundle/ga-troubleshooting.md diff --git a/content/microservice-sdk/general-aspects-bundle/index.html b/content/microservice-sdk/general-aspects-test-bundle/index.html similarity index 100% rename from content/microservice-sdk/general-aspects-bundle/index.html rename to content/microservice-sdk/general-aspects-test-bundle/index.html diff --git a/content/microservice-sdk/general-aspects-bundle/introduction.md b/content/microservice-sdk/general-aspects-test-bundle/introduction.md similarity index 100% rename from content/microservice-sdk/general-aspects-bundle/introduction.md rename to content/microservice-sdk/general-aspects-test-bundle/introduction.md diff --git a/content/microservice-sdk/general-aspects-bundle/isolation-scaling.md b/content/microservice-sdk/general-aspects-test-bundle/isolation-scaling.md similarity index 100% rename from content/microservice-sdk/general-aspects-bundle/isolation-scaling.md rename to content/microservice-sdk/general-aspects-test-bundle/isolation-scaling.md diff --git a/content/microservice-sdk/general-aspects-bundle/microservice-manifest.md b/content/microservice-sdk/general-aspects-test-bundle/microservice-manifest.md similarity index 100% rename from content/microservice-sdk/general-aspects-bundle/microservice-manifest.md rename to content/microservice-sdk/general-aspects-test-bundle/microservice-manifest.md diff --git a/content/microservice-sdk/general-aspects-bundle/microservice-runtime.md b/content/microservice-sdk/general-aspects-test-bundle/microservice-runtime.md similarity index 100% rename from content/microservice-sdk/general-aspects-bundle/microservice-runtime.md rename to content/microservice-sdk/general-aspects-test-bundle/microservice-runtime.md diff --git a/content/microservice-sdk/general-aspects-bundle/microservice-utility-tool.md b/content/microservice-sdk/general-aspects-test-bundle/microservice-utility-tool.md similarity index 100% rename from content/microservice-sdk/general-aspects-bundle/microservice-utility-tool.md rename to content/microservice-sdk/general-aspects-test-bundle/microservice-utility-tool.md diff --git a/content/microservice-sdk/general-aspects-bundle/migration.md b/content/microservice-sdk/general-aspects-test-bundle/migration.md similarity index 100% rename from content/microservice-sdk/general-aspects-bundle/migration.md rename to content/microservice-sdk/general-aspects-test-bundle/migration.md diff --git a/content/microservice-sdk/general-aspects-bundle/request-routing.md b/content/microservice-sdk/general-aspects-test-bundle/request-routing.md similarity index 100% rename from content/microservice-sdk/general-aspects-bundle/request-routing.md rename to content/microservice-sdk/general-aspects-test-bundle/request-routing.md diff --git a/content/microservice-sdk/general-aspects-bundle/requirements-interactions.md b/content/microservice-sdk/general-aspects-test-bundle/requirements-interactions.md similarity index 100% rename from content/microservice-sdk/general-aspects-bundle/requirements-interactions.md rename to content/microservice-sdk/general-aspects-test-bundle/requirements-interactions.md diff --git a/content/microservice-sdk/general-aspects-bundle/security.md b/content/microservice-sdk/general-aspects-test-bundle/security.md similarity index 100% rename from content/microservice-sdk/general-aspects-bundle/security.md rename to content/microservice-sdk/general-aspects-test-bundle/security.md diff --git a/content/microservice-sdk/general-aspects.md b/content/microservice-sdk/general-aspects-test.md similarity index 100% rename from content/microservice-sdk/general-aspects.md rename to content/microservice-sdk/general-aspects-test.md From 56b0050ac6786ed4921206a6280cf4bd1db4fc42 Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 15:13:46 +0200 Subject: [PATCH 34/43] renamed file --- .../containerization-orchestration.md | 0 .../ga-troubleshooting.md | 0 .../index.html | 0 .../introduction.md | 0 .../isolation-scaling.md | 0 .../microservice-manifest.md | 0 .../microservice-runtime.md | 0 .../microservice-utility-tool.md | 0 .../migration.md | 0 .../request-routing.md | 0 .../requirements-interactions.md | 0 .../security.md | 0 .../{general-aspects-test.md => general-aspects.md} | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename content/microservice-sdk/{general-aspects-test-bundle => general-aspects-bundle}/containerization-orchestration.md (100%) rename content/microservice-sdk/{general-aspects-test-bundle => general-aspects-bundle}/ga-troubleshooting.md (100%) rename content/microservice-sdk/{general-aspects-test-bundle => general-aspects-bundle}/index.html (100%) rename content/microservice-sdk/{general-aspects-test-bundle => general-aspects-bundle}/introduction.md (100%) rename content/microservice-sdk/{general-aspects-test-bundle => general-aspects-bundle}/isolation-scaling.md (100%) rename content/microservice-sdk/{general-aspects-test-bundle => general-aspects-bundle}/microservice-manifest.md (100%) rename content/microservice-sdk/{general-aspects-test-bundle => general-aspects-bundle}/microservice-runtime.md (100%) rename content/microservice-sdk/{general-aspects-test-bundle => general-aspects-bundle}/microservice-utility-tool.md (100%) rename content/microservice-sdk/{general-aspects-test-bundle => general-aspects-bundle}/migration.md (100%) rename content/microservice-sdk/{general-aspects-test-bundle => general-aspects-bundle}/request-routing.md (100%) rename content/microservice-sdk/{general-aspects-test-bundle => general-aspects-bundle}/requirements-interactions.md (100%) rename content/microservice-sdk/{general-aspects-test-bundle => general-aspects-bundle}/security.md (100%) rename content/microservice-sdk/{general-aspects-test.md => general-aspects.md} (100%) diff --git a/content/microservice-sdk/general-aspects-test-bundle/containerization-orchestration.md b/content/microservice-sdk/general-aspects-bundle/containerization-orchestration.md similarity index 100% rename from content/microservice-sdk/general-aspects-test-bundle/containerization-orchestration.md rename to content/microservice-sdk/general-aspects-bundle/containerization-orchestration.md diff --git a/content/microservice-sdk/general-aspects-test-bundle/ga-troubleshooting.md b/content/microservice-sdk/general-aspects-bundle/ga-troubleshooting.md similarity index 100% rename from content/microservice-sdk/general-aspects-test-bundle/ga-troubleshooting.md rename to content/microservice-sdk/general-aspects-bundle/ga-troubleshooting.md diff --git a/content/microservice-sdk/general-aspects-test-bundle/index.html b/content/microservice-sdk/general-aspects-bundle/index.html similarity index 100% rename from content/microservice-sdk/general-aspects-test-bundle/index.html rename to content/microservice-sdk/general-aspects-bundle/index.html diff --git a/content/microservice-sdk/general-aspects-test-bundle/introduction.md b/content/microservice-sdk/general-aspects-bundle/introduction.md similarity index 100% rename from content/microservice-sdk/general-aspects-test-bundle/introduction.md rename to content/microservice-sdk/general-aspects-bundle/introduction.md diff --git a/content/microservice-sdk/general-aspects-test-bundle/isolation-scaling.md b/content/microservice-sdk/general-aspects-bundle/isolation-scaling.md similarity index 100% rename from content/microservice-sdk/general-aspects-test-bundle/isolation-scaling.md rename to content/microservice-sdk/general-aspects-bundle/isolation-scaling.md diff --git a/content/microservice-sdk/general-aspects-test-bundle/microservice-manifest.md b/content/microservice-sdk/general-aspects-bundle/microservice-manifest.md similarity index 100% rename from content/microservice-sdk/general-aspects-test-bundle/microservice-manifest.md rename to content/microservice-sdk/general-aspects-bundle/microservice-manifest.md diff --git a/content/microservice-sdk/general-aspects-test-bundle/microservice-runtime.md b/content/microservice-sdk/general-aspects-bundle/microservice-runtime.md similarity index 100% rename from content/microservice-sdk/general-aspects-test-bundle/microservice-runtime.md rename to content/microservice-sdk/general-aspects-bundle/microservice-runtime.md diff --git a/content/microservice-sdk/general-aspects-test-bundle/microservice-utility-tool.md b/content/microservice-sdk/general-aspects-bundle/microservice-utility-tool.md similarity index 100% rename from content/microservice-sdk/general-aspects-test-bundle/microservice-utility-tool.md rename to content/microservice-sdk/general-aspects-bundle/microservice-utility-tool.md diff --git a/content/microservice-sdk/general-aspects-test-bundle/migration.md b/content/microservice-sdk/general-aspects-bundle/migration.md similarity index 100% rename from content/microservice-sdk/general-aspects-test-bundle/migration.md rename to content/microservice-sdk/general-aspects-bundle/migration.md diff --git a/content/microservice-sdk/general-aspects-test-bundle/request-routing.md b/content/microservice-sdk/general-aspects-bundle/request-routing.md similarity index 100% rename from content/microservice-sdk/general-aspects-test-bundle/request-routing.md rename to content/microservice-sdk/general-aspects-bundle/request-routing.md diff --git a/content/microservice-sdk/general-aspects-test-bundle/requirements-interactions.md b/content/microservice-sdk/general-aspects-bundle/requirements-interactions.md similarity index 100% rename from content/microservice-sdk/general-aspects-test-bundle/requirements-interactions.md rename to content/microservice-sdk/general-aspects-bundle/requirements-interactions.md diff --git a/content/microservice-sdk/general-aspects-test-bundle/security.md b/content/microservice-sdk/general-aspects-bundle/security.md similarity index 100% rename from content/microservice-sdk/general-aspects-test-bundle/security.md rename to content/microservice-sdk/general-aspects-bundle/security.md diff --git a/content/microservice-sdk/general-aspects-test.md b/content/microservice-sdk/general-aspects.md similarity index 100% rename from content/microservice-sdk/general-aspects-test.md rename to content/microservice-sdk/general-aspects.md From cf5a24209e1bdc6b9f643d6f8542a7aa8b950751 Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 15:20:59 +0200 Subject: [PATCH 35/43] Update link-check.yml --- .github/workflows/link-check.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 6d6e985f79..18a3fd8ef7 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -1,14 +1,14 @@ +on: + pull_request: name: link-check -on: [pull_request] jobs: - check-links: + linkinator: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: gaurav-nelson/github-action-markdown-link-check@a996638015fbc9ef96beef1a41bbad7df8e06154 - # checks all markdown files from /docs including all subfolders + - uses: JustinBeckwith/linkinator-action@v1.10.4 with: - use-quiet-mode: 'yes' - use-verbose-mode: 'yes' - config-file: '.github/workflows/markdown.links.config.json' - folder-path: 'content/microservice-sdk/' + paths: "content/microservice-sdk/microservice-sdk-introduction.md" + concurrency: 1 + markdown: true + skip: "images/" From 48bcb0c76fa4050e0afdd1b0c3f1d6cdb9e254c2 Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 15:26:30 +0200 Subject: [PATCH 36/43] update action --- .github/workflows/link-check.yml | 1 - linkinator.config.json | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 linkinator.config.json diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 18a3fd8ef7..2b5f77d514 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -11,4 +11,3 @@ jobs: paths: "content/microservice-sdk/microservice-sdk-introduction.md" concurrency: 1 markdown: true - skip: "images/" diff --git a/linkinator.config.json b/linkinator.config.json new file mode 100644 index 0000000000..768300b478 --- /dev/null +++ b/linkinator.config.json @@ -0,0 +1,19 @@ +{ + "concurrency": 100, + "config": "string", + "recurse": true, + "skip": "images/", + "format": "json", + "silent": true, + "verbosity": "error", + "timeout": 0, + "markdown": true, + "serverRoot": "./", + "directoryListing": true, + "retry": true, + "retryErrors": true, + "retryErrorsCount": 3, + "retryErrorsJitter": 5, + "urlRewriteSearch": "/#/", + "urlRewriteReplace": "/", +} From e8b7542ee893760ce783986dba089bc95dcff7e2 Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 15:28:48 +0200 Subject: [PATCH 37/43] changes --- content/microservice-sdk/microservice-sdk-introduction.md | 2 +- linkinator.config.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/microservice-sdk/microservice-sdk-introduction.md b/content/microservice-sdk/microservice-sdk-introduction.md index 2df02a1d6d..c993625adf 100644 --- a/content/microservice-sdk/microservice-sdk-introduction.md +++ b/content/microservice-sdk/microservice-sdk-introduction.md @@ -8,7 +8,7 @@ weight: 10 Microservices are server-side applications which may be used to extend the {{< product-c8y-iot >}} platform with customer-specific functionality. -If you want to jump right in, check out our Hello world tutorial for [Java](/microservice-sdk/java#java-microservice). +If you want to jump right in, check out our Hello world tutorial for [Java](/microservice-sdk/java/#java-microservice). Would you rather code in Python or JavaScript? We do not have an SDK for these, but you can check out our examples for developing microservices in [Python](/microservice-sdk/http/#python-microservice) and [Node.js](/microservice-sdk/http/#node-js-microservice). diff --git a/linkinator.config.json b/linkinator.config.json index 768300b478..41119a74b0 100644 --- a/linkinator.config.json +++ b/linkinator.config.json @@ -14,6 +14,6 @@ "retryErrors": true, "retryErrorsCount": 3, "retryErrorsJitter": 5, - "urlRewriteSearch": "/#/", - "urlRewriteReplace": "/", + "urlRewriteSearch": "/pattern/", + "urlRewriteReplace": "replacement", } From 28401a19ee83775f9345fff23e9a99b194376f0f Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 15:32:27 +0200 Subject: [PATCH 38/43] Update linkinator.config.json --- linkinator.config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linkinator.config.json b/linkinator.config.json index 41119a74b0..8542c5abeb 100644 --- a/linkinator.config.json +++ b/linkinator.config.json @@ -14,6 +14,6 @@ "retryErrors": true, "retryErrorsCount": 3, "retryErrorsJitter": 5, - "urlRewriteSearch": "/pattern/", - "urlRewriteReplace": "replacement", + "urlRewriteSearch": "/^-bundle/", + "urlRewriteReplace": "", } From 3a2bb73565e13bbef73f800dc1241da6e11ead8e Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 15:35:25 +0200 Subject: [PATCH 39/43] Update link-check.yml --- .github/workflows/link-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 2b5f77d514..97453a9d1c 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -8,6 +8,6 @@ jobs: - uses: actions/checkout@v3 - uses: JustinBeckwith/linkinator-action@v1.10.4 with: - paths: "content/microservice-sdk/microservice-sdk-introduction.md" + paths: "content/microservice-sdk/" concurrency: 1 markdown: true From 4d7676a890ad44ea635af1ae124b7586fcd84495 Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 15:36:27 +0200 Subject: [PATCH 40/43] Update link-check.yml --- .github/workflows/link-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 97453a9d1c..534bade09e 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -8,6 +8,6 @@ jobs: - uses: actions/checkout@v3 - uses: JustinBeckwith/linkinator-action@v1.10.4 with: - paths: "content/microservice-sdk/" + paths: "content/microservice-sdk/*.md" concurrency: 1 markdown: true From 9f79a2a716d2f75b40ffc5b4787f5ca5062d875d Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 15:36:58 +0200 Subject: [PATCH 41/43] Update link-check.yml --- .github/workflows/link-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 534bade09e..4cab949ad2 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -8,6 +8,6 @@ jobs: - uses: actions/checkout@v3 - uses: JustinBeckwith/linkinator-action@v1.10.4 with: - paths: "content/microservice-sdk/*.md" + paths: "content/microservice-sdk/**-bundle/*.md" concurrency: 1 markdown: true From 87095b46c6276e0b82085d95e0cd5030ed4e8f06 Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 15:41:34 +0200 Subject: [PATCH 42/43] Delete linkinator.config.json --- linkinator.config.json | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 linkinator.config.json diff --git a/linkinator.config.json b/linkinator.config.json deleted file mode 100644 index 8542c5abeb..0000000000 --- a/linkinator.config.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "concurrency": 100, - "config": "string", - "recurse": true, - "skip": "images/", - "format": "json", - "silent": true, - "verbosity": "error", - "timeout": 0, - "markdown": true, - "serverRoot": "./", - "directoryListing": true, - "retry": true, - "retryErrors": true, - "retryErrorsCount": 3, - "retryErrorsJitter": 5, - "urlRewriteSearch": "/^-bundle/", - "urlRewriteReplace": "", -} From 32866021a9953e60347f1a1e2960728885fcab0a Mon Sep 17 00:00:00 2001 From: dianaolives Date: Thu, 16 May 2024 16:14:30 +0200 Subject: [PATCH 43/43] Update microservice-sdk-introduction.md --- content/microservice-sdk/microservice-sdk-introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/microservice-sdk/microservice-sdk-introduction.md b/content/microservice-sdk/microservice-sdk-introduction.md index c993625adf..2df02a1d6d 100644 --- a/content/microservice-sdk/microservice-sdk-introduction.md +++ b/content/microservice-sdk/microservice-sdk-introduction.md @@ -8,7 +8,7 @@ weight: 10 Microservices are server-side applications which may be used to extend the {{< product-c8y-iot >}} platform with customer-specific functionality. -If you want to jump right in, check out our Hello world tutorial for [Java](/microservice-sdk/java/#java-microservice). +If you want to jump right in, check out our Hello world tutorial for [Java](/microservice-sdk/java#java-microservice). Would you rather code in Python or JavaScript? We do not have an SDK for these, but you can check out our examples for developing microservices in [Python](/microservice-sdk/http/#python-microservice) and [Node.js](/microservice-sdk/http/#node-js-microservice).