From d3f50de29743f8a963cbed9e186da12aee427bda Mon Sep 17 00:00:00 2001 From: Fatimah Date: Tue, 27 Feb 2024 15:02:27 +0100 Subject: [PATCH] pages: added static pages for themed community --- app_data/pages.yaml | 38 ++++++++++++++++++++++++++++++++------ 1 file changed, 32 insertions(+), 6 deletions(-) diff --git a/app_data/pages.yaml b/app_data/pages.yaml index f0c66b5d..05f6dfaa 100644 --- a/app_data/pages.yaml +++ b/app_data/pages.yaml @@ -1,11 +1,37 @@ -- url: /communities/horizen/pages/info # The pid_value i.e. (horizen) to be replaced according to the respective branded community - title: HorizonZen - Information - description: Horizon +# The pid_value i.e. (horizen) to be replaced according to the respective branded community + +- url: /communities/horizen/pages/join + title: EU Open Research Repository - Join Community + description: Join the EU Open Research Repository Community + template: invenio_app_rdm/default_static_page.html + has_custom_view: True + +- url: /communities/horizen/pages/how-to-submit + title: EU Open Research Repository - How to Submit + description: Learn how to submit to the EU Open Research Repository community + template: invenio_app_rdm/default_static_page.html + has_custom_view: True + +- url: /communities/horizen/pages/roadmap + title: EU Open Research Repository - Roadmap + description: Explore the roadmap of the EU Open Research Repository community + template: invenio_app_rdm/default_static_page.html + has_custom_view: True + +- url: /communities/horizen/pages/faq + title: EU Open Research Repository - FAQ + description: Frequently Asked Questions about the EU Open Research Repository community + template: invenio_app_rdm/default_static_page.html + has_custom_view: True + +- url: /communities/horizen/pages/contact + title: EU Open Research Repository - Contact + description: Get in touch with the EU Open Research Repository community template: invenio_app_rdm/default_static_page.html has_custom_view: True -- url: /communities/horizen/pages/join-waiting-list # The pid_value i.e. (horizen) to be replaced according to the respective branded community - title: Join Waiting List - description: Join Waiting List +- url: /communities/horizen/pages/early-adopters + title: EU Open Research Repository - Early Adopters + description: Join the early adopters of the EU Open Research Repository community template: invenio_app_rdm/default_static_page.html has_custom_view: True