From 8f231a56cff624a9ecb797e32b0436287d6ac9af Mon Sep 17 00:00:00 2001 From: mspiekermann Date: Fri, 25 Apr 2025 15:32:32 +0200 Subject: [PATCH 1/3] add action file --- .github/workflows/check-links.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/check-links.yml diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml new file mode 100644 index 0000000..ad073ea --- /dev/null +++ b/.github/workflows/check-links.yml @@ -0,0 +1,14 @@ +name: Linkspector +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 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + reporter: github-pr-review + fail_level: any \ No newline at end of file From 05ea427dbe74498fe03c5bb5cd1c19d2454613e6 Mon Sep 17 00:00:00 2001 From: mspiekermann Date: Fri, 25 Apr 2025 15:39:00 +0200 Subject: [PATCH 2/3] add workflow_dispatch --- .github/workflows/check-links.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index ad073ea..ff380d4 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -1,5 +1,5 @@ -name: Linkspector -on: [ pull_request ] +name: Check broken links # https://github.com/marketplace/actions/run-linkspector-with-reviewdog +on: [ workflow_dispatch, pull_request ] jobs: check-links: name: runner / linkspector From 95ad8be5f5fe498fe5a3b85d1ee7b1962560fa44 Mon Sep 17 00:00:00 2001 From: mspiekermann Date: Fri, 25 Apr 2025 15:56:41 +0200 Subject: [PATCH 3/3] test change --- content/en/documentation/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/documentation/_index.md b/content/en/documentation/_index.md index e533d6f..b447470 100755 --- a/content/en/documentation/_index.md +++ b/content/en/documentation/_index.md @@ -1,6 +1,6 @@ --- title: Documentation -menu: {main: {weight: 20}} +menu: { main: { weight: 20 } } weight: 20 cascade: @@ -8,9 +8,9 @@ cascade: --- {{% pageinfo %}} -Welcome to the EDC, a framework for building globally-scalable data sharing services. +Welcome to the Eclipse Dataspace Components (EDC), a framework for building globally-scalable data sharing services. {{% /pageinfo %}} - + Many organizations face the challenge of securely sharing data with their partners or other trusted third parties. In the past, this has been the realm of proprietary EDI solutions. EDC is an alternative to these systems built on the concept of [dataspaces](https://dataspace.eclipse.org/). EDC is a set of components that enable developers to create