chore: update docs site to v1.1#649
Merged
Merged
Conversation
marc0olo
approved these changes
Jul 16, 2026
marc0olo
added a commit
to dfinity/developer-docs
that referenced
this pull request
Jul 17, 2026
## Summary Bumps the `icp-cli` source submodule to **v1.1.0** and updates the docs that its changelog affects. ### Submodule bump - Pin `.sources/icp-cli` to `fe4af7c` (v1.1.0); update `.sources/VERSIONS`. ### Content - **Canister deletion** (`guides/canister-management/lifecycle.mdx`): v1.1.0 returns the canister's remaining cycles to the caller via the cycles ledger (with `--no-recover-cycles` to burn them instead). Corrects the previous note (#303) that said cycles were lost, which referenced the now-resolved [icp-cli#431](dfinity/icp-cli#431). - **ICRC-2 allowances** (`guides/digital-assets/ledgers.mdx`): add a cross-reference to the new `icp token approve` / `icp token allowance` CLI commands (links to the CLI reference; no flag duplication). ### CLI doc-link slug: `0.3`/`1.0` → `1.1` - v1.1 is now the advertised version ([icp-cli#649](dfinity/icp-cli#649)). Bumped all 22 `cli.internetcomputer.org` links across 13 files. All target files and anchors verified against the v1.1.0 submodule. ### Tooling/guidance fixes - `AGENTS.md` (and `CLAUDE.md` via symlink): correct the current CLI slug and stop relying on `versions.json` at the pinned tag (it lags the advertised slug by one follow-up commit); derive the slug from the release `major.minor` and confirm at the live docs-site root. - `.agents/submodule-bumping.md`: same slug-source fix, plus a portable (GNU/BSD) slug-replacement snippet. Not affected: connected-network `root-key` change (no doc shows that config; built-in `ic` network unchanged) and experimental project dependencies (intentionally undocumented).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs-site/versions.json: addv1.1as the new latest versionUpdates the docs version switcher and root redirect to point to the new
release. Merge only after the versioned docs for
/1.1/are deployed —scripts/release.shwaits for that before merging.Opened by
scripts/release.sh. Approve to let the release proceed.