Skip to content
Snippets Groups Projects
Commit 5ac5aea2 authored by metourneau's avatar metourneau
Browse files

fix #20344: add config for doc

parent 9bff2d44
No related branches found
No related tags found
1 merge request!763REDMINE_ISSUE-20344 | Mettre à jour le lien vers la documentation sur l'accueil projet
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
"PROVIDER": "addok" "PROVIDER": "addok"
}, },
"DISPLAY_FORBIDDEN_PROJECTS": true, "DISPLAY_FORBIDDEN_PROJECTS": true,
"DISPLAY_FORBIDDEN_PROJECTS_DEFAULT": true "DISPLAY_FORBIDDEN_PROJECTS_DEFAULT": true,
"VUE_APP_URL_DOCUMENTATION": "https://www.onegeosuite.fr/docs/module-geocontrib/intro"
} }
\ No newline at end of file
...@@ -429,7 +429,8 @@ export default { ...@@ -429,7 +429,8 @@ export default {
}, },
goToDocumentation() { goToDocumentation() {
window.open('https://geocontrib.readthedocs.io/fr/latest/documentation_fonctionnelle/import_export/');
window.open(this.configuration.VUE_APP_URL_DOCUMENTATION);
}, },
toNewGeojsonFeatureType() { toNewGeojsonFeatureType() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment