From c8e6a777e490471fa1e5eb8267223ff5b3a26204 Mon Sep 17 00:00:00 2001 From: Diego Ciangottini Date: Mon, 30 Sep 2024 11:14:48 +0200 Subject: [PATCH 1/6] badges on readme Signed-off-by: Diego Ciangottini --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index cbd5f584..2917d64d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +![GitHub License](https://img.shields.io/github/license/intertwin-eu/interlink) +![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/:user/:repo/:workflow) +![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/:user/:repo/total) +![GitHub Release](https://img.shields.io/github/v/release/:user/:repo) +![Tested with Dagger](https://img.shields.io/badge/tested_with_dagger-v0.13.3-blue) +![Slack server](https://img.shields.io/badge/slack_server-black?link=https%3A%2F%2Fjoin.slack.com%2Ft%2Fintertwin%2Fshared_invite%2Fzt-2cs67h9wz-2DFQ6EiSQGS1vlbbbJHctA) + + ![Interlink logo](./docs/static/img/interlink_logo.png) ## :information_source: Overview From f77362355cc40302e48cf6a94885bbb69b74b002 Mon Sep 17 00:00:00 2001 From: Diego Ciangottini Date: Mon, 30 Sep 2024 11:19:34 +0200 Subject: [PATCH 2/6] badges on readme Signed-off-by: Diego Ciangottini --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2917d64d..a5203358 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ ![GitHub License](https://img.shields.io/github/license/intertwin-eu/interlink) -![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/:user/:repo/:workflow) -![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/:user/:repo/total) -![GitHub Release](https://img.shields.io/github/v/release/:user/:repo) +![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/intertwin-eu/interlink/ci) +![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/intertwin-eu/interlink/total) +![GitHub Release](https://img.shields.io/github/v/release/intertwin-eu/interlink) +![GitHub Repo stars](https://img.shields.io/github/stars/intertwin-eu/interlink) ![Tested with Dagger](https://img.shields.io/badge/tested_with_dagger-v0.13.3-blue) ![Slack server](https://img.shields.io/badge/slack_server-black?link=https%3A%2F%2Fjoin.slack.com%2Ft%2Fintertwin%2Fshared_invite%2Fzt-2cs67h9wz-2DFQ6EiSQGS1vlbbbJHctA) From 7d02c0e5de96fb55abc27ce6560a7ef59e75ecfe Mon Sep 17 00:00:00 2001 From: Diego Ciangottini Date: Mon, 30 Sep 2024 11:21:17 +0200 Subject: [PATCH 3/6] badges on readme Signed-off-by: Diego Ciangottini --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5203358..5c2348e8 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ ![GitHub License](https://img.shields.io/github/license/intertwin-eu/interlink) -![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/intertwin-eu/interlink/ci) ![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/intertwin-eu/interlink/total) -![GitHub Release](https://img.shields.io/github/v/release/intertwin-eu/interlink) ![GitHub Repo stars](https://img.shields.io/github/stars/intertwin-eu/interlink) + +![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/intertwin-eu/interlink/integration-tests) ![Tested with Dagger](https://img.shields.io/badge/tested_with_dagger-v0.13.3-blue) + +![GitHub Release](https://img.shields.io/github/v/release/intertwin-eu/interlink) ![Slack server](https://img.shields.io/badge/slack_server-black?link=https%3A%2F%2Fjoin.slack.com%2Ft%2Fintertwin%2Fshared_invite%2Fzt-2cs67h9wz-2DFQ6EiSQGS1vlbbbJHctA) From 1b9c9a4040ea65827d3fcd39520d9d7956b66b98 Mon Sep 17 00:00:00 2001 From: Diego Ciangottini Date: Mon, 30 Sep 2024 11:22:19 +0200 Subject: [PATCH 4/6] badges on readme Signed-off-by: Diego Ciangottini --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 5c2348e8..d4e7fe6f 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,10 @@ ![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/intertwin-eu/interlink/total) ![GitHub Repo stars](https://img.shields.io/github/stars/intertwin-eu/interlink) -![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/intertwin-eu/interlink/integration-tests) -![Tested with Dagger](https://img.shields.io/badge/tested_with_dagger-v0.13.3-blue) - ![GitHub Release](https://img.shields.io/github/v/release/intertwin-eu/interlink) ![Slack server](https://img.shields.io/badge/slack_server-black?link=https%3A%2F%2Fjoin.slack.com%2Ft%2Fintertwin%2Fshared_invite%2Fzt-2cs67h9wz-2DFQ6EiSQGS1vlbbbJHctA) +![Tested with Dagger](https://img.shields.io/badge/tested_with_dagger-v0.13.3-blue) ![Interlink logo](./docs/static/img/interlink_logo.png) From 7cbf57c6f707616d5df79604ac14f4b43f96bedd Mon Sep 17 00:00:00 2001 From: Diego Ciangottini Date: Mon, 30 Sep 2024 11:28:53 +0200 Subject: [PATCH 5/6] badges on readme Signed-off-by: Diego Ciangottini --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4e7fe6f..67f9adde 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,10 @@ ![GitHub Repo stars](https://img.shields.io/github/stars/intertwin-eu/interlink) ![GitHub Release](https://img.shields.io/github/v/release/intertwin-eu/interlink) -![Slack server](https://img.shields.io/badge/slack_server-black?link=https%3A%2F%2Fjoin.slack.com%2Ft%2Fintertwin%2Fshared_invite%2Fzt-2cs67h9wz-2DFQ6EiSQGS1vlbbbJHctA) +![Tested with Dagger](https://img.shields.io/badge/tested_with_dagger-v0.13.3-green) -![Tested with Dagger](https://img.shields.io/badge/tested_with_dagger-v0.13.3-blue) +![Home Page](https://img.shields.io/badge/home_page-orange?link=https%3A%2F%2Fintertwin-eu.github.io%2Ft%2FinterLink%2F) +![Slack server](https://img.shields.io/badge/slack_server-8A2BE2?link=https%3A%2F%2Fjoin.slack.com%2Ft%2Fintertwin%2Fshared_invite%2Fzt-2cs67h9wz-2DFQ6EiSQGS1vlbbbJHctA) ![Interlink logo](./docs/static/img/interlink_logo.png) From b160571ac67f5928208ec59bc518289e264ead94 Mon Sep 17 00:00:00 2001 From: Diego Ciangottini Date: Mon, 30 Sep 2024 17:25:43 +0200 Subject: [PATCH 6/6] badges on readme Signed-off-by: Diego Ciangottini --- docs/README.md | 7 +++++++ docs/docs/intro.mdx | 9 +++++++++ docs/src/pages/index.tsx | 5 +++++ 3 files changed, 21 insertions(+) diff --git a/docs/README.md b/docs/README.md index 54f2f221..543ffc52 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,6 +2,13 @@ This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator. +## Dagger module to site preview + +```bash +dagger -m github.com/levlaz/daggerverse/docusaurus@f073c72e0a7345bba2173a15269307df297c3c13 call \ (⎈|default:default) + --src ./ serve up +``` + ### Installation ``` diff --git a/docs/docs/intro.mdx b/docs/docs/intro.mdx index be4358b1..446030b8 100644 --- a/docs/docs/intro.mdx +++ b/docs/docs/intro.mdx @@ -6,6 +6,15 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; # Introduction +![GitHub License](https://img.shields.io/github/license/intertwin-eu/interlink) +![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/intertwin-eu/interlink/total) +![GitHub Repo stars](https://img.shields.io/github/stars/intertwin-eu/interlink) + +![GitHub Release](https://img.shields.io/github/v/release/intertwin-eu/interlink) +![Tested with Dagger](https://img.shields.io/badge/tested_with_dagger-v0.13.3-green) + +![Slack server](https://img.shields.io/badge/slack_server-8A2BE2?link=https%3A%2F%2Fjoin.slack.com%2Ft%2Fintertwin%2Fshared_invite%2Fzt-2cs67h9wz-2DFQ6EiSQGS1vlbbbJHctA) + :::warning interLink is in early development phase, thus subject to breaking changes with no guarantee of backward compatibility. diff --git a/docs/src/pages/index.tsx b/docs/src/pages/index.tsx index 235bd597..f3eecd83 100644 --- a/docs/src/pages/index.tsx +++ b/docs/src/pages/index.tsx @@ -27,6 +27,7 @@ function HomepageHeader() { }} /> + {siteConfig.tagline} @@ -38,6 +39,10 @@ function HomepageHeader() { + Stars +
+ Slack +