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]