Tutorial -> Tutorials

This commit is contained in:
Adam Ramberg 2023-07-22 00:29:19 +02:00
parent 798fc99079
commit c18244184f
2 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@
},
"links": {
"Installation": "Installation",
"Tutorial": "Tutorial",
"Tutorials": "Tutorials",
"Github": "Github"
},
"categories": {

View File

@ -25,7 +25,7 @@ const siteConfig = {
// For no header links in the top nav bar -> headerLinks: [],
headerLinks: [
{ doc: 'introduction/installation', label: 'Installation' },
{ doc: 'tutorials/creating-atoms', label: 'Tutorial' },
{ doc: 'tutorials/creating-atoms', label: 'Tutorials' },
{ href: 'https://www.github.com/unity-atoms/unity-atoms', label: 'Github' },
],