From c73411202b5695e4ad7af51449fd8ab5b8831905 Mon Sep 17 00:00:00 2001 From: Dominique Date: Mon, 26 Aug 2024 19:35:09 +0200 Subject: [PATCH] Deprecation banner in Sidecar tutorial page (#2166) * add deprecation banner in Sidecar tutorial * add links to README & guides folder --------- Co-authored-by: Radha <86818441+DrW3RK@users.noreply.github.com> --- .../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..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 @@ -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, the README and the guides folder 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.