From 28b86a84713e324cecf77f5e7028ef3dba62d749 Mon Sep 17 00:00:00 2001 From: xavierchanth Date: Thu, 26 Sep 2024 10:33:18 -0400 Subject: [PATCH 1/3] docs: add redirect --- .gitbook.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitbook.yaml b/.gitbook.yaml index 8edf68b26..144839499 100644 --- a/.gitbook.yaml +++ b/.gitbook.yaml @@ -3,3 +3,6 @@ root: ./docs structure: readme: README.md summary: SUMMARY.md + +redirects: + "ssh-no-ports/guides/installation-guide": installation From 23720add82bb2b22fd1dfbc177028b267c4b5067 Mon Sep 17 00:00:00 2001 From: xavierchanth Date: Thu, 26 Sep 2024 10:37:59 -0400 Subject: [PATCH 2/3] docs: try this redirect --- .gitbook.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitbook.yaml b/.gitbook.yaml index 144839499..d2e58908c 100644 --- a/.gitbook.yaml +++ b/.gitbook.yaml @@ -5,4 +5,6 @@ structure: summary: SUMMARY.md redirects: - "ssh-no-ports/guides/installation-guide": installation + ssh-no-ports: + guides: + installation-guide: installation From 5103a35d81232f1d8df3b047633005a709f57f67 Mon Sep 17 00:00:00 2001 From: xavierchanth Date: Thu, 26 Sep 2024 10:39:19 -0400 Subject: [PATCH 3/3] docs: found the right format --- .gitbook.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitbook.yaml b/.gitbook.yaml index d2e58908c..83e4fcfb4 100644 --- a/.gitbook.yaml +++ b/.gitbook.yaml @@ -5,6 +5,4 @@ structure: summary: SUMMARY.md redirects: - ssh-no-ports: - guides: - installation-guide: installation + ssh-no-ports/guides/installation-guide: installation/README.md