From db938cd3648d25c3831050fca39a14d8705afea7 Mon Sep 17 00:00:00 2001 From: Imod7 Date: Wed, 24 Jul 2024 12:30:45 +0200 Subject: [PATCH 1/2] add deprecation banner in Sidecar tutorial --- .../integrate-with-tools/explore-sidecar-endpoints.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/md/en/docs/tutorials/integrate-with-tools/explore-sidecar-endpoints.md b/content/md/en/docs/tutorials/integrate-with-tools/explore-sidecar-endpoints.md index 0d62e67d5..bd2de87d7 100644 --- a/content/md/en/docs/tutorials/integrate-with-tools/explore-sidecar-endpoints.md +++ b/content/md/en/docs/tutorials/integrate-with-tools/explore-sidecar-endpoints.md @@ -4,6 +4,15 @@ description: Demonstrates how you can explore the Substrate REST service (sideca keywords: --- +
+

+ ⚠️ WARNING: This page contains potentially outdated information. Reading it might still be useful, yet we suggest taking it with a grain of salt. +

+

+ Please refer to the Sidecar docs for the most up-to-date documentation on this topic. +

+
+ The Substrate [sidecar](https://github.com/paritytech/substrate-api-sidecar) service provides a REST API for interacting with Substrate blockchain nodes built using FRAME. The sidecar REST service exposes an extensive set of endpoints that enable you to interact with nodes, accounts, transactions, parachains, and many other components of a Substrate-based blockchain. From d5ce3060d44389cb6e5431d448bd246cb60cd818 Mon Sep 17 00:00:00 2001 From: Imod7 Date: Wed, 24 Jul 2024 12:45:25 +0200 Subject: [PATCH 2/2] add links to README & guides folder --- .../tutorials/integrate-with-tools/explore-sidecar-endpoints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/md/en/docs/tutorials/integrate-with-tools/explore-sidecar-endpoints.md b/content/md/en/docs/tutorials/integrate-with-tools/explore-sidecar-endpoints.md index bd2de87d7..83aa665f9 100644 --- a/content/md/en/docs/tutorials/integrate-with-tools/explore-sidecar-endpoints.md +++ b/content/md/en/docs/tutorials/integrate-with-tools/explore-sidecar-endpoints.md @@ -9,7 +9,7 @@ keywords: ⚠️ WARNING: This page contains potentially outdated information. Reading it might still be useful, yet we suggest taking it with a grain of salt.

- Please refer to the Sidecar docs for the most up-to-date documentation on this topic. + Please refer to the Sidecar docs, the README and the guides folder for the most up-to-date documentation on this topic.