From 841d707183654c0ce5d136a184aef85cc5f016c3 Mon Sep 17 00:00:00 2001 From: KtorZ Date: Fri, 11 Aug 2023 15:27:50 +0200 Subject: [PATCH] Duplicate mentions and links to test vectors. --- README.md | 4 ++++ docs/config.toml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index f728f9c46a..0cd9dfce26 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,10 @@ See our [Ogmios client starter kit](https://github.com/CardanoSolutions/ogmios-t Health monitoring, with runtime and application statistics↗️ +> **Note** +> +> Test vectors that cover every part of the protocol are [available here](https://github.com/CardanoSolutions/ogmios/tree/master/server/test/vectors). Use them without moderation for a smooth integration! + # Roadmap ### Cutting-edge work diff --git a/docs/config.toml b/docs/config.toml index 2284300a8a..30a8be6a81 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -71,6 +71,10 @@ theme = "learn" name = " Architectural Decisions Record" url = "https://github.com/CardanoSolutions/ogmios/tree/master/architectural-decisions/accepted" weight = 103 +[[menu.shortcuts]] + name = " Test vectors" + url = "https://github.com/CardanoSolutions/ogmios/tree/master/server/test/vectors" + weight = 104 [Languages] [Languages.en]