Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Check broken links # https://github.com/marketplace/actions/run-linkspector-with-reviewdog
on: [ workflow_dispatch, 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
6 changes: 3 additions & 3 deletions content/en/documentation/_index.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
title: Documentation
menu: {main: {weight: 20}}
menu: { main: { weight: 20 } }
weight: 20

cascade:
- type: "docs"
---

{{% 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
Expand Down