diff --git a/README.md b/README.md index cdd0bb694ebf13666e4f6ff1ade7031e699fd868..f716f848b84a04f8643d039860b613b5b42026d7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # eSSIF-Lab Framework -This repo contains the documents that describe the vision, architecture and other -topics that are relevant to the eSSIF-Lab Framework. +This repo contains the source documents of the [eSSIF-Lab framework](https://essif-lab.pages.grnet.gr/framework/), such as its vision, architecture and other relevant topics. ## Writing docs diff --git a/docs/introduction.md b/docs/introduction.md index 202b581ce0da5af987ddf5e0b55aa7ccb87c97b6..689b463fe057376a8380ab8f8b8b01ae09506f04 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 4b627a1f4eb4041c9bf3399654271bdefc40d67b..8cac89ef505b9b98a32594d8f406b40f63904c60 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -13,8 +13,9 @@ module.exports = { src: 'images/eSSIF-Lab logo.png', }, links: [ + {to: 'docs/introduction', label: 'Introduction', position: 'left'}, {to: 'docs/vision-and-purpose', label: 'Vision', position: 'left'}, - {to: 'docs/introduction', label: 'Quick intro', position: 'left'}, + {to: 'docs/functional-architecture', label: 'Functional Architecture', position: 'left'}, { href: 'https://gitlab.grnet.gr/essif-lab/framework', label: 'Gitlab', diff --git a/src/pages/index.js b/src/pages/index.js index 7b33a57e5e61fa76b7f8f43db84e3bcdd17c8719..74b8957be33f4bd48c243c4cb7502434a5d7da29 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -11,7 +11,7 @@ function CustomFeature() { const logoUrl = useBaseUrl('images/eSSIF-Lab logo.png'); const title = 'Horizon 2020'; const description = - ' Funded by the European Commission, as part of the Horizon 2020 Research and Innovation Programme.'; + ' Funded by the European Commission, as part of the Horizon 2020 Research and Innovation Programme under grant agreement Nº 871932.'; return (