From fecff023cff05fe359f5b64e8123c8ec189e3c13 Mon Sep 17 00:00:00 2001
From: Rafa Cardenas <253999660+rafa-stacks@users.noreply.github.com>
Date: Tue, 21 Jul 2026 10:45:06 -0600
Subject: [PATCH 1/2] docs update
---
.../reference/faucets/get-btc-balance.mdx | 12 ------------
.../reference/faucets/meta.json | 1 -
.../reference/microblocks/get-microblock-by-hash.mdx | 12 ------------
.../reference/microblocks/get-microblock-list.mdx | 12 ------------
.../reference/microblocks/get-unanchored-txs.mdx | 12 ------------
.../reference/microblocks/meta.json | 9 ---------
6 files changed, 58 deletions(-)
delete mode 100644 content/docs/en/apis/stacks-blockchain-api/reference/faucets/get-btc-balance.mdx
delete mode 100644 content/docs/en/apis/stacks-blockchain-api/reference/microblocks/get-microblock-by-hash.mdx
delete mode 100644 content/docs/en/apis/stacks-blockchain-api/reference/microblocks/get-microblock-list.mdx
delete mode 100644 content/docs/en/apis/stacks-blockchain-api/reference/microblocks/get-unanchored-txs.mdx
delete mode 100644 content/docs/en/apis/stacks-blockchain-api/reference/microblocks/meta.json
diff --git a/content/docs/en/apis/stacks-blockchain-api/reference/faucets/get-btc-balance.mdx b/content/docs/en/apis/stacks-blockchain-api/reference/faucets/get-btc-balance.mdx
deleted file mode 100644
index 203104401..000000000
--- a/content/docs/en/apis/stacks-blockchain-api/reference/faucets/get-btc-balance.mdx
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: Get BTC balance for address
-sidebarTitle: BTC balance for address
-description: Get BTC balance for address.
-full: true
----
-
-
diff --git a/content/docs/en/apis/stacks-blockchain-api/reference/faucets/meta.json b/content/docs/en/apis/stacks-blockchain-api/reference/faucets/meta.json
index 33b32ad18..044879fad 100644
--- a/content/docs/en/apis/stacks-blockchain-api/reference/faucets/meta.json
+++ b/content/docs/en/apis/stacks-blockchain-api/reference/faucets/meta.json
@@ -3,7 +3,6 @@
"pages": [
"...",
"run-faucet-btc",
- "get-btc-balance",
"run-faucet-sbtc"
],
"defaultOpen": false
diff --git a/content/docs/en/apis/stacks-blockchain-api/reference/microblocks/get-microblock-by-hash.mdx b/content/docs/en/apis/stacks-blockchain-api/reference/microblocks/get-microblock-by-hash.mdx
deleted file mode 100644
index d097346fd..000000000
--- a/content/docs/en/apis/stacks-blockchain-api/reference/microblocks/get-microblock-by-hash.mdx
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: Get microblock
-sidebarTitle: Microblock
-description: Retrieves a specific microblock by hash
-full: true
----
-
-
diff --git a/content/docs/en/apis/stacks-blockchain-api/reference/microblocks/get-microblock-list.mdx b/content/docs/en/apis/stacks-blockchain-api/reference/microblocks/get-microblock-list.mdx
deleted file mode 100644
index 31a24c642..000000000
--- a/content/docs/en/apis/stacks-blockchain-api/reference/microblocks/get-microblock-list.mdx
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: Get recent microblocks
-sidebarTitle: Recent microblocks
-description: Retrieves a list of microblocks.
-full: true
----
-
-
diff --git a/content/docs/en/apis/stacks-blockchain-api/reference/microblocks/get-unanchored-txs.mdx b/content/docs/en/apis/stacks-blockchain-api/reference/microblocks/get-unanchored-txs.mdx
deleted file mode 100644
index 9487c9ee6..000000000
--- a/content/docs/en/apis/stacks-blockchain-api/reference/microblocks/get-unanchored-txs.mdx
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: Get the list of current transactions that belong to unanchored microblocks
-sidebarTitle: The list of current transactions that belong to unanchored microblocks
-description: Retrieves transactions that have been streamed in microblocks but not yet accepted or rejected in an anchor block
-full: true
----
-
-
diff --git a/content/docs/en/apis/stacks-blockchain-api/reference/microblocks/meta.json b/content/docs/en/apis/stacks-blockchain-api/reference/microblocks/meta.json
deleted file mode 100644
index 48edc9d4d..000000000
--- a/content/docs/en/apis/stacks-blockchain-api/reference/microblocks/meta.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "title": "Microblocks",
- "pages": [
- "get-microblock-list",
- "get-microblock-by-hash",
- "get-unanchored-txs"
- ],
- "defaultOpen": false
-}
From 72e9d0b5440c19bcd703edef1438f6af96027ffa Mon Sep 17 00:00:00 2001
From: Rafa Cardenas <253999660+rafa-stacks@users.noreply.github.com>
Date: Tue, 21 Jul 2026 10:58:19 -0600
Subject: [PATCH 2/2] fixes
---
.../reference/faucets/run-faucet-btc.mdx | 4 ++--
.../reference/faucets/run-faucet-sbtc.mdx | 2 +-
.../en/apis/stacks-blockchain-api/reference/faucets/stx.mdx | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/content/docs/en/apis/stacks-blockchain-api/reference/faucets/run-faucet-btc.mdx b/content/docs/en/apis/stacks-blockchain-api/reference/faucets/run-faucet-btc.mdx
index 1b8a6a327..24534c4ef 100644
--- a/content/docs/en/apis/stacks-blockchain-api/reference/faucets/run-faucet-btc.mdx
+++ b/content/docs/en/apis/stacks-blockchain-api/reference/faucets/run-faucet-btc.mdx
@@ -1,6 +1,6 @@
---
-title: Add regtest BTC tokens to address
-sidebarTitle: Regtest BTC tokens to address
+title: Get BTC regtest tokens
+sidebarTitle: BTC regtest tokens
description: Add 0.01 BTC token to the specified regtest BTC address.
full: true
---
diff --git a/content/docs/en/apis/stacks-blockchain-api/reference/faucets/run-faucet-sbtc.mdx b/content/docs/en/apis/stacks-blockchain-api/reference/faucets/run-faucet-sbtc.mdx
index 48d315000..b2332b309 100644
--- a/content/docs/en/apis/stacks-blockchain-api/reference/faucets/run-faucet-sbtc.mdx
+++ b/content/docs/en/apis/stacks-blockchain-api/reference/faucets/run-faucet-sbtc.mdx
@@ -1,6 +1,6 @@
---
title: Get sBTC testnet tokens
-sidebarTitle: SBTC testnet tokens
+sidebarTitle: sBTC testnet tokens
description: Add sBTC tokens to the specified testnet address.
full: true
---
diff --git a/content/docs/en/apis/stacks-blockchain-api/reference/faucets/stx.mdx b/content/docs/en/apis/stacks-blockchain-api/reference/faucets/stx.mdx
index fde7043d6..960dc101b 100644
--- a/content/docs/en/apis/stacks-blockchain-api/reference/faucets/stx.mdx
+++ b/content/docs/en/apis/stacks-blockchain-api/reference/faucets/stx.mdx
@@ -1,6 +1,6 @@
---
-title: STX Testnet tokens
-sidebarTitle: STX
+title: Get STX testnet tokens
+sidebarTitle: STX testnet tokens
description: Delivers testnet STX tokens to a specified address.
full: true
---