From 5f3d85fee4b76423c111e16795dd9a6e748cda08 Mon Sep 17 00:00:00 2001 From: Novus Nota <68142933+novusnota@users.noreply.github.com> Date: Tue, 9 Sep 2025 14:04:36 +0200 Subject: [PATCH] fix: missing pages from docs.json structure --- ecosystem/sandbox.mdx | 7 +++++++ standard/{wallet.mdx => wallets.mdx} | 0 2 files changed, 7 insertions(+) create mode 100644 ecosystem/sandbox.mdx rename standard/{wallet.mdx => wallets.mdx} (100%) diff --git a/ecosystem/sandbox.mdx b/ecosystem/sandbox.mdx new file mode 100644 index 000000000..b4be82c93 --- /dev/null +++ b/ecosystem/sandbox.mdx @@ -0,0 +1,7 @@ +--- +title: "Sandbox" +--- + +- sandbox + - https://docs.tact-lang.org/book/debug + - https://github.com/ton-org/sandbox diff --git a/standard/wallet.mdx b/standard/wallets.mdx similarity index 100% rename from standard/wallet.mdx rename to standard/wallets.mdx