Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Géocontrib Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GéoContrib
Géocontrib Frontend
Commits
5ac5aea2
Commit
5ac5aea2
authored
1 year ago
by
metourneau
Browse files
Options
Downloads
Patches
Plain Diff
fix #20344: add config for doc
parent
9bff2d44
No related branches found
No related tags found
1 merge request
!763
REDMINE_ISSUE-20344 | Mettre à jour le lien vers la documentation sur l'accueil projet
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/config/config.json.sample
+2
-1
2 additions, 1 deletion
public/config/config.json.sample
src/components/Project/Detail/ProjectFeatureTypes.vue
+2
-1
2 additions, 1 deletion
src/components/Project/Detail/ProjectFeatureTypes.vue
with
4 additions
and
2 deletions
public/config/config.json.sample
+
2
−
1
View file @
5ac5aea2
...
@@ -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
This diff is collapsed.
Click to expand it.
src/components/Project/Detail/ProjectFeatureTypes.vue
+
2
−
1
View file @
5ac5aea2
...
@@ -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
()
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment