Correctly wire the tutorial up (#939)

## Description

Correctly wire the tutorial up

This also adds the tutorial to the sidebar so that the user doesn't get lost.

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [x] 🗺️ Documentation

## Test Plan

<!-- How will this be tested prior to merging.-->
- [x] 💪 Manual
This commit is contained in:
Niraj Tolia 2022-09-22 15:52:38 -07:00 committed by GitHub
parent 744eadfd2f
commit e3eb8f7cc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ const sidebars = {
docsSidebar: [ docsSidebar: [
'intro', 'intro',
'install', 'install',
'tutorial',
{ {
type: 'category', type: 'category',
label: 'Initial Configuration', label: 'Initial Configuration',

View File

@ -16,7 +16,7 @@ function HomepageHeader() {
<div className={styles.buttons}> <div className={styles.buttons}>
<Link <Link
className="button button--secondary button--lg" className="button button--secondary button--lg"
to="intro"> to="tutorial">
Docusaurus Tutorial - 5min Docusaurus Tutorial - 5min
</Link> </Link>
</div> </div>