From 22276d3e71bac922532c766625eb44cf5db22f56 Mon Sep 17 00:00:00 2001 From: "MostronatorCoder[bot]" Date: Sat, 7 Mar 2026 02:12:29 +0000 Subject: [PATCH] docs: add cross-links to other Mostro documentation sites Add navigation links in the mdbook sidebar to connect users to the other Mostro documentation resources: - Protocol specification (developers) - User guides (English/Spanish) - Community node deployment guide (mostro.community) Currently the 5 Mostro documentation sites are isolated with no links between them, making it difficult for users and developers to discover all available resources. --- src/SUMMARY.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 0f77092..af4dff3 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -2,6 +2,14 @@ [Home](./overview.md) +--- + +- [User Guide (English)](https://mostro.network/docs-english/) +- [Guía de Usuario (Español)](https://mostro.network/docs-spanish/) +- [Run Your Own Node](https://mostro.community/guide) + +--- + - [Keys management](./key_management.md) - [Creating a Sell order](./new_sell_order.md) - [Creating a Sell range order](./new_sell_range_order.md)