From 170676ff4d13037fa41d72cea57ead2cf2344503 Mon Sep 17 00:00:00 2001 From: RieksJ Date: Tue, 9 Jun 2020 13:43:15 +0200 Subject: [PATCH] some more minor updates --- README.md | 3 +-- docusaurus.config.js | 2 +- src/pages/index.js | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cdd0bb6..f716f84 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 3dbb2fb..8cac89e 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 7b33a57..74b8957 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 (