Skip to content

Commit

Permalink
docs: Added translation docs and link to latest Install methods
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinab25 committed Oct 14, 2024
1 parent 318661f commit 4e069e3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 6 additions & 1 deletion DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@

### Or add @eeacms/volto-anchors to your Volto project

Before starting make sure your development environment is properly set. See [Volto Developer Documentation](https://docs.voltocms.com/getting-started/install/)
Before starting make sure your development environment is properly set.

See [Install](https://6.docs.plone.org/install/).

1. Make sure you have installed `yo`, `@plone/generator-volto` and `mrs-developer`

Expand Down Expand Up @@ -104,3 +106,6 @@ Or run it:
```Bash
make cypress-run
```


## Internationalization (i18n) and localization (l10n)\n\nSee [Internationalization](https://6.docs.plone.org/volto/development/i18n.html) and [Translate Volto](https://6.docs.plone.org/i18n-l10n/contributing-translations.html#translate-volto).
3 changes: 0 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ pipeline {
agent {
node { label 'docker-host' }
}
tools {
jdk 'Java17'
}
environment {
GIT_NAME = "volto-anchors"
NAMESPACE = "@eeacms"
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"dotenv": "^16.3.2",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"md5": "^2.3.0"
"md5": "^2.3.0",
"cypress": "13.1.0"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx,json}": [
Expand Down

0 comments on commit 4e069e3

Please sign in to comment.