Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion docs/releasing.md → .github/maintainers/sdk-releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
3 changes: 0 additions & 3 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Loading