Skip to content

Update deprecation message format#47

Merged
springzhang-kite merged 1 commit into
mainfrom
deprecate-gitbook-developer-docs
Jun 4, 2026
Merged

Update deprecation message format#47
springzhang-kite merged 1 commit into
mainfrom
deprecate-gitbook-developer-docs

Conversation

@springzhang-kite
Copy link
Copy Markdown
Collaborator

@springzhang-kite springzhang-kite commented Jun 4, 2026

Summary by CodeRabbit

Release Notes

Style

  • Standardized deprecation notice formatting across documentation pages using an updated warning format for improved consistency and clarity. All notices continue to direct users to the relocated documentation site at docs.gokite.ai.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jun 4, 2026

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 6c8c3cf1-862b-494b-b8c0-9eed1098e150

📥 Commits

Reviewing files that changed from the base of the PR and between ea4d84b and 5c95a41.

📒 Files selected for processing (65)
  • README.md
  • changelog/2026/2026-05-19-backend-v1-1-0.md
  • changelog/2026/2026-05-19-cli-v1-3-4.md
  • changelog/2026/2026-05-19-skills-v0-9-1.md
  • changelog/2026/2026-05-19-web-v1-2-0.md
  • changelog/README.md
  • dev/README.md
  • docs/STYLING_GUIDE.md
  • get-started-why-kite/tokenomics.md
  • get-started/README.md
  • get-started/architecture-and-design-pillars.md
  • get-started/core-concepts-and-terminology.md
  • get-started/introduction-and-mission.md
  • get-started/key-use-cases-and-players.md
  • get-started/whitepaper-references.md
  • integration-guide/README.md
  • integration-guide/api-agent-builder-guide.md
  • integration-guide/api-merchants-payment-providers.md
  • integration-guide/api-references.md
  • integration-guide/case-study-app-store.md
  • integration-guide/sdk-api-overview-for-developers/README.md
  • integration-guide/sdk-api-overview-for-developers/agent-builder-guide.md
  • integration-guide/sdk-api-overview-for-developers/merchant-integration-guide.md
  • integration-guide/workflow-agent-builders.md
  • integration-guide/workflow-merchants-payment-providers.md
  • integration-guide/workflow-overview.md
  • integration-guide/workflow-overview/README.md
  • integration-guide/workflow-overview/workflow-a-agent-builders.md
  • integration-guide/workflow-overview/workflow-b-merchants-and-payment-providers.md
  • kite-agent-passport/README.md
  • kite-agent-passport/add-kite-tokens-external-wallet.md
  • kite-agent-passport/beginner-setup.md
  • kite-agent-passport/cli-reference.md
  • kite-agent-passport/funding.md
  • kite-agent-passport/service-provider-guide.md
  • kite-chain/1-getting-started/README.md
  • kite-chain/1-getting-started/faqs.md
  • kite-chain/1-getting-started/network-information.md
  • kite-chain/1-getting-started/tools.md
  • kite-chain/10-layerzero-kite-integration/README.md
  • kite-chain/11-goldsky-kite-integration/README.md
  • kite-chain/12-lucid-kite-integration/README.md
  • kite-chain/2-fundamentals/README.md
  • kite-chain/2-fundamentals/blockchain-fundamentals.md
  • kite-chain/2-fundamentals/smart-contract-basics.md
  • kite-chain/3-developing/README.md
  • kite-chain/3-developing/counter-smart-contract-hardhat.md
  • kite-chain/3-developing/counter-smart-contract-remix.md
  • kite-chain/3-developing/setup-environment.md
  • kite-chain/3-developing/smart-contracts-list.md
  • kite-chain/3-developing/voting-smart-contract.md
  • kite-chain/4-building-dapps/README.md
  • kite-chain/4-building-dapps/counter-dapp.md
  • kite-chain/4-building-dapps/token-minter.md
  • kite-chain/4-building-dapps/voting-dapp.md
  • kite-chain/5-advanced/README.md
  • kite-chain/5-advanced/account-abstraction-sdk.md
  • kite-chain/5-advanced/multisig-wallet.md
  • kite-chain/6-reference.md
  • kite-chain/7-kite-node/README.md
  • kite-chain/7-kite-node/mainnet-network-information.md
  • kite-chain/7-kite-node/mainnet-node-operations.md
  • kite-chain/8-kite-stablecoin/stablecoin-gasless-transfer.md
  • kite-chain/9-gasless-integration/README.md
  • kite-chain/mica-whitepaper.md

📝 Walkthrough

Walkthrough

This PR converts deprecation warning banners across 67 documentation files from Jekyll {% hint style="warning" %}...{% endhint %} syntax to Markdown [!WARNING] admonition callout format. All banner content and links to docs.gokite.ai remain unchanged.

Changes

Deprecation banner format migration

Layer / File(s) Summary
Root, changelog, and reference documentation
README.md, changelog/2026/*, changelog/README.md, dev/README.md, docs/STYLING_GUIDE.md
Deprecation banners converted from Jekyll hint blocks to Markdown [!WARNING] callouts in top-level and changelog documentation files.
Getting started documentation
get-started/README.md, get-started/architecture-and-design-pillars.md, get-started/core-concepts-and-terminology.md, get-started/introduction-and-mission.md, get-started/key-use-cases-and-players.md, get-started/whitepaper-references.md, get-started-why-kite/tokenomics.md
Deprecation notices reformatted in all getting-started guide sections to use standardized warning callout syntax.
Integration guide documentation
integration-guide/README.md, integration-guide/api-*.md, integration-guide/case-study-app-store.md, integration-guide/sdk-api-overview-for-developers/*, integration-guide/workflow-*.md
Deprecation banner format migrated in integration guide covering APIs, merchants, SDKs, and workflow documentation.
Kite agent passport documentation
kite-agent-passport/README.md, kite-agent-passport/add-kite-tokens-external-wallet.md, kite-agent-passport/beginner-setup.md, kite-agent-passport/cli-reference.md, kite-agent-passport/funding.md, kite-agent-passport/service-provider-guide.md
Deprecation banners converted in agent passport guides covering setup, CLI, and integration content.
Kite chain documentation
kite-chain/*/README.md, kite-chain/*/faqs.md, kite-chain/*/smart-contract*.md, kite-chain/*/counter-*.md, kite-chain/*/voting-*.md, kite-chain/token-minter.md, kite-chain/mica-whitepaper.md, and other reference files
Deprecation warning format updated across all kite-chain documentation sections including fundamentals, development, dApps, advanced features, node operations, and references.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Poem

🐰 Banners reformed across the docs so vast,
Jekyll hints now fade into the past,
Markdown [!WARNING] calls out clear,
Guide readers to the new frontier!
One format reigns from mountain to sea,
Consistency hops in harmony! 🎉

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch deprecate-gitbook-developer-docs

Comment @coderabbitai help to get the list of available commands and usage tips.

@springzhang-kite springzhang-kite merged commit 4afe23c into main Jun 4, 2026
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants