From 5ab8b1a54dd185baf9b3755bab37cb7aaea5061a Mon Sep 17 00:00:00 2001 From: Lawal Abubakar Babatunde Date: Sun, 26 Jul 2026 20:25:56 +0100 Subject: [PATCH] docs: separate maintainer operations from public GitBook --- {docs => .github/maintainers}/gitbook-publishing.md | 2 +- .../maintainers/sdk-delivery-checklist.md | 0 docs/releasing.md => .github/maintainers/sdk-releasing.md | 3 ++- README.md | 1 - docs/README.md | 4 ++-- docs/SUMMARY.md | 3 --- 6 files changed, 5 insertions(+), 8 deletions(-) rename {docs => .github/maintainers}/gitbook-publishing.md (97%) rename docs/delivery-checklist.md => .github/maintainers/sdk-delivery-checklist.md (100%) rename docs/releasing.md => .github/maintainers/sdk-releasing.md (96%) diff --git a/docs/gitbook-publishing.md b/.github/maintainers/gitbook-publishing.md similarity index 97% rename from docs/gitbook-publishing.md rename to .github/maintainers/gitbook-publishing.md index 26981bf..fba4474 100644 --- a/docs/gitbook-publishing.md +++ b/.github/maintainers/gitbook-publishing.md @@ -35,7 +35,7 @@ URL, then add the same URL to: Verify every navigation item, code block, table, and external link on desktop and mobile. Record that verification in the -[delivery checklist](delivery-checklist.md). +[delivery checklist](sdk-delivery-checklist.md). ## Release ownership diff --git a/docs/delivery-checklist.md b/.github/maintainers/sdk-delivery-checklist.md similarity index 100% rename from docs/delivery-checklist.md rename to .github/maintainers/sdk-delivery-checklist.md diff --git a/docs/releasing.md b/.github/maintainers/sdk-releasing.md similarity index 96% rename from docs/releasing.md rename to .github/maintainers/sdk-releasing.md index 76db579..b20d670 100644 --- a/docs/releasing.md +++ b/.github/maintainers/sdk-releasing.md @@ -8,7 +8,8 @@ token belongs in the repository. Before choosing a stable version: -- every automated item in the [delivery checklist](delivery-checklist.md) is +- every automated item in the + [delivery checklist](sdk-delivery-checklist.md) is checked; - the SDK API and compatible contract release are approved; - the public GitBook site is live and linked from repository metadata; diff --git a/README.md b/README.md index 6d494c2..7ab1057 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,6 @@ Detailed, GitBook-ready guides live in [`docs/`](./docs): - [Router, Stream NFT, and Paymaster development](./docs/router-paymaster.md) - [API reference](./docs/api-reference.md) - [Troubleshooting and versioning](./docs/troubleshooting-and-versioning.md) -- [SDK delivery checklist](./docs/delivery-checklist.md) ## Install diff --git a/docs/README.md b/docs/README.md index 2b7eb59..1da254a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -30,5 +30,5 @@ code. 6. Review [Generated bindings](generated-bindings.md) when validating contract and SDK release provenance. -Review the [release process](releasing.md) for version compatibility and the -[delivery checklist](delivery-checklist.md) for release acceptance evidence. +Review [Troubleshooting and versioning](troubleshooting-and-versioning.md) +before upgrading between SDK releases. diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 13d0f48..2cfd525 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -12,6 +12,3 @@ - [API reference](api-reference.md) - [Generated Stellar bindings](generated-bindings.md) - [Troubleshooting and versioning](troubleshooting-and-versioning.md) -- [Publishing with GitBook](gitbook-publishing.md) -- [Release process](releasing.md) -- [Delivery checklist](delivery-checklist.md)