From a340a1cdd10aa413c52255aad3cb83eb5e11d653 Mon Sep 17 00:00:00 2001 From: Spring Zhang Date: Mon, 25 May 2026 16:16:28 +0800 Subject: [PATCH 1/3] feat: add GitBook deprecation banner to every page --- README.md | 6 ++ changelog/2026/2026-05-19-backend-v1-1-0.md | 6 ++ changelog/2026/2026-05-19-cli-v1-3-4.md | 6 ++ changelog/2026/2026-05-19-skills-v0-9-1.md | 6 ++ changelog/2026/2026-05-19-web-v1-2-0.md | 6 ++ changelog/README.md | 6 ++ dev/README.md | 6 ++ docs/STYLING_GUIDE.md | 6 ++ get-started-why-kite/tokenomics.md | 6 ++ get-started/README.md | 6 ++ .../architecture-and-design-pillars.md | 6 ++ get-started/core-concepts-and-terminology.md | 6 ++ get-started/introduction-and-mission.md | 6 ++ get-started/key-use-cases-and-players.md | 6 ++ get-started/whitepaper-references.md | 6 ++ integration-guide/README.md | 6 ++ integration-guide/api-agent-builder-guide.md | 6 ++ .../api-merchants-payment-providers.md | 6 ++ integration-guide/api-references.md | 6 ++ integration-guide/case-study-app-store.md | 6 ++ .../sdk-api-overview-for-developers/README.md | 6 ++ .../agent-builder-guide.md | 6 ++ .../merchant-integration-guide.md | 6 ++ integration-guide/workflow-agent-builders.md | 6 ++ .../workflow-merchants-payment-providers.md | 6 ++ integration-guide/workflow-overview.md | 6 ++ integration-guide/workflow-overview/README.md | 6 ++ .../workflow-a-agent-builders.md | 6 ++ ...kflow-b-merchants-and-payment-providers.md | 6 ++ kite-agent-passport/README.md | 6 ++ .../add-kite-tokens-external-wallet.md | 6 ++ kite-agent-passport/beginner-setup.md | 6 ++ kite-agent-passport/cli-reference.md | 6 ++ kite-agent-passport/funding.md | 6 ++ kite-agent-passport/service-provider-guide.md | 6 ++ kite-chain/1-getting-started/README.md | 6 ++ kite-chain/1-getting-started/faqs.md | 6 ++ .../1-getting-started/network-information.md | 6 ++ kite-chain/1-getting-started/tools.md | 6 ++ .../10-layerzero-kite-integration/README.md | 6 ++ .../11-goldsky-kite-integration/README.md | 6 ++ .../12-lucid-kite-integration/README.md | 6 ++ kite-chain/2-fundamentals/README.md | 6 ++ .../2-fundamentals/blockchain-fundamentals.md | 6 ++ .../2-fundamentals/smart-contract-basics.md | 6 ++ kite-chain/3-developing/README.md | 6 ++ .../counter-smart-contract-hardhat.md | 6 ++ .../counter-smart-contract-remix.md | 6 ++ kite-chain/3-developing/setup-environment.md | 6 ++ .../3-developing/smart-contracts-list.md | 6 ++ .../3-developing/voting-smart-contract.md | 6 ++ kite-chain/4-building-dapps/README.md | 6 ++ kite-chain/4-building-dapps/counter-dapp.md | 6 ++ kite-chain/4-building-dapps/token-minter.md | 6 ++ kite-chain/4-building-dapps/voting-dapp.md | 6 ++ kite-chain/5-advanced/README.md | 6 ++ .../5-advanced/account-abstraction-sdk.md | 6 ++ kite-chain/5-advanced/multisig-wallet.md | 6 ++ kite-chain/6-reference.md | 6 ++ kite-chain/7-kite-node/README.md | 6 ++ .../mainnet-network-information.md | 6 ++ .../7-kite-node/mainnet-node-operations.md | 6 ++ .../stablecoin-gasless-transfer.md | 6 ++ kite-chain/9-gasless-integration/README.md | 6 ++ kite-chain/mica-whitepaper.md | 6 ++ scripts/add-deprecation-banner.mjs | 77 +++++++++++++++++++ 66 files changed, 467 insertions(+) create mode 100644 scripts/add-deprecation-banner.mjs diff --git a/README.md b/README.md index 60ec273..19bf8ac 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ description: >- payments, and infrastructure for autonomous AI agents. --- + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Kite Developer Docs > **The first AI payment blockchain** — foundational infrastructure empowering autonomous agents to operate and transact with identity, payment, and verification. diff --git a/changelog/2026/2026-05-19-backend-v1-1-0.md b/changelog/2026/2026-05-19-backend-v1-1-0.md index 5ee5ba2..8829c68 100644 --- a/changelog/2026/2026-05-19-backend-v1-1-0.md +++ b/changelog/2026/2026-05-19-backend-v1-1-0.md @@ -12,6 +12,12 @@ generated_at: 2026-05-19T18:00:00Z corrected_at: null --- + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + ## What changed When an agent constructs a session delegation, the preflight call now returns an `estimated_fees` object covering the catalog's known merchant fees, network gas, and Passport's own service margin. Approval pages can show users an itemized "up to ~$X" total instead of just a raw budget cap. diff --git a/changelog/2026/2026-05-19-cli-v1-3-4.md b/changelog/2026/2026-05-19-cli-v1-3-4.md index d254a3b..59de219 100644 --- a/changelog/2026/2026-05-19-cli-v1-3-4.md +++ b/changelog/2026/2026-05-19-cli-v1-3-4.md @@ -12,6 +12,12 @@ generated_at: 2026-05-19T18:00:00Z corrected_at: null --- + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + ## What changed The `kpass activity` command previously returned the full event history with no way to narrow the result set. Agents asking "what did I spend on Amazon last week?" had to fetch everything and filter locally, which was slow on accounts with many sessions. diff --git a/changelog/2026/2026-05-19-skills-v0-9-1.md b/changelog/2026/2026-05-19-skills-v0-9-1.md index 2b0728d..12748f6 100644 --- a/changelog/2026/2026-05-19-skills-v0-9-1.md +++ b/changelog/2026/2026-05-19-skills-v0-9-1.md @@ -12,6 +12,12 @@ generated_at: 2026-05-19T18:00:00Z corrected_at: null --- + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + ## What changed `request-session` previously treated any non-200 response from the catalog preflight as a hard failure, which meant transient catalog blips would abort otherwise-valid session approvals. The skill now retries 503 and timeout responses up to three times with exponential backoff before propagating the error. diff --git a/changelog/2026/2026-05-19-web-v1-2-0.md b/changelog/2026/2026-05-19-web-v1-2-0.md index a58bf5f..5bff37b 100644 --- a/changelog/2026/2026-05-19-web-v1-2-0.md +++ b/changelog/2026/2026-05-19-web-v1-2-0.md @@ -12,6 +12,12 @@ generated_at: 2026-05-19T18:00:00Z corrected_at: null --- + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + ## What changed The session approval page now renders the new `estimated_fees` field from the backend preflight. Users see the budget cap and an itemized "up to ~$X" estimate covering merchant fees, network gas, and Passport's service margin. diff --git a/changelog/README.md b/changelog/README.md index 2b6c4dc..1740b3f 100644 --- a/changelog/README.md +++ b/changelog/README.md @@ -1,3 +1,9 @@ + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Changelog Public delivery timeline for Kite Passport — see each component's recent releases below. Please be noticed this Changelog feature is still being processed and may change. diff --git a/dev/README.md b/dev/README.md index 111db0c..8f5a0a8 100644 --- a/dev/README.md +++ b/dev/README.md @@ -1,3 +1,9 @@ + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Development Setup This directory contains development and build tools for the Kite Documentation. diff --git a/docs/STYLING_GUIDE.md b/docs/STYLING_GUIDE.md index a52932b..fff03af 100644 --- a/docs/STYLING_GUIDE.md +++ b/docs/STYLING_GUIDE.md @@ -1,3 +1,9 @@ + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # 🎨 Kite Documentation - Modern Styling Guide ## Overview diff --git a/get-started-why-kite/tokenomics.md b/get-started-why-kite/tokenomics.md index b0c2824..8c8bdda 100644 --- a/get-started-why-kite/tokenomics.md +++ b/get-started-why-kite/tokenomics.md @@ -4,6 +4,12 @@ description: >- AI economy --- + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Tokenomics ### The Mission of Kite AI diff --git a/get-started/README.md b/get-started/README.md index a833e02..c871400 100644 --- a/get-started/README.md +++ b/get-started/README.md @@ -2,6 +2,12 @@ description: Get started with Kite - learn about our mission, use cases, architecture, and core concepts that make Kite the first AI payment blockchain. --- + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # 🎯 Get Started with Kite Welcome to Kite - the first AI payment blockchain. This section will help you understand why Kite exists, what problems it solves, and how it works. diff --git a/get-started/architecture-and-design-pillars.md b/get-started/architecture-and-design-pillars.md index 9f3ad0c..ea5217b 100644 --- a/get-started/architecture-and-design-pillars.md +++ b/get-started/architecture-and-design-pillars.md @@ -1,3 +1,9 @@ + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Architecture & Design Pillars Kite is built from first principles for autonomous agents, not adapted from human-centric systems. Every architectural decision optimizes for one goal: enabling agents to operate with mathematical safety guarantees. diff --git a/get-started/core-concepts-and-terminology.md b/get-started/core-concepts-and-terminology.md index 7c90991..8d33635 100644 --- a/get-started/core-concepts-and-terminology.md +++ b/get-started/core-concepts-and-terminology.md @@ -2,6 +2,12 @@ description: Core concepts and terminology for Kite's agent-native infrastructure --- + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Core Concepts & Terminology Essential building blocks that enable autonomous agent operations in Kite's ecosystem. diff --git a/get-started/introduction-and-mission.md b/get-started/introduction-and-mission.md index 18d2d78..ccf64c3 100644 --- a/get-started/introduction-and-mission.md +++ b/get-started/introduction-and-mission.md @@ -5,6 +5,12 @@ description: >- and verification. --- + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Introduction & Mission #### Current State of Internet diff --git a/get-started/key-use-cases-and-players.md b/get-started/key-use-cases-and-players.md index f7bd599..5e86412 100644 --- a/get-started/key-use-cases-and-players.md +++ b/get-started/key-use-cases-and-players.md @@ -2,6 +2,12 @@ description: Key use cases and players in the agentic economy enabled by Kite's infrastructure --- + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Key Use Cases & Players ## Retail: Agentic Commerce diff --git a/get-started/whitepaper-references.md b/get-started/whitepaper-references.md index 7b16a09..c39f447 100644 --- a/get-started/whitepaper-references.md +++ b/get-started/whitepaper-references.md @@ -1,3 +1,9 @@ + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Whitepaper Explore our technical and research papers that describe the foundations of Kite. diff --git a/integration-guide/README.md b/integration-guide/README.md index f7d1ef3..f826bc0 100644 --- a/integration-guide/README.md +++ b/integration-guide/README.md @@ -2,6 +2,12 @@ description: Complete integration guide for Kite - learn how to build AI agents that make payments and integrate Kite's payment infrastructure into your applications. --- + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # 🔗 Integration Guide This section provides workflows for integrating with Kite with example, whether you're building AI agents that make payments or services that receive payments from agents. diff --git a/integration-guide/api-agent-builder-guide.md b/integration-guide/api-agent-builder-guide.md index b0aa907..80470e6 100644 --- a/integration-guide/api-agent-builder-guide.md +++ b/integration-guide/api-agent-builder-guide.md @@ -1,3 +1,9 @@ + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Agent Builder Guide Complete guide for building AI agents with Kite's payment capabilities - agent registration and payment integration. diff --git a/integration-guide/api-merchants-payment-providers.md b/integration-guide/api-merchants-payment-providers.md index ec7b6dc..f6291bb 100644 --- a/integration-guide/api-merchants-payment-providers.md +++ b/integration-guide/api-merchants-payment-providers.md @@ -1,3 +1,9 @@ + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Merchant Integration Guide Integrate Kite’s payment verification API into your checkout system to accept **agent-initiated stablecoin payments** with full proof-based security. diff --git a/integration-guide/api-references.md b/integration-guide/api-references.md index 3976d40..2df1a34 100644 --- a/integration-guide/api-references.md +++ b/integration-guide/api-references.md @@ -1,3 +1,9 @@ + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # SDK/API Overview SDK/API overview of how to integrate with Kite's agentic payment infrastructure. diff --git a/integration-guide/case-study-app-store.md b/integration-guide/case-study-app-store.md index d6c2675..b9e53f7 100644 --- a/integration-guide/case-study-app-store.md +++ b/integration-guide/case-study-app-store.md @@ -1,2 +1,8 @@ + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Case Study: App Store diff --git a/integration-guide/sdk-api-overview-for-developers/README.md b/integration-guide/sdk-api-overview-for-developers/README.md index 0b8fb18..920f910 100644 --- a/integration-guide/sdk-api-overview-for-developers/README.md +++ b/integration-guide/sdk-api-overview-for-developers/README.md @@ -1,2 +1,8 @@ + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # SDK/API Overview for Developers diff --git a/integration-guide/sdk-api-overview-for-developers/agent-builder-guide.md b/integration-guide/sdk-api-overview-for-developers/agent-builder-guide.md index d4a6e33..1b9fb4d 100644 --- a/integration-guide/sdk-api-overview-for-developers/agent-builder-guide.md +++ b/integration-guide/sdk-api-overview-for-developers/agent-builder-guide.md @@ -1,2 +1,8 @@ + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Agent Builder Guide diff --git a/integration-guide/sdk-api-overview-for-developers/merchant-integration-guide.md b/integration-guide/sdk-api-overview-for-developers/merchant-integration-guide.md index ad399ec..b926e09 100644 --- a/integration-guide/sdk-api-overview-for-developers/merchant-integration-guide.md +++ b/integration-guide/sdk-api-overview-for-developers/merchant-integration-guide.md @@ -1,2 +1,8 @@ + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Merchant Integration Guide diff --git a/integration-guide/workflow-agent-builders.md b/integration-guide/workflow-agent-builders.md index 2e69a4b..8695a80 100644 --- a/integration-guide/workflow-agent-builders.md +++ b/integration-guide/workflow-agent-builders.md @@ -1,3 +1,9 @@ + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + ## Workflow A: Agent Builders ### End-user workflow diff --git a/integration-guide/workflow-merchants-payment-providers.md b/integration-guide/workflow-merchants-payment-providers.md index 7b8390a..6b61548 100644 --- a/integration-guide/workflow-merchants-payment-providers.md +++ b/integration-guide/workflow-merchants-payment-providers.md @@ -1,3 +1,9 @@ + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + ## Workflow B: Merchants & Payment Providers ### Merchant workflow diff --git a/integration-guide/workflow-overview.md b/integration-guide/workflow-overview.md index dc0e06a..14c0fea 100644 --- a/integration-guide/workflow-overview.md +++ b/integration-guide/workflow-overview.md @@ -1,3 +1,9 @@ + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + ## Workflow Overview ### Example: Agentic Commerce diff --git a/integration-guide/workflow-overview/README.md b/integration-guide/workflow-overview/README.md index 92ebae4..1d2c2df 100644 --- a/integration-guide/workflow-overview/README.md +++ b/integration-guide/workflow-overview/README.md @@ -1,2 +1,8 @@ + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Workflow Overview diff --git a/integration-guide/workflow-overview/workflow-a-agent-builders.md b/integration-guide/workflow-overview/workflow-a-agent-builders.md index 7ba8ce1..7722593 100644 --- a/integration-guide/workflow-overview/workflow-a-agent-builders.md +++ b/integration-guide/workflow-overview/workflow-a-agent-builders.md @@ -1,2 +1,8 @@ + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Workflow A: Agent Builders diff --git a/integration-guide/workflow-overview/workflow-b-merchants-and-payment-providers.md b/integration-guide/workflow-overview/workflow-b-merchants-and-payment-providers.md index f692029..614af9e 100644 --- a/integration-guide/workflow-overview/workflow-b-merchants-and-payment-providers.md +++ b/integration-guide/workflow-overview/workflow-b-merchants-and-payment-providers.md @@ -1,2 +1,8 @@ + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Workflow B: Merchants & Payment Providers diff --git a/kite-agent-passport/README.md b/kite-agent-passport/README.md index 3907f01..5863711 100644 --- a/kite-agent-passport/README.md +++ b/kite-agent-passport/README.md @@ -2,6 +2,12 @@ description: Get started with Kite Agent Passport — let your AI agent discover and pay for services on your behalf. --- + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Kite Agent Passport Kite Agent Passport lets your AI agent discover and pay for services on your behalf. You stay in control of what it can spend — the agent handles everything else. diff --git a/kite-agent-passport/add-kite-tokens-external-wallet.md b/kite-agent-passport/add-kite-tokens-external-wallet.md index 0c24471..a2b2179 100644 --- a/kite-agent-passport/add-kite-tokens-external-wallet.md +++ b/kite-agent-passport/add-kite-tokens-external-wallet.md @@ -2,6 +2,12 @@ description: Step-by-step instructions for adding KITE tokens to your external wallet. --- + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Add Kite Tokens to an External Wallet If you need to access KITE tokens or USDC.e in your external wallet (e.g., MetaMask), you will need to add Kite Network information to your wallet. diff --git a/kite-agent-passport/beginner-setup.md b/kite-agent-passport/beginner-setup.md index e4313b8..b739fb0 100644 --- a/kite-agent-passport/beginner-setup.md +++ b/kite-agent-passport/beginner-setup.md @@ -2,6 +2,12 @@ description: Full installation walkthrough for choosing an agent, installing Kite Agent Passport, creating your Passport account, and approving your first session. --- + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Full Installation Walkthrough This guide is for users who are new to coding agents or Kite Agent Passport. You will set up an agent that can run commands, install Passport, create your Passport account, set up your passkey, and approve your first spending session. diff --git a/kite-agent-passport/cli-reference.md b/kite-agent-passport/cli-reference.md index 4d158f2..908e37c 100644 --- a/kite-agent-passport/cli-reference.md +++ b/kite-agent-passport/cli-reference.md @@ -2,6 +2,12 @@ description: CLI reference for kpass and ksearch — all commands for Kite Agent Passport. --- + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # CLI Reference This page documents the `kpass` and `ksearch` commands. For getting started, see the [Introduction](README.md). diff --git a/kite-agent-passport/funding.md b/kite-agent-passport/funding.md index 9f370a3..878c615 100644 --- a/kite-agent-passport/funding.md +++ b/kite-agent-passport/funding.md @@ -2,6 +2,12 @@ description: How to fund your Kite Agent Passport wallet — buy USDC with fiat, bridge directly, or transfer from another wallet. --- + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Funding Your Wallet To use Kite Agent Passport, you need **USDC on Kite chain** in your Passport wallet. All funding is managed through the **Passport dashboard**. diff --git a/kite-agent-passport/service-provider-guide.md b/kite-agent-passport/service-provider-guide.md index 84e369b..cc755ff 100644 --- a/kite-agent-passport/service-provider-guide.md +++ b/kite-agent-passport/service-provider-guide.md @@ -2,6 +2,12 @@ description: Guide for service providers to accept payments from Kite Agent Passport agents via x402 or MPP. --- + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Service Provider Guide Kite Agent Passport can pay any service that implements one of two open payment protocols: diff --git a/kite-chain/1-getting-started/README.md b/kite-chain/1-getting-started/README.md index 590ca50..23de643 100644 --- a/kite-chain/1-getting-started/README.md +++ b/kite-chain/1-getting-started/README.md @@ -1,3 +1,9 @@ + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Getting Started with Kite Chain Welcome to Kite Chain! This section provides everything you need to start building on Kite's blockchain network. diff --git a/kite-chain/1-getting-started/faqs.md b/kite-chain/1-getting-started/faqs.md index d9a11dc..ee66948 100644 --- a/kite-chain/1-getting-started/faqs.md +++ b/kite-chain/1-getting-started/faqs.md @@ -2,6 +2,12 @@ description: Frequently Asked Questions --- + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # FAQs
diff --git a/kite-chain/1-getting-started/network-information.md b/kite-chain/1-getting-started/network-information.md index bb99fb8..0a7cffb 100644 --- a/kite-chain/1-getting-started/network-information.md +++ b/kite-chain/1-getting-started/network-information.md @@ -2,6 +2,12 @@ description: Chain IDs, endpoints, and environment details for Kite networks. --- + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Network Information ## Kite network settings (testnet) diff --git a/kite-chain/1-getting-started/tools.md b/kite-chain/1-getting-started/tools.md index 5678fea..fbe5f1a 100644 --- a/kite-chain/1-getting-started/tools.md +++ b/kite-chain/1-getting-started/tools.md @@ -2,6 +2,12 @@ description: Explorers, wallets, and references for building on Kite. --- + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Tools ## Kite tools diff --git a/kite-chain/10-layerzero-kite-integration/README.md b/kite-chain/10-layerzero-kite-integration/README.md index abe25b9..6081ec9 100644 --- a/kite-chain/10-layerzero-kite-integration/README.md +++ b/kite-chain/10-layerzero-kite-integration/README.md @@ -1,3 +1,9 @@ + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # LayerZero Integration on Kite AI LayerZero is natively supported on Kite AI Mainnet, enabling secure omnichain messaging, asset transfers, and cross-chain application composition. This page provides architectural context and operational guidance for developers building cross-chain applications on Kite AI using LayerZero v2. diff --git a/kite-chain/11-goldsky-kite-integration/README.md b/kite-chain/11-goldsky-kite-integration/README.md index 26a9367..40e9858 100644 --- a/kite-chain/11-goldsky-kite-integration/README.md +++ b/kite-chain/11-goldsky-kite-integration/README.md @@ -2,6 +2,12 @@ description: Index Kite AI with Goldsky for high-performance blockchain data infrastructure --- + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Indexing Kite AI with Goldsky ## Overview diff --git a/kite-chain/12-lucid-kite-integration/README.md b/kite-chain/12-lucid-kite-integration/README.md index 7054b30..4089c78 100644 --- a/kite-chain/12-lucid-kite-integration/README.md +++ b/kite-chain/12-lucid-kite-integration/README.md @@ -2,6 +2,12 @@ description: Kite Integration with Lucid - Native yield-generating USDC liquidity for the Kite ecosystem --- + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Kite Integration with Lucid Lucid has integrated with Kite to bring native yield-generating stablecoin liquidity (USDC) to the Kite ecosystem. This integration enables developers, apps, and ecosystem partners to use canonical, cross-chain stablecoins that automatically generate yield while remaining fully redeemable across supported networks. diff --git a/kite-chain/2-fundamentals/README.md b/kite-chain/2-fundamentals/README.md index 7be66c3..091cf08 100644 --- a/kite-chain/2-fundamentals/README.md +++ b/kite-chain/2-fundamentals/README.md @@ -1,3 +1,9 @@ + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Blockchain Fundamentals If you're new to blockchain development, this section covers the foundational concepts you need to understand before building on Kite Chain. diff --git a/kite-chain/2-fundamentals/blockchain-fundamentals.md b/kite-chain/2-fundamentals/blockchain-fundamentals.md index 1a7e714..edfed33 100644 --- a/kite-chain/2-fundamentals/blockchain-fundamentals.md +++ b/kite-chain/2-fundamentals/blockchain-fundamentals.md @@ -1,3 +1,9 @@ + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Blockchain Fundamentals ## What is a Blockchain? diff --git a/kite-chain/2-fundamentals/smart-contract-basics.md b/kite-chain/2-fundamentals/smart-contract-basics.md index eabf59c..3e8e87c 100644 --- a/kite-chain/2-fundamentals/smart-contract-basics.md +++ b/kite-chain/2-fundamentals/smart-contract-basics.md @@ -1,3 +1,9 @@ + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Smart Contract Basics ## Introduction diff --git a/kite-chain/3-developing/README.md b/kite-chain/3-developing/README.md index 740fb8a..8bd600e 100644 --- a/kite-chain/3-developing/README.md +++ b/kite-chain/3-developing/README.md @@ -1,3 +1,9 @@ + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Developing Smart Contracts Learn how to write, deploy, and interact with smart contracts on Kite Chain using industry-standard tools. diff --git a/kite-chain/3-developing/counter-smart-contract-hardhat.md b/kite-chain/3-developing/counter-smart-contract-hardhat.md index 7b7b2eb..fc4d0cc 100644 --- a/kite-chain/3-developing/counter-smart-contract-hardhat.md +++ b/kite-chain/3-developing/counter-smart-contract-hardhat.md @@ -1,3 +1,9 @@ + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + Build & Deploy a Counter Contract on Kite AI using Hardhat What is Hardhat? diff --git a/kite-chain/3-developing/counter-smart-contract-remix.md b/kite-chain/3-developing/counter-smart-contract-remix.md index 1b11554..2816fa0 100644 --- a/kite-chain/3-developing/counter-smart-contract-remix.md +++ b/kite-chain/3-developing/counter-smart-contract-remix.md @@ -2,6 +2,12 @@ description: Building & deploying a smart contract on KITE AI with Remix --- + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Counter Smart contract Please follow the below steps to build your smart contract on Kite AI: diff --git a/kite-chain/3-developing/setup-environment.md b/kite-chain/3-developing/setup-environment.md index 4c7c7bd..874c5c0 100644 --- a/kite-chain/3-developing/setup-environment.md +++ b/kite-chain/3-developing/setup-environment.md @@ -1,3 +1,9 @@ + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Building on Kite Chain - Network setting & tools Before we start building smart contracts on Kite, its important to go over this section which is designed to help developers quickly set up all the critical tools required for building on the Kite blockchain. Whether you’re a beginner taking your first steps into Web3 development or an experienced EVM builder looking to dive into advanced integrations, this guide provides the tools, resources, and best practices you need to succeed. diff --git a/kite-chain/3-developing/smart-contracts-list.md b/kite-chain/3-developing/smart-contracts-list.md index 1d4577b..2564991 100644 --- a/kite-chain/3-developing/smart-contracts-list.md +++ b/kite-chain/3-developing/smart-contracts-list.md @@ -1,3 +1,9 @@ + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Kite Mainnet Contracts List This page provides a comprehensive list of all smart contracts deployed on Kite Mainnet and related cross-chain deployments. diff --git a/kite-chain/3-developing/voting-smart-contract.md b/kite-chain/3-developing/voting-smart-contract.md index 526ff6f..47a495d 100644 --- a/kite-chain/3-developing/voting-smart-contract.md +++ b/kite-chain/3-developing/voting-smart-contract.md @@ -2,6 +2,12 @@ description: Building & deploying a smart contract on KITE AI with Remix --- + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Voting Smart contract Please follow the below steps to build your smart contract on Kite AI: diff --git a/kite-chain/4-building-dapps/README.md b/kite-chain/4-building-dapps/README.md index e324dd0..36ef0e7 100644 --- a/kite-chain/4-building-dapps/README.md +++ b/kite-chain/4-building-dapps/README.md @@ -1,3 +1,9 @@ + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Building dApps Learn how to build complete decentralized applications (dApps) with React frontends that interact with your smart contracts. diff --git a/kite-chain/4-building-dapps/counter-dapp.md b/kite-chain/4-building-dapps/counter-dapp.md index 2c99415..82a419c 100644 --- a/kite-chain/4-building-dapps/counter-dapp.md +++ b/kite-chain/4-building-dapps/counter-dapp.md @@ -2,6 +2,12 @@ description: A sample counter dApp built with KITE AI testnet & React --- + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Counter dApp ## Building the dApp with React diff --git a/kite-chain/4-building-dapps/token-minter.md b/kite-chain/4-building-dapps/token-minter.md index 97161e6..aa0b449 100644 --- a/kite-chain/4-building-dapps/token-minter.md +++ b/kite-chain/4-building-dapps/token-minter.md @@ -1,3 +1,9 @@ + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Token Minter ## Deploying an ERC-20 Token on the KiteAI Testnet diff --git a/kite-chain/4-building-dapps/voting-dapp.md b/kite-chain/4-building-dapps/voting-dapp.md index cb3a34c..cfc6c15 100644 --- a/kite-chain/4-building-dapps/voting-dapp.md +++ b/kite-chain/4-building-dapps/voting-dapp.md @@ -2,6 +2,12 @@ description: A sample voting dApp built with KITE AI testnet & React --- + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Voting dApp ## Building the dApp with React diff --git a/kite-chain/5-advanced/README.md b/kite-chain/5-advanced/README.md index f162c54..fe5de9d 100644 --- a/kite-chain/5-advanced/README.md +++ b/kite-chain/5-advanced/README.md @@ -1,3 +1,9 @@ + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Advanced Features Take your Kite Chain development to the next level with advanced blockchain features and tools. diff --git a/kite-chain/5-advanced/account-abstraction-sdk.md b/kite-chain/5-advanced/account-abstraction-sdk.md index 3671640..674f823 100644 --- a/kite-chain/5-advanced/account-abstraction-sdk.md +++ b/kite-chain/5-advanced/account-abstraction-sdk.md @@ -1,3 +1,9 @@ + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # GoKite Account Abstraction SDK – Developer Guide The GoKite Account Abstraction (AA) SDK enables developers to build smart contract wallets, manage transactions, and implement rule-based agent spending on the Kite AI Layer 1 chain using ERC-4337 Account Abstraction principles. diff --git a/kite-chain/5-advanced/multisig-wallet.md b/kite-chain/5-advanced/multisig-wallet.md index 55e474b..7bdda8e 100644 --- a/kite-chain/5-advanced/multisig-wallet.md +++ b/kite-chain/5-advanced/multisig-wallet.md @@ -2,6 +2,12 @@ description: Ash Multisig Wallet for Kite AI L1 --- + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Multisig Wallet A Safe-style technical guide for GoKite.ai builders & operators that bring all the features of Safe to Kite L1 & Avalanche ecosystem. The Support includes contract deployment, gas estimation, and contract-powered multisig. diff --git a/kite-chain/6-reference.md b/kite-chain/6-reference.md index 9f62511..3d52852 100644 --- a/kite-chain/6-reference.md +++ b/kite-chain/6-reference.md @@ -2,6 +2,12 @@ description: Kite Security, a secure-by-design and DevSecOps-driven approach --- + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Security at Kite ## Security at Kite diff --git a/kite-chain/7-kite-node/README.md b/kite-chain/7-kite-node/README.md index 4b96ecd..d0cb65e 100644 --- a/kite-chain/7-kite-node/README.md +++ b/kite-chain/7-kite-node/README.md @@ -1,3 +1,9 @@ + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Kite Node This page contains documentation and operational guidance for running and managing nodes on the Kite mainnet. diff --git a/kite-chain/7-kite-node/mainnet-network-information.md b/kite-chain/7-kite-node/mainnet-network-information.md index 365bb3f..f3d5042 100644 --- a/kite-chain/7-kite-node/mainnet-network-information.md +++ b/kite-chain/7-kite-node/mainnet-network-information.md @@ -1,3 +1,9 @@ + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Mainnet Network Information This page provides the essential network details required to connect to and interact with the **Kite Mainnet**. diff --git a/kite-chain/7-kite-node/mainnet-node-operations.md b/kite-chain/7-kite-node/mainnet-node-operations.md index 96d5cba..800d5e6 100644 --- a/kite-chain/7-kite-node/mainnet-node-operations.md +++ b/kite-chain/7-kite-node/mainnet-node-operations.md @@ -1,3 +1,9 @@ + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Mainnet Node Operations This page describes how to set up, configure, deploy, and operate a Kite mainnet node. diff --git a/kite-chain/8-kite-stablecoin/stablecoin-gasless-transfer.md b/kite-chain/8-kite-stablecoin/stablecoin-gasless-transfer.md index 9563f81..73f4732 100644 --- a/kite-chain/8-kite-stablecoin/stablecoin-gasless-transfer.md +++ b/kite-chain/8-kite-stablecoin/stablecoin-gasless-transfer.md @@ -1,3 +1,9 @@ + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Stablecoin workflow and User Experience This section describes how users interact with Kite Chain tokens under both **normal (gas-paid)** and **gasless (meta-transaction)** transfer flows, along with the backend API interface, integration scenarios, reference smart contract implementation, and security considerations. diff --git a/kite-chain/9-gasless-integration/README.md b/kite-chain/9-gasless-integration/README.md index 5ec771b..3db2b6d 100644 --- a/kite-chain/9-gasless-integration/README.md +++ b/kite-chain/9-gasless-integration/README.md @@ -1,3 +1,9 @@ + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # Stablecoin Gasless Transfer: Integration Guide This page provides practical integration instructions for using Kite's Stablecoin Gasless Transfer service. It is intended for developers who want to implement gasless token transfers using signed authorizations (EIP-3009). diff --git a/kite-chain/mica-whitepaper.md b/kite-chain/mica-whitepaper.md index 953152c..1cf448d 100644 --- a/kite-chain/mica-whitepaper.md +++ b/kite-chain/mica-whitepaper.md @@ -1,3 +1,9 @@ + +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} + + # MiCA Whitepaper Access Kite's MiCA whitepaper: diff --git a/scripts/add-deprecation-banner.mjs b/scripts/add-deprecation-banner.mjs new file mode 100644 index 0000000..4104a39 --- /dev/null +++ b/scripts/add-deprecation-banner.mjs @@ -0,0 +1,77 @@ +#!/usr/bin/env node +// Inserts (or updates) a deprecation banner at the top of every page-level .md +// file, just below the YAML frontmatter if present. Idempotent: re-running +// replaces the existing banner block in place. Run from the repo root: +// +// node scripts/add-deprecation-banner.mjs +// +// Skips: README.md (which gets a larger banner separately), node_modules/, +// .git/, .gitbook/, and SUMMARY.md (GitBook sidebar — not user-facing prose). + +import { readFile, writeFile, readdir, stat } from 'node:fs/promises'; +import path from 'node:path'; + +const BANNER_START = ''; +const BANNER_END = ''; + +const BANNER_BLOCK = `${BANNER_START} +{% hint style="warning" %} +**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +{% endhint %} +${BANNER_END}`; + +const SKIP_DIRS = new Set(['node_modules', '.git', '.gitbook']); +const SKIP_FILES = new Set(['SUMMARY.md']); + +async function walk(root, rel = '') { + const out = []; + for (const entry of await readdir(path.join(root, rel))) { + const full = path.join(root, rel, entry); + const s = await stat(full); + if (s.isDirectory()) { + if (entry.startsWith('.') || SKIP_DIRS.has(entry)) continue; + out.push(...(await walk(root, path.join(rel, entry)))); + } else if (entry.endsWith('.md') && !SKIP_FILES.has(entry)) { + out.push(path.join(rel, entry)); + } + } + return out; +} + +function applyBanner(src) { + // 1. If a banner is already present, replace it. + if (src.includes(BANNER_START)) { + return src.replace( + new RegExp(`${BANNER_START}[\\s\\S]*?${BANNER_END}\\n*`), + BANNER_BLOCK + '\n\n', + ); + } + + // 2. Otherwise, insert AFTER the frontmatter (if any) or at the very top. + const fmMatch = src.match(/^---\n[\s\S]*?\n---\n+/); + if (fmMatch) { + return fmMatch[0] + BANNER_BLOCK + '\n\n' + src.slice(fmMatch[0].length); + } + return BANNER_BLOCK + '\n\n' + src; +} + +async function main() { + const root = process.argv[2] ?? '.'; + const files = await walk(root); + let updated = 0; + for (const rel of files) { + const full = path.join(root, rel); + const src = await readFile(full, 'utf8'); + const next = applyBanner(src); + if (next !== src) { + await writeFile(full, next, 'utf8'); + updated += 1; + } + } + console.log(`Updated ${updated}/${files.length} files.`); +} + +main().catch((err) => { + console.error(err); + process.exit(1); +}); From 151f3ae65a1a8240c94fc2ddff89c046fccafb29 Mon Sep 17 00:00:00 2001 From: Spring Zhang Date: Thu, 4 Jun 2026 10:54:25 +0800 Subject: [PATCH 2/3] Update deprecation banner message --- README.md | 2 +- changelog/2026/2026-05-19-backend-v1-1-0.md | 2 +- changelog/2026/2026-05-19-cli-v1-3-4.md | 2 +- changelog/2026/2026-05-19-skills-v0-9-1.md | 2 +- changelog/2026/2026-05-19-web-v1-2-0.md | 2 +- changelog/README.md | 2 +- dev/README.md | 2 +- docs/STYLING_GUIDE.md | 2 +- get-started-why-kite/tokenomics.md | 2 +- get-started/README.md | 2 +- get-started/architecture-and-design-pillars.md | 2 +- get-started/core-concepts-and-terminology.md | 2 +- get-started/introduction-and-mission.md | 2 +- get-started/key-use-cases-and-players.md | 2 +- get-started/whitepaper-references.md | 2 +- integration-guide/README.md | 2 +- integration-guide/api-agent-builder-guide.md | 2 +- integration-guide/api-merchants-payment-providers.md | 2 +- integration-guide/api-references.md | 2 +- integration-guide/case-study-app-store.md | 2 +- integration-guide/sdk-api-overview-for-developers/README.md | 2 +- .../sdk-api-overview-for-developers/agent-builder-guide.md | 2 +- .../merchant-integration-guide.md | 2 +- integration-guide/workflow-agent-builders.md | 2 +- integration-guide/workflow-merchants-payment-providers.md | 2 +- integration-guide/workflow-overview.md | 2 +- integration-guide/workflow-overview/README.md | 2 +- .../workflow-overview/workflow-a-agent-builders.md | 2 +- .../workflow-b-merchants-and-payment-providers.md | 2 +- kite-agent-passport/README.md | 2 +- kite-agent-passport/add-kite-tokens-external-wallet.md | 2 +- kite-agent-passport/beginner-setup.md | 2 +- kite-agent-passport/cli-reference.md | 2 +- kite-agent-passport/funding.md | 2 +- kite-agent-passport/service-provider-guide.md | 2 +- kite-chain/1-getting-started/README.md | 2 +- kite-chain/1-getting-started/faqs.md | 2 +- kite-chain/1-getting-started/network-information.md | 2 +- kite-chain/1-getting-started/tools.md | 2 +- kite-chain/10-layerzero-kite-integration/README.md | 2 +- kite-chain/11-goldsky-kite-integration/README.md | 2 +- kite-chain/12-lucid-kite-integration/README.md | 2 +- kite-chain/2-fundamentals/README.md | 2 +- kite-chain/2-fundamentals/blockchain-fundamentals.md | 2 +- kite-chain/2-fundamentals/smart-contract-basics.md | 2 +- kite-chain/3-developing/README.md | 2 +- kite-chain/3-developing/counter-smart-contract-hardhat.md | 2 +- kite-chain/3-developing/counter-smart-contract-remix.md | 2 +- kite-chain/3-developing/setup-environment.md | 2 +- kite-chain/3-developing/smart-contracts-list.md | 2 +- kite-chain/3-developing/voting-smart-contract.md | 2 +- kite-chain/4-building-dapps/README.md | 2 +- kite-chain/4-building-dapps/counter-dapp.md | 2 +- kite-chain/4-building-dapps/token-minter.md | 2 +- kite-chain/4-building-dapps/voting-dapp.md | 2 +- kite-chain/5-advanced/README.md | 2 +- kite-chain/5-advanced/account-abstraction-sdk.md | 2 +- kite-chain/5-advanced/multisig-wallet.md | 2 +- kite-chain/6-reference.md | 2 +- kite-chain/7-kite-node/README.md | 2 +- kite-chain/7-kite-node/mainnet-network-information.md | 2 +- kite-chain/7-kite-node/mainnet-node-operations.md | 2 +- kite-chain/8-kite-stablecoin/stablecoin-gasless-transfer.md | 2 +- kite-chain/9-gasless-integration/README.md | 2 +- kite-chain/mica-whitepaper.md | 2 +- 65 files changed, 65 insertions(+), 65 deletions(-) diff --git a/README.md b/README.md index 19bf8ac..43a475b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ description: >- {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/changelog/2026/2026-05-19-backend-v1-1-0.md b/changelog/2026/2026-05-19-backend-v1-1-0.md index 8829c68..b155770 100644 --- a/changelog/2026/2026-05-19-backend-v1-1-0.md +++ b/changelog/2026/2026-05-19-backend-v1-1-0.md @@ -14,7 +14,7 @@ corrected_at: null {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/changelog/2026/2026-05-19-cli-v1-3-4.md b/changelog/2026/2026-05-19-cli-v1-3-4.md index 59de219..e275fde 100644 --- a/changelog/2026/2026-05-19-cli-v1-3-4.md +++ b/changelog/2026/2026-05-19-cli-v1-3-4.md @@ -14,7 +14,7 @@ corrected_at: null {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/changelog/2026/2026-05-19-skills-v0-9-1.md b/changelog/2026/2026-05-19-skills-v0-9-1.md index 12748f6..d07be83 100644 --- a/changelog/2026/2026-05-19-skills-v0-9-1.md +++ b/changelog/2026/2026-05-19-skills-v0-9-1.md @@ -14,7 +14,7 @@ corrected_at: null {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/changelog/2026/2026-05-19-web-v1-2-0.md b/changelog/2026/2026-05-19-web-v1-2-0.md index 5bff37b..0b30eeb 100644 --- a/changelog/2026/2026-05-19-web-v1-2-0.md +++ b/changelog/2026/2026-05-19-web-v1-2-0.md @@ -14,7 +14,7 @@ corrected_at: null {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/changelog/README.md b/changelog/README.md index 1740b3f..a8211cb 100644 --- a/changelog/README.md +++ b/changelog/README.md @@ -1,6 +1,6 @@ {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/dev/README.md b/dev/README.md index 8f5a0a8..b642e9d 100644 --- a/dev/README.md +++ b/dev/README.md @@ -1,6 +1,6 @@ {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/docs/STYLING_GUIDE.md b/docs/STYLING_GUIDE.md index fff03af..1b5ac13 100644 --- a/docs/STYLING_GUIDE.md +++ b/docs/STYLING_GUIDE.md @@ -1,6 +1,6 @@ {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/get-started-why-kite/tokenomics.md b/get-started-why-kite/tokenomics.md index 8c8bdda..d06016c 100644 --- a/get-started-why-kite/tokenomics.md +++ b/get-started-why-kite/tokenomics.md @@ -6,7 +6,7 @@ description: >- {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/get-started/README.md b/get-started/README.md index c871400..5a7ada9 100644 --- a/get-started/README.md +++ b/get-started/README.md @@ -4,7 +4,7 @@ description: Get started with Kite - learn about our mission, use cases, archite {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/get-started/architecture-and-design-pillars.md b/get-started/architecture-and-design-pillars.md index ea5217b..c9c59c5 100644 --- a/get-started/architecture-and-design-pillars.md +++ b/get-started/architecture-and-design-pillars.md @@ -1,6 +1,6 @@ {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/get-started/core-concepts-and-terminology.md b/get-started/core-concepts-and-terminology.md index 8d33635..b99cf44 100644 --- a/get-started/core-concepts-and-terminology.md +++ b/get-started/core-concepts-and-terminology.md @@ -4,7 +4,7 @@ description: Core concepts and terminology for Kite's agent-native infrastructur {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/get-started/introduction-and-mission.md b/get-started/introduction-and-mission.md index ccf64c3..72565c7 100644 --- a/get-started/introduction-and-mission.md +++ b/get-started/introduction-and-mission.md @@ -7,7 +7,7 @@ description: >- {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/get-started/key-use-cases-and-players.md b/get-started/key-use-cases-and-players.md index 5e86412..1cfd7da 100644 --- a/get-started/key-use-cases-and-players.md +++ b/get-started/key-use-cases-and-players.md @@ -4,7 +4,7 @@ description: Key use cases and players in the agentic economy enabled by Kite's {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/get-started/whitepaper-references.md b/get-started/whitepaper-references.md index c39f447..dcc4733 100644 --- a/get-started/whitepaper-references.md +++ b/get-started/whitepaper-references.md @@ -1,6 +1,6 @@ {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/integration-guide/README.md b/integration-guide/README.md index f826bc0..f716336 100644 --- a/integration-guide/README.md +++ b/integration-guide/README.md @@ -4,7 +4,7 @@ description: Complete integration guide for Kite - learn how to build AI agents {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/integration-guide/api-agent-builder-guide.md b/integration-guide/api-agent-builder-guide.md index 80470e6..9de0fa9 100644 --- a/integration-guide/api-agent-builder-guide.md +++ b/integration-guide/api-agent-builder-guide.md @@ -1,6 +1,6 @@ {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/integration-guide/api-merchants-payment-providers.md b/integration-guide/api-merchants-payment-providers.md index f6291bb..c1cbdb2 100644 --- a/integration-guide/api-merchants-payment-providers.md +++ b/integration-guide/api-merchants-payment-providers.md @@ -1,6 +1,6 @@ {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/integration-guide/api-references.md b/integration-guide/api-references.md index 2df1a34..980c813 100644 --- a/integration-guide/api-references.md +++ b/integration-guide/api-references.md @@ -1,6 +1,6 @@ {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/integration-guide/case-study-app-store.md b/integration-guide/case-study-app-store.md index b9e53f7..2d5a41d 100644 --- a/integration-guide/case-study-app-store.md +++ b/integration-guide/case-study-app-store.md @@ -1,6 +1,6 @@ {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/integration-guide/sdk-api-overview-for-developers/README.md b/integration-guide/sdk-api-overview-for-developers/README.md index 920f910..d07e1fd 100644 --- a/integration-guide/sdk-api-overview-for-developers/README.md +++ b/integration-guide/sdk-api-overview-for-developers/README.md @@ -1,6 +1,6 @@ {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/integration-guide/sdk-api-overview-for-developers/agent-builder-guide.md b/integration-guide/sdk-api-overview-for-developers/agent-builder-guide.md index 1b9fb4d..0b4e154 100644 --- a/integration-guide/sdk-api-overview-for-developers/agent-builder-guide.md +++ b/integration-guide/sdk-api-overview-for-developers/agent-builder-guide.md @@ -1,6 +1,6 @@ {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/integration-guide/sdk-api-overview-for-developers/merchant-integration-guide.md b/integration-guide/sdk-api-overview-for-developers/merchant-integration-guide.md index b926e09..2fa5e97 100644 --- a/integration-guide/sdk-api-overview-for-developers/merchant-integration-guide.md +++ b/integration-guide/sdk-api-overview-for-developers/merchant-integration-guide.md @@ -1,6 +1,6 @@ {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/integration-guide/workflow-agent-builders.md b/integration-guide/workflow-agent-builders.md index 8695a80..00c6215 100644 --- a/integration-guide/workflow-agent-builders.md +++ b/integration-guide/workflow-agent-builders.md @@ -1,6 +1,6 @@ {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/integration-guide/workflow-merchants-payment-providers.md b/integration-guide/workflow-merchants-payment-providers.md index 6b61548..061f859 100644 --- a/integration-guide/workflow-merchants-payment-providers.md +++ b/integration-guide/workflow-merchants-payment-providers.md @@ -1,6 +1,6 @@ {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/integration-guide/workflow-overview.md b/integration-guide/workflow-overview.md index 14c0fea..3a5aa3f 100644 --- a/integration-guide/workflow-overview.md +++ b/integration-guide/workflow-overview.md @@ -1,6 +1,6 @@ {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/integration-guide/workflow-overview/README.md b/integration-guide/workflow-overview/README.md index 1d2c2df..873b56a 100644 --- a/integration-guide/workflow-overview/README.md +++ b/integration-guide/workflow-overview/README.md @@ -1,6 +1,6 @@ {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/integration-guide/workflow-overview/workflow-a-agent-builders.md b/integration-guide/workflow-overview/workflow-a-agent-builders.md index 7722593..5ba9cab 100644 --- a/integration-guide/workflow-overview/workflow-a-agent-builders.md +++ b/integration-guide/workflow-overview/workflow-a-agent-builders.md @@ -1,6 +1,6 @@ {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/integration-guide/workflow-overview/workflow-b-merchants-and-payment-providers.md b/integration-guide/workflow-overview/workflow-b-merchants-and-payment-providers.md index 614af9e..09535d1 100644 --- a/integration-guide/workflow-overview/workflow-b-merchants-and-payment-providers.md +++ b/integration-guide/workflow-overview/workflow-b-merchants-and-payment-providers.md @@ -1,6 +1,6 @@ {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/kite-agent-passport/README.md b/kite-agent-passport/README.md index 5863711..b56c2f3 100644 --- a/kite-agent-passport/README.md +++ b/kite-agent-passport/README.md @@ -4,7 +4,7 @@ description: Get started with Kite Agent Passport — let your AI agent discover {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/kite-agent-passport/add-kite-tokens-external-wallet.md b/kite-agent-passport/add-kite-tokens-external-wallet.md index a2b2179..688f878 100644 --- a/kite-agent-passport/add-kite-tokens-external-wallet.md +++ b/kite-agent-passport/add-kite-tokens-external-wallet.md @@ -4,7 +4,7 @@ description: Step-by-step instructions for adding KITE tokens to your external w {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/kite-agent-passport/beginner-setup.md b/kite-agent-passport/beginner-setup.md index b739fb0..eaeac7b 100644 --- a/kite-agent-passport/beginner-setup.md +++ b/kite-agent-passport/beginner-setup.md @@ -4,7 +4,7 @@ description: Full installation walkthrough for choosing an agent, installing Kit {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/kite-agent-passport/cli-reference.md b/kite-agent-passport/cli-reference.md index 908e37c..6b4fd5a 100644 --- a/kite-agent-passport/cli-reference.md +++ b/kite-agent-passport/cli-reference.md @@ -4,7 +4,7 @@ description: CLI reference for kpass and ksearch — all commands for Kite Agent {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/kite-agent-passport/funding.md b/kite-agent-passport/funding.md index 878c615..14051d0 100644 --- a/kite-agent-passport/funding.md +++ b/kite-agent-passport/funding.md @@ -4,7 +4,7 @@ description: How to fund your Kite Agent Passport wallet — buy USDC with fiat, {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/kite-agent-passport/service-provider-guide.md b/kite-agent-passport/service-provider-guide.md index cc755ff..2e4d799 100644 --- a/kite-agent-passport/service-provider-guide.md +++ b/kite-agent-passport/service-provider-guide.md @@ -4,7 +4,7 @@ description: Guide for service providers to accept payments from Kite Agent Pass {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/kite-chain/1-getting-started/README.md b/kite-chain/1-getting-started/README.md index 23de643..793eefd 100644 --- a/kite-chain/1-getting-started/README.md +++ b/kite-chain/1-getting-started/README.md @@ -1,6 +1,6 @@ {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/kite-chain/1-getting-started/faqs.md b/kite-chain/1-getting-started/faqs.md index ee66948..0bb1345 100644 --- a/kite-chain/1-getting-started/faqs.md +++ b/kite-chain/1-getting-started/faqs.md @@ -4,7 +4,7 @@ description: Frequently Asked Questions {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/kite-chain/1-getting-started/network-information.md b/kite-chain/1-getting-started/network-information.md index 0a7cffb..e25d704 100644 --- a/kite-chain/1-getting-started/network-information.md +++ b/kite-chain/1-getting-started/network-information.md @@ -4,7 +4,7 @@ description: Chain IDs, endpoints, and environment details for Kite networks. {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/kite-chain/1-getting-started/tools.md b/kite-chain/1-getting-started/tools.md index fbe5f1a..ae64aa9 100644 --- a/kite-chain/1-getting-started/tools.md +++ b/kite-chain/1-getting-started/tools.md @@ -4,7 +4,7 @@ description: Explorers, wallets, and references for building on Kite. {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/kite-chain/10-layerzero-kite-integration/README.md b/kite-chain/10-layerzero-kite-integration/README.md index 6081ec9..595f959 100644 --- a/kite-chain/10-layerzero-kite-integration/README.md +++ b/kite-chain/10-layerzero-kite-integration/README.md @@ -1,6 +1,6 @@ {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/kite-chain/11-goldsky-kite-integration/README.md b/kite-chain/11-goldsky-kite-integration/README.md index 40e9858..ae63821 100644 --- a/kite-chain/11-goldsky-kite-integration/README.md +++ b/kite-chain/11-goldsky-kite-integration/README.md @@ -4,7 +4,7 @@ description: Index Kite AI with Goldsky for high-performance blockchain data inf {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/kite-chain/12-lucid-kite-integration/README.md b/kite-chain/12-lucid-kite-integration/README.md index 4089c78..de48759 100644 --- a/kite-chain/12-lucid-kite-integration/README.md +++ b/kite-chain/12-lucid-kite-integration/README.md @@ -4,7 +4,7 @@ description: Kite Integration with Lucid - Native yield-generating USDC liquidit {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/kite-chain/2-fundamentals/README.md b/kite-chain/2-fundamentals/README.md index 091cf08..fe6dd53 100644 --- a/kite-chain/2-fundamentals/README.md +++ b/kite-chain/2-fundamentals/README.md @@ -1,6 +1,6 @@ {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/kite-chain/2-fundamentals/blockchain-fundamentals.md b/kite-chain/2-fundamentals/blockchain-fundamentals.md index edfed33..de4b64f 100644 --- a/kite-chain/2-fundamentals/blockchain-fundamentals.md +++ b/kite-chain/2-fundamentals/blockchain-fundamentals.md @@ -1,6 +1,6 @@ {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/kite-chain/2-fundamentals/smart-contract-basics.md b/kite-chain/2-fundamentals/smart-contract-basics.md index 3e8e87c..1ccbdb5 100644 --- a/kite-chain/2-fundamentals/smart-contract-basics.md +++ b/kite-chain/2-fundamentals/smart-contract-basics.md @@ -1,6 +1,6 @@ {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/kite-chain/3-developing/README.md b/kite-chain/3-developing/README.md index 8bd600e..71bfa7b 100644 --- a/kite-chain/3-developing/README.md +++ b/kite-chain/3-developing/README.md @@ -1,6 +1,6 @@ {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/kite-chain/3-developing/counter-smart-contract-hardhat.md b/kite-chain/3-developing/counter-smart-contract-hardhat.md index fc4d0cc..5b91fad 100644 --- a/kite-chain/3-developing/counter-smart-contract-hardhat.md +++ b/kite-chain/3-developing/counter-smart-contract-hardhat.md @@ -1,6 +1,6 @@ {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/kite-chain/3-developing/counter-smart-contract-remix.md b/kite-chain/3-developing/counter-smart-contract-remix.md index 2816fa0..7751cdd 100644 --- a/kite-chain/3-developing/counter-smart-contract-remix.md +++ b/kite-chain/3-developing/counter-smart-contract-remix.md @@ -4,7 +4,7 @@ description: Building & deploying a smart contract on KITE AI with Remix {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/kite-chain/3-developing/setup-environment.md b/kite-chain/3-developing/setup-environment.md index 874c5c0..8bfc7a8 100644 --- a/kite-chain/3-developing/setup-environment.md +++ b/kite-chain/3-developing/setup-environment.md @@ -1,6 +1,6 @@ {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/kite-chain/3-developing/smart-contracts-list.md b/kite-chain/3-developing/smart-contracts-list.md index 2564991..85c919f 100644 --- a/kite-chain/3-developing/smart-contracts-list.md +++ b/kite-chain/3-developing/smart-contracts-list.md @@ -1,6 +1,6 @@ {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/kite-chain/3-developing/voting-smart-contract.md b/kite-chain/3-developing/voting-smart-contract.md index 47a495d..cb71f2f 100644 --- a/kite-chain/3-developing/voting-smart-contract.md +++ b/kite-chain/3-developing/voting-smart-contract.md @@ -4,7 +4,7 @@ description: Building & deploying a smart contract on KITE AI with Remix {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/kite-chain/4-building-dapps/README.md b/kite-chain/4-building-dapps/README.md index 36ef0e7..6bfc9fa 100644 --- a/kite-chain/4-building-dapps/README.md +++ b/kite-chain/4-building-dapps/README.md @@ -1,6 +1,6 @@ {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/kite-chain/4-building-dapps/counter-dapp.md b/kite-chain/4-building-dapps/counter-dapp.md index 82a419c..cef2609 100644 --- a/kite-chain/4-building-dapps/counter-dapp.md +++ b/kite-chain/4-building-dapps/counter-dapp.md @@ -4,7 +4,7 @@ description: A sample counter dApp built with KITE AI testnet & React {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/kite-chain/4-building-dapps/token-minter.md b/kite-chain/4-building-dapps/token-minter.md index aa0b449..2844374 100644 --- a/kite-chain/4-building-dapps/token-minter.md +++ b/kite-chain/4-building-dapps/token-minter.md @@ -1,6 +1,6 @@ {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/kite-chain/4-building-dapps/voting-dapp.md b/kite-chain/4-building-dapps/voting-dapp.md index cfc6c15..4cf5c65 100644 --- a/kite-chain/4-building-dapps/voting-dapp.md +++ b/kite-chain/4-building-dapps/voting-dapp.md @@ -4,7 +4,7 @@ description: A sample voting dApp built with KITE AI testnet & React {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/kite-chain/5-advanced/README.md b/kite-chain/5-advanced/README.md index fe5de9d..d31bc32 100644 --- a/kite-chain/5-advanced/README.md +++ b/kite-chain/5-advanced/README.md @@ -1,6 +1,6 @@ {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/kite-chain/5-advanced/account-abstraction-sdk.md b/kite-chain/5-advanced/account-abstraction-sdk.md index 674f823..1bb4266 100644 --- a/kite-chain/5-advanced/account-abstraction-sdk.md +++ b/kite-chain/5-advanced/account-abstraction-sdk.md @@ -1,6 +1,6 @@ {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/kite-chain/5-advanced/multisig-wallet.md b/kite-chain/5-advanced/multisig-wallet.md index 7bdda8e..7ad137c 100644 --- a/kite-chain/5-advanced/multisig-wallet.md +++ b/kite-chain/5-advanced/multisig-wallet.md @@ -4,7 +4,7 @@ description: Ash Multisig Wallet for Kite AI L1 {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/kite-chain/6-reference.md b/kite-chain/6-reference.md index 3d52852..204e2c3 100644 --- a/kite-chain/6-reference.md +++ b/kite-chain/6-reference.md @@ -4,7 +4,7 @@ description: Kite Security, a secure-by-design and DevSecOps-driven approach {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/kite-chain/7-kite-node/README.md b/kite-chain/7-kite-node/README.md index d0cb65e..d93281e 100644 --- a/kite-chain/7-kite-node/README.md +++ b/kite-chain/7-kite-node/README.md @@ -1,6 +1,6 @@ {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/kite-chain/7-kite-node/mainnet-network-information.md b/kite-chain/7-kite-node/mainnet-network-information.md index f3d5042..033d49f 100644 --- a/kite-chain/7-kite-node/mainnet-network-information.md +++ b/kite-chain/7-kite-node/mainnet-network-information.md @@ -1,6 +1,6 @@ {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/kite-chain/7-kite-node/mainnet-node-operations.md b/kite-chain/7-kite-node/mainnet-node-operations.md index 800d5e6..4b24d0a 100644 --- a/kite-chain/7-kite-node/mainnet-node-operations.md +++ b/kite-chain/7-kite-node/mainnet-node-operations.md @@ -1,6 +1,6 @@ {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/kite-chain/8-kite-stablecoin/stablecoin-gasless-transfer.md b/kite-chain/8-kite-stablecoin/stablecoin-gasless-transfer.md index 73f4732..2cd1e14 100644 --- a/kite-chain/8-kite-stablecoin/stablecoin-gasless-transfer.md +++ b/kite-chain/8-kite-stablecoin/stablecoin-gasless-transfer.md @@ -1,6 +1,6 @@ {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/kite-chain/9-gasless-integration/README.md b/kite-chain/9-gasless-integration/README.md index 3db2b6d..a7ca133 100644 --- a/kite-chain/9-gasless-integration/README.md +++ b/kite-chain/9-gasless-integration/README.md @@ -1,6 +1,6 @@ {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} diff --git a/kite-chain/mica-whitepaper.md b/kite-chain/mica-whitepaper.md index 1cf448d..7a32637 100644 --- a/kite-chain/mica-whitepaper.md +++ b/kite-chain/mica-whitepaper.md @@ -1,6 +1,6 @@ {% hint style="warning" %} -**⚠️ These docs are moving to a new home.** Preview the new site at [docs-preview.gokite.ai](https://docs-preview.gokite.ai). At cutover, this site will redirect there automatically. File issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). +**⚠️ This version of the docs is deprecated.** The Kite documentation has moved to [docs.gokite.ai](https://docs.gokite.ai), which now replaces this site. Please use the new docs, and file issues against [gokite-ai/kite-docs](https://github.com/gokite-ai/kite-docs). {% endhint %} From fb12a2f506464f34f782e7c9baa723e4f7104aae Mon Sep 17 00:00:00 2001 From: Spring Zhang Date: Thu, 4 Jun 2026 10:56:17 +0800 Subject: [PATCH 3/3] Disable auto trigger workflow --- .github/workflows/changelog-build.yml | 8 +------- .github/workflows/changelog-commands.yml | 3 +-- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/changelog-build.yml b/.github/workflows/changelog-build.yml index d00c7ca..eb7f6bd 100644 --- a/.github/workflows/changelog-build.yml +++ b/.github/workflows/changelog-build.yml @@ -1,13 +1,7 @@ name: Rebuild changelog index on: - pull_request: - paths: - - "changelog/**" - push: - branches: [main] - paths: - - "changelog/**" + workflow_dispatch: jobs: rebuild: diff --git a/.github/workflows/changelog-commands.yml b/.github/workflows/changelog-commands.yml index d29148d..9fe7475 100644 --- a/.github/workflows/changelog-commands.yml +++ b/.github/workflows/changelog-commands.yml @@ -1,7 +1,6 @@ name: Changelog reviewer commands on: - issue_comment: - types: [created] + workflow_dispatch: jobs: dispatch: