Guide_3DS/_data/navigation/en_US.yml

39 lines
653 B
YAML
Raw Normal View History

2017-01-16 02:05:09 +01:00
# titles with translations should be translated
2017-01-15 23:45:29 +01:00
# translation urls should be /<locale>/<file> (i.e.: /es_ES/credits)
# see https://github.com/Plailect/Guide/tree/l10n/_pages for locale codes
2017-01-16 02:05:09 +01:00
main: [
{
title: "FAQ",
2016-10-30 01:02:14 +02:00
url: /faq
2017-01-16 02:05:09 +01:00
},
{
title: "Troubleshooting",
2016-10-30 01:02:14 +02:00
url: /troubleshooting
2017-01-16 02:05:09 +01:00
},
{
title: "Donations",
2016-10-30 01:02:14 +02:00
url: /donations
2017-01-16 02:05:09 +01:00
},
{
title: "Credits",
2016-10-30 01:02:14 +02:00
url: /credits
2017-01-16 02:05:09 +01:00
},
{
title: "Updating A9LH",
2016-10-30 01:02:14 +02:00
url: /updating-a9lh
2017-01-16 02:05:09 +01:00
},
{
title: "Region Changing",
2016-10-30 01:02:14 +02:00
url: /region-changing
2017-01-16 02:05:09 +01:00
},
{
title: "NAND Size",
2016-10-30 01:02:14 +02:00
url: /nand-size
2017-01-16 02:05:09 +01:00
},
{
title: "Site Navigation",
2016-12-18 05:12:08 +01:00
url: /site-navigation
2017-01-16 02:05:09 +01:00
}
]