diff --git a/docs/docs/themes.md b/docs/docs/themes.md index f16f5342..1af0526e 100644 --- a/docs/docs/themes.md +++ b/docs/docs/themes.md @@ -4,8 +4,6 @@ title: Themes sidebar_label: Themes --- -## oh-my-posh themes - ### [Agnoster] [![Agnoster](/img/themes/agnoster.png)][Agnoster] diff --git a/docs/sidebars.js b/docs/sidebars.js index 35488c44..3eaa7955 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -3,7 +3,7 @@ module.exports = { { type: "category", label: "Getting Started", - items: ["introduction", "upgrading", "installation", "configure"], + items: ["introduction", "upgrading", "installation", "configure", "themes"], }, { type: "category",