From e0a7fe936b2a8cbcfa6624c2b5aab01f1d2fa15d Mon Sep 17 00:00:00 2001 From: Shamil <66209982+shamilsan@users.noreply.github.com> Date: Tue, 28 Nov 2023 17:10:10 +0100 Subject: [PATCH] fix: layout of directory tree --- docs/node/backup-restore.md | 30 ++++++++++--------- .../current/node/backup-restore.md | 30 ++++++++++--------- 2 files changed, 32 insertions(+), 28 deletions(-) diff --git a/docs/node/backup-restore.md b/docs/node/backup-restore.md index 9fbcb6bcd..68c49f70d 100644 --- a/docs/node/backup-restore.md +++ b/docs/node/backup-restore.md @@ -19,20 +19,22 @@ For example if you run the node as the root user on Linux (`$HOME` = `/root`) th Let's explore the data that the node stores in this directory. - └── gear - └── chains - ├── dev - │   └── ... - ├── gear_staging_testnet_v7 - │ ├── db - │ │   └── full - │ ├── keystore - │ └── network - └── vara_network - ├── db - │   └── full - ├── keystore - └── network +``` +└── gear + └── chains + ├── dev + │   └── ... + ├── gear_staging_testnet_v7 + │ ├── db + │ │   └── full + │ ├── keystore + │ └── network + └── vara_network + ├── db + │   └── full + ├── keystore + └── network +``` ### Chains diff --git a/i18n/zh-cn/docusaurus-plugin-content-docs/current/node/backup-restore.md b/i18n/zh-cn/docusaurus-plugin-content-docs/current/node/backup-restore.md index 28a014f55..b9b2a3165 100644 --- a/i18n/zh-cn/docusaurus-plugin-content-docs/current/node/backup-restore.md +++ b/i18n/zh-cn/docusaurus-plugin-content-docs/current/node/backup-restore.md @@ -19,20 +19,22 @@ Gear 将节点数据存储在专用目录中。 让我们研究下节点存储在这个目录中的数据。 - └── gear - └── chains - ├── dev - │   └── ... - ├── gear_staging_testnet_v7 - │ ├── db - │ │   └── full - │ ├── keystore - │ └── network - └── vara_network - ├── db - │   └── full - ├── keystore - └── network +``` +└── gear + └── chains + ├── dev + │   └── ... + ├── gear_staging_testnet_v7 + │ ├── db + │ │   └── full + │ ├── keystore + │ └── network + └── vara_network + ├── db + │   └── full + ├── keystore + └── network +``` ### 链