From 77bb1af801ecf406ae26a8b70b08897c3566e1e3 Mon Sep 17 00:00:00 2001 From: ChiaAutomation <85647627+ChiaAutomation@users.noreply.github.com> Date: Thu, 7 Dec 2023 12:12:19 -0600 Subject: [PATCH] New translations nft-intro.md (Chinese Simplified) --- .../current/guides/nft/nft-intro.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/guides/nft/nft-intro.md b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/guides/nft/nft-intro.md index 4ca32d01e3..08abab1070 100644 --- a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/guides/nft/nft-intro.md +++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/guides/nft/nft-intro.md @@ -3,10 +3,8 @@ slug: /guides/nft-intro title: NFT Introduction --- -```mdx-code-block import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -``` ## About This Document @@ -118,15 +116,13 @@ After the installer has downloaded, execute it and Chia will install automatical :::info If the `chia` command isn't already in your system's path, you can create an alias: -```mdx-code-block + {label: 'Linux/MacOS', value: 'nix'}, + ]}> -``` Be sure to replace `` and `` with the actual folder names. @@ -134,19 +130,15 @@ Be sure to replace `` and `` with the actual folder names. Set-Alias -Name chia "C:\Users\\AppData\Local\chia-blockchain\app-\resources\app.asar.unpacked\daemon\chia.exe" ``` -```mdx-code-block -``` ```bash alias chia="/Applications/Chia.app/Contents/Resources/app.asar.unpacked/daemon/chia" ``` -```mdx-code-block -``` :::