Skip to content

Commit 5bf781f

Browse files
authored
feat(docs): serve docs at site root and make Introduction the homepage (#62)
1 parent e172f22 commit 5bf781f

5 files changed

Lines changed: 3 additions & 136 deletions

File tree

docusaurus/docusaurus.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ const config = {
6666
({
6767
docs: {
6868
sidebarPath: './sidebars.js',
69+
routeBasePath: '/',
6970
},
7071
theme: {
7172
customCss: './src/css/custom.css',

docusaurus/src/pages/index.js

Lines changed: 0 additions & 108 deletions
This file was deleted.

docusaurus/src/pages/index.module.css

Lines changed: 0 additions & 28 deletions
This file was deleted.

docusaurus/versioned_docs/version-1.9.0/basics/introduction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
id: introduction
33
title: Introduction
44
hide_title: true
5+
slug: /
56
---
67
# Introduction
78

readmes/basics/introduction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
id: introduction
33
title: Introduction
44
hide_title: true
5+
slug: /
56
---
67
# Introduction
78

0 commit comments

Comments
 (0)