Skip to content

Commit 5f09e46

Browse files
Remove splash page
1 parent 1e2e609 commit 5f09e46

File tree

4 files changed

+5
-65
lines changed

4 files changed

+5
-65
lines changed

docs/Introduction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
sidebar_position: 0
3+
slug: /
34
---
45

56
# What is Pluto?

docusaurus.config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const config = {
88
title: 'Pluto',
99
tagline: 'A superset of Lua 5.4 — with unique features, optimizations, and improvements.',
1010
url: 'https://pluto-lang.org',
11-
baseUrl: '/',
11+
baseUrl: '/docs/',
1212
onBrokenLinks: 'warn',
1313
onBrokenMarkdownLinks: 'warn',
1414
favicon: 'img/logo.png',
@@ -33,6 +33,9 @@ const config = {
3333
/** @type {import('@docusaurus/preset-classic').Options} */
3434
({
3535
docs: {
36+
path: './docs',
37+
routeBasePath: '/',
38+
breadcrumbs: false,
3639
sidebarPath: require.resolve('./sidebars.js'),
3740
},
3841
theme: {

src/pages/index.js

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

src/pages/index.module.css

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

0 commit comments

Comments
 (0)