Skip to content

Commit

Permalink
refactor: use generated-index in init templates (#7223)
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Apr 22, 2022
1 parent ee1dea0 commit 5c29809
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"label": "Tutorial - Basics",
"position": 2
"position": 2,
"link": {
"type": "generated-index",
"description": "5 minutes to learn the most important Docusaurus concepts."
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"label": "Tutorial - Extras",
"position": 3
"position": 3,
"link": {
"type": "generated-index"
}
}

0 comments on commit 5c29809

Please sign in to comment.