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/docusaurus.config.js b/docusaurus.config.js index 3dbb2fb1f369e5cf69ed7d676bdd7607ada62f66..8cac89ef505b9b98a32594d8f406b40f63904c60 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -13,7 +13,7 @@ module.exports = { src: 'images/eSSIF-Lab logo.png', }, links: [ - {to: 'docs/introduction', label: 'Quick intro', position: 'left'}, + {to: 'docs/introduction', label: 'Introduction', position: 'left'}, {to: 'docs/vision-and-purpose', label: 'Vision', position: 'left'}, {to: 'docs/functional-architecture', label: 'Functional Architecture', position: 'left'}, { 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 (