From e2440fa1e93676102ad90753885e24449f4282be Mon Sep 17 00:00:00 2001 From: ipopescu Date: Mon, 18 Sep 2023 13:56:19 +0200 Subject: [PATCH] Renaming file --- config/sidebar.config.js | 2 +- .../operators/aws-nodes/{2-connecting.md => 2-validating.md} | 0 source/docs/casper/operators/aws-nodes/index.md | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename source/docs/casper/operators/aws-nodes/{2-connecting.md => 2-validating.md} (100%) diff --git a/config/sidebar.config.js b/config/sidebar.config.js index 92f1470a9d..bf38537575 100644 --- a/config/sidebar.config.js +++ b/config/sidebar.config.js @@ -285,7 +285,7 @@ module.exports = { }, items: [ "operators/aws-nodes/deploying", - "operators/aws-nodes/connecting", + "operators/aws-nodes/validating", "operators/aws-nodes/modules", "operators/aws-nodes/backup", "operators/aws-nodes/open-vpn", diff --git a/source/docs/casper/operators/aws-nodes/2-connecting.md b/source/docs/casper/operators/aws-nodes/2-validating.md similarity index 100% rename from source/docs/casper/operators/aws-nodes/2-connecting.md rename to source/docs/casper/operators/aws-nodes/2-validating.md diff --git a/source/docs/casper/operators/aws-nodes/index.md b/source/docs/casper/operators/aws-nodes/index.md index 4619c4726c..e5552cf7a9 100644 --- a/source/docs/casper/operators/aws-nodes/index.md +++ b/source/docs/casper/operators/aws-nodes/index.md @@ -32,7 +32,7 @@ The purpose of this architecture is to maintain the integrity and security of th | Topic | Description | | --------------------------------------------------------- | --------------------------------------------------- | | [Deploy the Infrastructure](./1-deploying.md) | How to deploy the infrastructure in AWS. | -| [Validate and Monitor the Node](./2-connecting.md) | Validate the AWS setup and monitor the Casper node. | +| [Validate and Monitor the Node](./2-validating.md) | Validate the AWS setup and monitor the Casper node. | | [Implemented Modules](./3-modules.md) | Details about the modules implemented in this IaC. | | [Restore and Backup](./4-backup.md) | Restoring and Backing up Blockchain Data. | | [Setup OpenVPN](./5-open-vpn.md) | Configure the Open VPN Server. |