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:
parent
744eadfd2f
commit
e3eb8f7cc4
@ -17,6 +17,7 @@ const sidebars = {
|
|||||||
docsSidebar: [
|
docsSidebar: [
|
||||||
'intro',
|
'intro',
|
||||||
'install',
|
'install',
|
||||||
|
'tutorial',
|
||||||
{
|
{
|
||||||
type: 'category',
|
type: 'category',
|
||||||
label: 'Initial Configuration',
|
label: 'Initial Configuration',
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user