From db613bc4d72de7af73d0ff1dbace9c5e4e0f4dcf Mon Sep 17 00:00:00 2001 From: "@andatoshiki" Date: Wed, 27 Mar 2024 00:07:44 -0700 Subject: [PATCH] doc(getting-started): remove residule getting started documentation from deprecated legacy version and move doc location to dev directory with corresponding sidebr navigational links --- docs/.vitepress/config/sidebar.ts | 1 + .../git-push-authentication-failed.md} | 0 2 files changed, 1 insertion(+) rename docs/{getting-started.md => development/git-push-authentication-failed.md} (100%) diff --git a/docs/.vitepress/config/sidebar.ts b/docs/.vitepress/config/sidebar.ts index 73da49f6..96f83aad 100644 --- a/docs/.vitepress/config/sidebar.ts +++ b/docs/.vitepress/config/sidebar.ts @@ -14,6 +14,7 @@ export const sidebar: DefaultTheme.Config['sidebar'] = { }, { text: 'RClone for R2', link: '/development/rclone-for-r2' }, { text: 'Proxies Configuration for Shells & Terminal', link: '/development/proxy4shell-terminal' }, + { text: 'Git push results in "Authentication Failed"', link: '/development/git-push-authentication-failed' }, ], }, { diff --git a/docs/getting-started.md b/docs/development/git-push-authentication-failed.md similarity index 100% rename from docs/getting-started.md rename to docs/development/git-push-authentication-failed.md