CHANGELOG.md file added
This commit is contained in:
parent
82ad8673c6
commit
a23cfd3da9
|
@ -0,0 +1,11 @@
|
|||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [1.0.0]
|
||||
Initial release of EOSC Explore Portal.
|
||||
|
||||
It contists of the search pages and the landing pages for the content of the BETA OpenAIRE Graph.
|
||||
|
||||
For datasets there is the demo funtionality of Datatransfer service, using zenodo as source and EDI demo dcache as destination.
|
||||
There is link to EOSC market place (beta) for results connected to EOSC services.
|
||||
|
|
@ -10,8 +10,8 @@ export let properties: EnvProperties = {
|
|||
adminToolsPortalType: "eosc",
|
||||
dashboard: "eosc",
|
||||
enablePiwikTrack: false,
|
||||
useCache: true,
|
||||
useLongCache: true,
|
||||
useCache: false,
|
||||
useLongCache: false,
|
||||
showAddThis: true,
|
||||
enableEoscDataTransfer: true,
|
||||
framesAPIURL: "https://beta.openaire.eu/stats3/",
|
||||
|
|
Loading…
Reference in New Issue