Skip to content
Merged
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
2 changes: 1 addition & 1 deletion content/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ A **declaration** also contains some metadata on the **service** on which the **
> "documents": {
> "Privacy Policy": {
> "fetch": "https://opentermsarchive.org/en/privacy-policy",
> "select": ".TextContent_textContent__ToW2S"
> "select": ".textcontent"
> }
> }
> }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: "How to add terms with the graphical contribution interface"

Learn how add terms with the graphical contribution interface in this 6 minutes video.

{{< video src="https://cloud.opentermsarchive.org/index.php/s/GYBJkDyiELoET59/download/how-to-add-terms-using-the-contribution-tool.mp4#t=0.1" >}}
{{< video src="https://cloud.opentermsarchive.org/index.php/s/Me7CKmC2RPSK3mT/download/how-to-add-terms-using-the-contribution-tool.mp4#t=0.1" >}}

## Manual

Expand Down
2 changes: 1 addition & 1 deletion content/terms/how-to-navigate-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aliases: /navigate-history/

Learn how to navigate through versions history in this 4 minutes video, or scroll below for the textual version.

{{< video src="https://cloud.opentermsarchive.org/index.php/s/62tKp78si6jtfK7/download/how-to-navigate-through-versions-history-in-open-terms-archive.mp4#t=0.1" >}}
{{< video src="https://cloud.opentermsarchive.org/index.php/s/pNKcom6k4cETAcx/download/how-to-navigate-through-versions-history-in-open-terms-archive.mp4#t=0.1" >}}

## Manual

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"build": "hugo --minify",
"test": "npm run lint:markdown && npm run lint:css && npm run lint:js && npm run test:links",
"pretest:links": "npm run build",
"test:links": "linkinator ./public --recurse --skip '^https?://(www.linkedin.com|twitter.com|localhost:3000/api/|stackoverflow.com|github.com/organizations/OpenTermsArchive/settings/personal-access-token-requests|joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12|openai.com|github.com)' --verbosity error",
"test:links": "linkinator ./public --recurse --skip '^https?://(www.linkedin.com|twitter.com|localhost:3000/api/|stackoverflow.com|github.com/organizations/OpenTermsArchive/settings/personal-access-token-requests|joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12|openai.com|github.com|www.nytimes.com)' --verbosity error",
"lint:markdown": "markdownlint *.md content/**/*.md",
"lint:css": "stylelint \"themes/opentermsarchive/assets/css/*.css\"",
"lint:js": "eslint themes/opentermsarchive/assets/js/",
Expand Down
Loading