diff --git a/configs/remoteContent.js b/configs/remoteContent.js index b5a8d845cc9..dc01101e1cb 100644 --- a/configs/remoteContent.js +++ b/configs/remoteContent.js @@ -226,45 +226,6 @@ ${updatedContent}`, }, }, ], - [ - "docusaurus-plugin-remote-content", - { - // /docs/build/cross-chain/teleporter/getting-started.md - name: "hello-teleporter", - sourceBaseUrl: - "https://raw.githubusercontent.com/ava-labs/teleporter/main/contracts/src/CrossChainApplications/", - documents: ["GETTING_STARTED.md"], - outDir: "docs/build/cross-chain/teleporter/", - // change file name and add metadata correct links - modifyContent(filename, content) { - if (filename.includes("GETTING_STARTED")) { - const updatedContent = replaceRelativeLinks( - content, - "https://github.com/ava-labs/teleporter/blob/main/contracts/src/CrossChainApplications/" - ); - - const newContent = insertLinesAfterFirstLine( - updatedContent, - teleporterCourse - ); - - return { - filename: "getting-started.md", - content: `--- -tags: [Teleporter, Cross-Subnet Communication, Cross-Chain Communication] -description: Teleporter is an EVM-compatible cross-subnet communication protocol built on top of Avalanche Warp Messaging.This section walks through how to build an example cross-chain application on top of the Avalanche Teleporter Protocol. -keywords: [ docs, documentation, avalanche, teleporter, awm, cross-subnet communication, cross-chain, cross-chain communication ] -sidebar_label: Getting Started -sidebar_position: 3 ---- - -${newContent}`, - }; - } - return undefined; - }, - }, - ], [ "docusaurus-plugin-remote-content", { diff --git a/docs/build/cross-chain/README.md b/docs/build/cross-chain/README.md index 0602f07458b..8a5c8fb2d7c 100644 --- a/docs/build/cross-chain/README.md +++ b/docs/build/cross-chain/README.md @@ -16,7 +16,6 @@ pagination_label: Cross Chain Quick Links | Teleporter | | | :---------------------------------------------------------------------- | :---------------------------------------------------------------------------------- | | [**Overview**](/build/cross-chain/teleporter/overview.md) | Overview of Teleporter | -| [**Deep Dive**](/build/cross-chain/teleporter/deep-dive.md) | Deep Dive into Teleporter | -| [**Getting Started**](/build/cross-chain/teleporter/getting-started.md) | Getting Started with an Example Teleporter Application | +| [**Deep Dive**](/build/cross-chain/teleporter/deep-dive.md) | Deep Dive into Teleporter | | | [**Upgradeability**](/build/cross-chain/teleporter/upgradeability.md) | Understand how gateways defined with Teleporter can and cannot be changed over time | | [**CLI**](/build/cross-chain/teleporter/cli.md) | Interact with the Teleporter Contracts via a command line interface | diff --git a/i18n/es/docusaurus-plugin-content-docs/current/build/cross-chain/README.md b/i18n/es/docusaurus-plugin-content-docs/current/build/cross-chain/README.md index 6eca47b9784..9a3d5a5c4bb 100644 --- a/i18n/es/docusaurus-plugin-content-docs/current/build/cross-chain/README.md +++ b/i18n/es/docusaurus-plugin-content-docs/current/build/cross-chain/README.md @@ -7,16 +7,15 @@ pagination_label: Enlaces R谩pidos de Cadena Cruzada # 馃敆 Enlaces R谩pidos de Cadena Cruzada -| Avalanche Warp Messaging | | -| :--------------------------------------------------------------- | :------------------------------------------------------- | -| [**Visi贸n General**](/build/cross-chain/awm/overview.md) | Visi贸n general de la Mensajer铆a de Warp Avalanche | -| [**Profundidad**](/build/cross-chain/awm/deep-dive.md) | Profundizaci贸n en la Mensajer铆a de Warp Avalanche | -| [**Integraci贸n EVM**](/build/cross-chain/awm/evm-integration.md) | Integraci贸n de la Mensajer铆a de Warp Avalanche en la EVM | +| Mensajer铆a de Warp Avalanche | | +| :--------------------------------------------------------------- | :------------------------------------------------ | +| [**Visi贸n General**](/build/cross-chain/awm/overview.md) | Visi贸n general de la Mensajer铆a de Warp Avalanche | +| [**Profundidad**](/build/cross-chain/awm/deep-dive.md) | Profundidad en la Mensajer铆a de Warp Avalanche | +| [**Integraci贸n EVM**](/build/cross-chain/awm/evm-integration.md) | Integrando la Mensajer铆a de Warp Avalanche en la EVM | -| Teleporter | | -| :-------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------- | -| [**Visi贸n General**](/build/cross-chain/teleporter/overview.md) | Visi贸n general de Teleporter | -| [**Profundidad**](/build/cross-chain/teleporter/deep-dive.md) | Profundizaci贸n en Teleporter | -| [**Empezando**](/build/cross-chain/teleporter/getting-started.md) | Empezando con una Aplicaci贸n de Teleporter de Ejemplo | -| [**Capacidad de Actualizaci贸n**](/build/cross-chain/teleporter/upgradeability.md) | Comprenda c贸mo las pasarelas definidas con Teleporter pueden y no pueden cambiarse con el tiempo | -| [**CLI**](/build/cross-chain/teleporter/cli.md) | Interact煤e con los Contratos de Teleporter a trav茅s de una interfaz de l铆nea de comandos | +| Teleporter | | +| :---------------------------------------------------------------------- | :---------------------------------------------------------------------------------- | +| [**Visi贸n General**](/build/cross-chain/teleporter/overview.md) | Visi贸n general de Teleporter | +| [**Profundidad**](/build/cross-chain/teleporter/deep-dive.md) | Profundidad en Teleporter | | +| [**Capacidad de Actualizaci贸n**](/build/cross-chain/teleporter/upgradeability.md) | Comprenda c贸mo las pasarelas definidas con Teleporter pueden y no pueden cambiarse con el tiempo | +| [**CLI**](/build/cross-chain/teleporter/cli.md) | Interact煤a con los contratos de Teleporter a trav茅s de una interfaz de l铆nea de comandos |