From 94afa472f902d393e7b52fb8426a50e05ce84ad7 Mon Sep 17 00:00:00 2001 From: Julien Tesson Date: Thu, 3 Jul 2025 11:45:46 +0200 Subject: [PATCH] docs/DAL: link to openapi section for RPC description --- docs/api/openapi.rst | 2 ++ docs/shell/dal_node.rst | 1 + 2 files changed, 3 insertions(+) diff --git a/docs/api/openapi.rst b/docs/api/openapi.rst index e4a82c78c0c4..fbb9494307a7 100644 --- a/docs/api/openapi.rst +++ b/docs/api/openapi.rst @@ -101,6 +101,8 @@ protocol can be found at: - `alpha-smart-rollup-node-openapi <../_static/alpha-smart-rollup-node-openapi.html>`__ (version master) +.. _dal-node-openapi: + DAL Node ~~~~~~~~ diff --git a/docs/shell/dal_node.rst b/docs/shell/dal_node.rst index 5ebb683bc479..89dcd4b3a5e1 100644 --- a/docs/shell/dal_node.rst +++ b/docs/shell/dal_node.rst @@ -161,6 +161,7 @@ For instance, one can post slots, ask the node to compute and store shards, to u The default listening port for RPCs is 10732, but can be changed using option ``--rpc-addr``. The RPC server is started by default, even if this option is not given. +Look at :ref:`openapi description` for the list of available RPC. Operational aspects -- GitLab