From a026b4b996df000e5bba4c1102912b46b24f91b3 Mon Sep 17 00:00:00 2001 From: ClydeWallace22 <48610606+BrandtH22@users.noreply.github.com> Date: Thu, 13 Jun 2024 14:08:46 -0600 Subject: [PATCH] fix formatting on i18n tabs --- .../current/troubleshooting/node-syncing.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/troubleshooting/node-syncing.md b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/troubleshooting/node-syncing.md index 56050a4d65..c3d5db6e00 100644 --- a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/troubleshooting/node-syncing.md +++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/troubleshooting/node-syncing.md @@ -3,6 +3,9 @@ title: Node Syncing slug: /troubleshooting/node-syncing --- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + Port forwarding port 8444 can solve many sync issues and helps improve Chia's network health. Port 8444 is the [port](https://en.wikipedia.org/wiki/Port_%28computer_networking%29) through which other Chia computers can communicate with your PC. When you set up port forwarding on port 8444, the Chia software on your computer can quickly talk to other PCs, link up, and start downloading and syncing with the Chia blockchain.