We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b2b15 commit 8fd6be6Copy full SHA for 8fd6be6
2 files changed
docs/intro.md
@@ -1,8 +1,9 @@
1
---
2
sidebar_position: 1
3
+slug: /
4
5
-# Tutorial Intro
6
+# Intro
7
8
Let's discover **Docusaurus in less than 5 minutes**.
9
docusaurus.config.js
@@ -23,6 +23,7 @@ const config = {
23
/** @type {import('@docusaurus/preset-classic').Options} */
24
({
25
docs: {
26
+ routeBasePath: '/',
27
sidebarPath: require.resolve('./sidebars.js'),
28
// Please change this to your repo.
29
editUrl: 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
0 commit comments