Skip to content

Commit 8fd6be6

Browse files
committed
Set intro page as langing page
1 parent 13b2b15 commit 8fd6be6

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/intro.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
sidebar_position: 1
3+
slug: /
34
---
45

5-
# Tutorial Intro
6+
# Intro
67

78
Let's discover **Docusaurus in less than 5 minutes**.
89

docusaurus.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const config = {
2323
/** @type {import('@docusaurus/preset-classic').Options} */
2424
({
2525
docs: {
26+
routeBasePath: '/',
2627
sidebarPath: require.resolve('./sidebars.js'),
2728
// Please change this to your repo.
2829
editUrl: 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',

0 commit comments

Comments
 (0)