diff --git a/src/default-config.json b/src/default-config.json index 8967b9e..be89aff 100644 --- a/src/default-config.json +++ b/src/default-config.json @@ -42,6 +42,29 @@ "activeAppUrl": "/import", "hasRole": "ROLE_SUPERUSER,ROLE_IMPORT" }, + { + "type": "dropdown", + "label": "APIs", + "i18n": "APIs", + "items": [ + { + "label": "OGC API Features", + "url": "/geoserver/ogc/features/v1 " + }, + { + "label": "OGC API Records", + "url": "/ogc-api-records/" + }, + { + "label": "Swagger Geonetwork", + "url": "/geonetwork/doc/api/index.html" + }, + { + "label": "Swagger Superset", + "url": "/superset/swagger/v1" + } + ] + }, { "hasRole": "ROLE_SUPERUSER,ROLE_GN_EDITOR,ROLE_GN_ADMIN,ROLE_MAPSTORE_ADMIN", "type": "separator"