From ed6438f9993f4c5436c89ad43e141bb33c301f62 Mon Sep 17 00:00:00 2001 From: Lavinia Talpas Date: Tue, 25 Jun 2024 21:59:02 +0300 Subject: [PATCH 1/3] remove ref to deleted docs --- configs/remoteContent.js | 39 -------------------------------- docs/build/cross-chain/README.md | 3 +-- 2 files changed, 1 insertion(+), 41 deletions(-) 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 | From c318ae26135351e9f79cd348dbb6ac83d92406d4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 19:05:17 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=92=ACGenerate=20LLM=20translations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../current/build/cross-chain/README.md | 27 +++++++++---------- 1 file changed, 13 insertions(+), 14 deletions(-) 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..ca9655248ee 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 @@ -1,22 +1,21 @@ --- -tags: [Construir, Funcionalidad de Cadena Cruzada] -description: Funcionalidad de Cadena Cruzada +etiquetas: [Construir, Funcionalidad de Cadena Cruzada] +descripci贸n: Funcionalidad de Cadena Cruzada sidebar_label: 馃敆 Enlaces R谩pidos 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 | \ No newline at end of file From 621a64364ae447f57aa01b927cb09a7692814bfb Mon Sep 17 00:00:00 2001 From: Lavinia Talpas Date: Tue, 25 Jun 2024 22:06:39 +0300 Subject: [PATCH 3/3] fix translation Signed-off-by: Lavinia Talpas --- .../current/build/cross-chain/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ca9655248ee..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 @@ -1,6 +1,6 @@ --- -etiquetas: [Construir, Funcionalidad de Cadena Cruzada] -descripci贸n: Funcionalidad de Cadena Cruzada +tags: [Construir, Funcionalidad de Cadena Cruzada] +description: Funcionalidad de Cadena Cruzada sidebar_label: 馃敆 Enlaces R谩pidos pagination_label: Enlaces R谩pidos de Cadena Cruzada --- @@ -18,4 +18,4 @@ pagination_label: Enlaces R谩pidos de Cadena Cruzada | [**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 | \ No newline at end of file +| [**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 |