From 4047a47457bbc04698d250f276ac0795c96b7f7e Mon Sep 17 00:00:00 2001 From: Angira Kekteeva Date: Wed, 27 Apr 2022 11:15:46 +0400 Subject: [PATCH] [#412] Fix links in docs Signed-off-by: Angira Kekteeva --- docs/authmate.md | 14 +++++++------- docs/configuration.md | 20 ++++++++++---------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/authmate.md b/docs/authmate.md index 72e904f..7754745 100644 --- a/docs/authmate.md +++ b/docs/authmate.md @@ -18,13 +18,13 @@ token, the object needs to be stored in a container available for the gateway to read, and it needs to be encrypted with this gateway's key (among others potentially). -1. [Generation of wallet](#Generation of wallet) -2. [Issuance of a secret](#Issuance of a secret) - 1. [CLI parameters](#CLI parameters) - 2. [Bearer tokens](#Bearer tokens) - 3. [Session tokens](#Session tokens) - 4. [Containers policy](#Containers policy) -3. [Obtainment of a secret](#Obtainment of a secret access key) +1. [Generation of wallet](#generation-of-wallet) +2. [Issuance of a secret](#issuance-of-a-secret) + 1. [CLI parameters](#cli-parameters) + 2. [Bearer tokens](#bearer-tokens) + 3. [Session tokens](#session-tokens) + 4. [Containers policy](#containers-policy) +3. [Obtainment of a secret](#obtainment-of-a-secret-access-key) ## Generation of wallet To generate a wallet for a gateway, run the following command: diff --git a/docs/configuration.md b/docs/configuration.md index 548db93..fe85aa3 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -12,16 +12,16 @@ But **not vice versa**, some parameters can be configured only with environment Most of these parameters have default values, therefore, these ways to configure the gateway are optional and basic configuration can be completed with CLI parameters only. -1. [CLI parameters](#CLI parameters) - 1. [Nodes and weights](#Nodes and weights) - 2. [Wallet](#Wallet) - 3. [Binding and TLS](#Listening on address and TLS) - 4. [RPC endpoint and resolving of bucket names](#RPC endpoint and resolving of bucket names) - 5. [Processing of requests](#Processing of requests) - 6. [Connection to NeoFS](#Connection to NeoFS) - 7. [Monitoring and metrics](#Monitoring and metrics) -2. [YAML file and environment variables](#YAML file and environment variables) - 1. [Notifications](#Notifications) +1. [CLI parameters](#cli-parameters) + 1. [Nodes and weights](#nodes-and-weights) + 2. [Wallet](#wallet) + 3. [Binding and TLS](#listening-on-address-and-TLS) + 4. [RPC endpoint and resolving of bucket names](#rpc-endpoint-and-resolving-of-bucket-names) + 5. [Processing of requests](#processing-of-requests) + 6. [Connection to NeoFS](#connection-to-NeoFS) + 7. [Monitoring and metrics](#monitoring-and-metrics) +2. [YAML file and environment variables](#yaml-file-and-environment-variables) + 1. [Notifications](#notifications) ## CLI parameters