diff --git a/docs.json b/docs.json index 071f323..e833927 100644 --- a/docs.json +++ b/docs.json @@ -125,6 +125,8 @@ "group": "Operations", "pages": [ "guides/stellar-mainnet-deployment", + "guides/stellar-multisig-withdrawal", + "guides/stellar-offline-signing" "guides/stellar-multisig-withdrawal", "guides/privacy-best-practices", "guides/spectre-stellar-cookbook", diff --git a/sdk/chains/stellar.mdx b/sdk/chains/stellar.mdx index cf88d10..e37714e 100644 --- a/sdk/chains/stellar.mdx +++ b/sdk/chains/stellar.mdx @@ -423,6 +423,7 @@ This replaces the need to manually query `sorobanServer.getEvents()` and parse X > [!NOTE] > For advanced use cases and indexer building, refer to the [Stellar Event Schemas (v2)](/reference/stellar-event-schemas) documentation to learn how to natively filter topics via the RPC. +- [Stellar Offline Transaction Signing](/guides/stellar-offline-signing) — build online, sign air-gapped, submit without the private key touching the internet ---