diff --git a/src/app/app.component.ts b/src/app/app.component.ts index dc835b2..902351d 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -315,7 +315,7 @@ export class AppComponent implements OnInit, OnDestroy { }; this.menuItems = []; this.menuItems.push({ - rootItem: new MenuItem("dashboard", "Dashboard", + rootItem: new MenuItem("dashboard", "Home", "", "/", false, [], null, {} , null, null, null, null), items: [] }); diff --git a/src/app/develop/develop.component.ts b/src/app/develop/develop.component.ts index c41170b..631d8fc 100644 --- a/src/app/develop/develop.component.ts +++ b/src/app/develop/develop.component.ts @@ -14,7 +14,7 @@ import {EnvProperties} from "../openaireLibrary/utils/properties/env-properties" template: `
-

Help developers
with OpenAIRE APIs.

+

OpenAIRE APIs
for developers.

@@ -35,45 +35,75 @@ import {EnvProperties} from "../openaireLibrary/utils/properties/env-properties"
-
- APIs -
-
- -
-
-
-
Request examples:
-
    -
  • - Access “{{openaireEntities.PUBLICATIONS}}”
    - GET - https://api.openaire.eu/search/publications?community={{community.communityId}} -
  • -
  • - Access “Open Access {{openaireEntities.PUBLICATIONS}}”
    - GET - http://api.openaire.eu/search/publications?community={{community.communityId}}&OA=true -
  • -
  • - Access “{{openaireEntities.DATASETS}}”
    - GET - https://api.openaire.eu/search/datasets?community={{community.communityId}} -
  • -
  • - Access “{{openaireEntities.SOFTWARE}}”
    - GET - https://api.openaire.eu/search/software?community={{community.communityId}} -
  • -
  • - Access “{{openaireEntities.OTHER}}”
    - GET - https://api.openaire.eu/search/other?community={{community.communityId}} -
  • -
+
+ +
+
Request examples:
+
    +
  • + Access “{{openaireEntities.PUBLICATIONS}}”
    + GET + https://api.openaire.eu/search/publications?community={{community.communityId}} +
  • +
  • + Access “Open Access {{openaireEntities.PUBLICATIONS}}”
    + GET + http://api.openaire.eu/search/publications?community={{community.communityId}}&OA=true +
  • +
  • + Access “{{openaireEntities.DATASETS}}”
    + GET + https://api.openaire.eu/search/datasets?community={{community.communityId}} +
  • +
  • + Access “{{openaireEntities.SOFTWARE}}”
    + GET + https://api.openaire.eu/search/software?community={{community.communityId}} +
  • +
  • + Access “{{openaireEntities.OTHER}}”
    + GET + https://api.openaire.eu/search/other?community={{community.communityId}} +
  • +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
` }) diff --git a/src/assets/openaire-theme b/src/assets/openaire-theme index 8b8db18..eb5739a 160000 --- a/src/assets/openaire-theme +++ b/src/assets/openaire-theme @@ -1 +1 @@ -Subproject commit 8b8db18d0b34ed61d76936f0e44ef856a5f6df5c +Subproject commit eb5739ab8271aa71c8e58998ab88c61878f8788d