Skip to content

Commit

Permalink
Merge branch 'main' into DX-544/check-feedback67
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmangupta authored Feb 22, 2024
2 parents cee24bf + be5fbad commit 6a4e1a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/validate-external-links.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: External link validation

on:
pull_request:
types: [opened, edited]
schedule:
- cron: 0 11 * * *

Expand All @@ -13,8 +11,7 @@ jobs:
- uses: actions/checkout@v4
- name: lychee Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1.0.8
uses: lycheeverse/lychee-action@v1.9.3
with:
fail: true
args: --accept=200,403,429 -s "https" "**/*.html" "**/*.md" "**/*.txt" "**/*.json" --exclude "https://github.com/\[your*" --exclude "https://localhost:9200" --exclude-mail
- name: Fail if there were link errors
run: exit ${{ steps.lychee.outputs.exit_code }}
2 changes: 1 addition & 1 deletion guides/plugins/apps/administration/adding-snippets.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ nav:
Adding snippets to the administration works the same way for plugins and apps. The only difference is the file structure and that apps are not allowed to override existing snippet keys. The only thing to do, therefore, is to create new files in the following directory: `<app root>/Resources/app/administration/snippet`
Additionally, you need JSON file for each language you want to support, using its specific language locale, e.g. `de-DE.json`, `en-GB.json`.

Since everything else works the same, please refer to our [Adding translations for plugins](../plugins/administration/adding-snippets) guide for more information.
Since everything else works the same, please refer to our [Adding translations for plugins](../../plugins/administration/adding-snippets) guide for more information.

0 comments on commit 6a4e1a0

Please sign in to comment.