Be more concise

This commit is contained in:
Telesphoreo 2022-02-01 00:01:45 -06:00
parent 39c7ef7c35
commit 85f867c364
2 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,6 @@
--- ---
id: intro
title: Introduction
sidebar_position: 1 sidebar_position: 1
--- ---

View File

@ -47,7 +47,7 @@ const config = {
type: 'doc', type: 'doc',
docId: 'intro', docId: 'intro',
position: 'left', position: 'left',
label: 'Getting Started', label: 'Introduction',
}, },
{ {
type: 'doc', type: 'doc',
@ -64,7 +64,7 @@ const config = {
title: 'Docs', title: 'Docs',
items: [ items: [
{ {
label: 'Getting Started', label: 'Introduction',
to: '/docs/intro', to: '/docs/intro',
}, },
{ {