38 lines
653 B
YAML
38 lines
653 B
YAML
# titles with translations should be translated
|
|
# translation urls should be /<locale>/<file> (i.e.: /es_ES/credits)
|
|
# see https://github.com/Plailect/Guide/tree/l10n/_pages for locale codes
|
|
|
|
main: [
|
|
{
|
|
title: "FAQ",
|
|
url: /faq
|
|
},
|
|
{
|
|
title: "Troubleshooting",
|
|
url: /troubleshooting
|
|
},
|
|
{
|
|
title: "Donations",
|
|
url: /donations
|
|
},
|
|
{
|
|
title: "Credits",
|
|
url: /credits
|
|
},
|
|
{
|
|
title: "Updating A9LH",
|
|
url: /updating-a9lh
|
|
},
|
|
{
|
|
title: "Region Changing",
|
|
url: /region-changing
|
|
},
|
|
{
|
|
title: "NAND Size",
|
|
url: /nand-size
|
|
},
|
|
{
|
|
title: "Site Navigation",
|
|
url: /site-navigation
|
|
}
|
|
]
|