From d41382b96c5913545c543c26f85064b50573036a Mon Sep 17 00:00:00 2001 From: Paul Wackerow <54227730+wackerow@users.noreply.github.com> Date: Wed, 16 Oct 2024 13:44:27 -0700 Subject: [PATCH] fix: markdown checker results zh-tw --- .../zh-tw/developers/docs/data-and-analytics/index.md | 4 ++-- .../content/translations/zh-tw/developers/docs/ides/index.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/content/translations/zh-tw/developers/docs/data-and-analytics/index.md b/public/content/translations/zh-tw/developers/docs/data-and-analytics/index.md index 4c68011fcc3..d6653924bdd 100644 --- a/public/content/translations/zh-tw/developers/docs/data-and-analytics/index.md +++ b/public/content/translations/zh-tw/developers/docs/data-and-analytics/index.md @@ -14,11 +14,11 @@ lang: zh-tw 你應該瞭解[區塊瀏覽器](/developers/docs/data-and-analytics/block-explorers/)的基本概念,以便更好地理解在資料分析背景中如何使用它們。 此外,熟悉[索引](/glossary/#index)的概念以瞭解它們對系統設計所帶來的好處。 -在架構基礎方面,瞭解[應用程式介面](https://www.wikipedia.org/wiki/API)和 [ REST ](https://www.wikipedia.org/wiki/Representational_state_transfer) 的基本概念,即使只是理論上的也很重要。 +在架構基礎方面,瞭解[應用程式介面](https://www.wikipedia.org/wiki/API)和 [REST](https://www.wikipedia.org/wiki/Representational_state_transfer) 的基本概念,即使只是理論上的也很重要。 ## 區塊瀏覽器 {#block-explorers} -許多[區塊瀏覽器](/developers/docs/data-and-analytics/block-explorers/)提供 [RESTful ](https://www.wikipedia.org/wiki/Representational_state_transfer) [應用程式介面](https://www.wikipedia.org/wiki/API)閘道,這些閘道能夠讓開發者查看區塊、交易、驗證者、帳戶及其他鏈上活動的即時資料。 +許多[區塊瀏覽器](/developers/docs/data-and-analytics/block-explorers/)提供 [RESTful](https://www.wikipedia.org/wiki/Representational_state_transfer) [應用程式介面](https://www.wikipedia.org/wiki/API)閘道,這些閘道能夠讓開發者查看區塊、交易、驗證者、帳戶及其他鏈上活動的即時資料。 開發者可以進一步處理和轉換這些資料,以提供使用者獨特的見解和與[區塊鏈](/glossary/#blockchain)的互動。 例如,[Etherscan](https://etherscan.io) 在每個 12 秒時隙都提供執行和共識資料。 diff --git a/public/content/translations/zh-tw/developers/docs/ides/index.md b/public/content/translations/zh-tw/developers/docs/ides/index.md index e67e15e5e48..fcecfeeef8a 100644 --- a/public/content/translations/zh-tw/developers/docs/ides/index.md +++ b/public/content/translations/zh-tw/developers/docs/ides/index.md @@ -61,7 +61,7 @@ lang: zh-tw ## 外掛程式和擴充功能 {#plugins-extensions} - [solidity](https://marketplace.visualstudio.com/items?itemName=JuanBlanco.solidity) - 支援 Visual Studio Code 的以太坊 Solidity 語言 -- [支援 VS Code 的 Solidity + Hardhat ](https://marketplace.visualstudio.com/items?itemName=NomicFoundation.hardhat-solidity) - Hardhat 團隊提供 Solidity 和 Hardhat 支援 +- [支援 VS Code 的 Solidity + Hardhat](https://marketplace.visualstudio.com/items?itemName=NomicFoundation.hardhat-solidity) - Hardhat 團隊提供 Solidity 和 Hardhat 支援 - [Prettier Soliditty](https://github.com/prettier-solidity/prettier-plugin-solidity) - 使用 prettier 的程式碼格式器 ## 衍生閱讀 {#further-reading}