From c4b1e89604db3a8e166107f7d60e29d7fc5c316c Mon Sep 17 00:00:00 2001 From: Josef Pihrt Date: Sat, 30 Sep 2023 02:03:11 +0200 Subject: [PATCH] Rename 'introduction' to 'index' (#6) --- docs/trails/{introduction.mdx => index.mdx} | 0 sidebars.js | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/trails/{introduction.mdx => index.mdx} (100%) diff --git a/docs/trails/introduction.mdx b/docs/trails/index.mdx similarity index 100% rename from docs/trails/introduction.mdx rename to docs/trails/index.mdx diff --git a/sidebars.js b/sidebars.js index 2c3ffe3..17d9730 100644 --- a/sidebars.js +++ b/sidebars.js @@ -16,7 +16,7 @@ const sidebars = { // By default, Docusaurus generates a sidebar from the docs folder structure // tutorialSidebar: [{type: 'autogenerated', dirName: '.'}], trailsSidebar: [ - { type: "doc", id: "trails/introduction", label: "Intro" }, + { type: "doc", id: "trails/index", label: "Introduction" }, { type: 'category', label: 'Prague Trails',