From e12c0caa1a86f0f5a7c3e747ad268d9976bfbeda Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Sun, 28 Mar 2021 10:33:53 +0200 Subject: [PATCH] docs: map posh-git segment in sidebar --- docs/docs/segment-posh-git.mdx | 2 +- docs/sidebars.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/segment-posh-git.mdx b/docs/docs/segment-posh-git.mdx index dc5b5327..c17ba8d3 100644 --- a/docs/docs/segment-posh-git.mdx +++ b/docs/docs/segment-posh-git.mdx @@ -1,7 +1,7 @@ --- id: poshgit title: Posh-Git -sidebar_label: Posh-Git +sidebar_label: Git (posh-git) --- ## What diff --git a/docs/sidebars.js b/docs/sidebars.js index f46d74e1..c34fd6cb 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -18,6 +18,7 @@ module.exports = { "executiontime", "exit", "git", + "poshgit", "golang", "java", "julia", @@ -25,7 +26,6 @@ module.exports = { "node", "os", "path", - "poshgit", "python", "root", "ruby",