From 6c5579f77be37f63fa21db642f1cee07e763b8ea Mon Sep 17 00:00:00 2001 From: RieksJ Date: Tue, 9 Jun 2020 13:35:56 +0200 Subject: [PATCH] small updates, to see whether or not the deployment already works; --- docs/introduction.md | 4 ++++ docusaurus.config.js | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/introduction.md b/docs/introduction.md index 202b581..689b463 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -25,3 +25,7 @@ topics that are relevant to the eSSIF-Lab Framework. Currently, it contains: - [Vision and purpose](vision-and-purpose) - [Functional architecture](functional-architecture) + +## Acknowledgement + +This site is part of the eSSIF-Lab project that has received funding from the [European Union’s Horizon 2020 Research and Innovation Programme] under grant agreement Nº 871932. \ No newline at end of file diff --git a/docusaurus.config.js b/docusaurus.config.js index 4b627a1..3dbb2fb 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -13,8 +13,9 @@ module.exports = { src: 'images/eSSIF-Lab logo.png', }, links: [ - {to: 'docs/vision-and-purpose', label: 'Vision', position: 'left'}, {to: 'docs/introduction', label: 'Quick intro', position: 'left'}, + {to: 'docs/vision-and-purpose', label: 'Vision', position: 'left'}, + {to: 'docs/functional-architecture', label: 'Functional Architecture', position: 'left'}, { href: 'https://gitlab.grnet.gr/essif-lab/framework', label: 'Gitlab', -- GitLab