mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-22 16:11:57 +01:00
149 lines
2.5 KiB
JavaScript
149 lines
2.5 KiB
JavaScript
|
module.exports = {
|
||
|
guides: [
|
||
|
"/",
|
||
|
{
|
||
|
title: "Guides",
|
||
|
collapsable: false,
|
||
|
sidebarDepth: 2,
|
||
|
children: [
|
||
|
{
|
||
|
title: "General",
|
||
|
collapsable: false,
|
||
|
sidebarDepth: 2,
|
||
|
children: [
|
||
|
"/help/guides/getting-started",
|
||
|
"/help/guides/source-problems",
|
||
|
"/help/guides/source-migration",
|
||
|
"/help/guides/creating-backups",
|
||
|
"/help/guides/reading-local-manga",
|
||
|
"/help/guides/categories",
|
||
|
],
|
||
|
},
|
||
|
{
|
||
|
title: "Settings",
|
||
|
collapsable: false,
|
||
|
sidebarDepth: 2,
|
||
|
children: [
|
||
|
"/help/guides/settings/general",
|
||
|
"/help/guides/settings/reader",
|
||
|
"/help/guides/settings/downloads",
|
||
|
"/help/guides/settings/tracking",
|
||
|
"/help/guides/settings/backup",
|
||
|
"/help/guides/settings/advanced",
|
||
|
],
|
||
|
},
|
||
|
],
|
||
|
},
|
||
|
{
|
||
|
title: "Frequently Asked Questions",
|
||
|
path: "/help/faq/",
|
||
|
},
|
||
|
{
|
||
|
title: "Forks",
|
||
|
path: "/forks/",
|
||
|
},
|
||
|
{
|
||
|
title: "Contribution",
|
||
|
path: "/help/contribution",
|
||
|
},
|
||
|
{
|
||
|
title: "Available extensions",
|
||
|
path: "/extensions/",
|
||
|
},
|
||
|
],
|
||
|
faq: [
|
||
|
"/",
|
||
|
{
|
||
|
title: "Frequently Asked Questions",
|
||
|
path: "/help/faq/",
|
||
|
},
|
||
|
{
|
||
|
title: "Guides",
|
||
|
path: "/help/guides/getting-started",
|
||
|
},
|
||
|
{
|
||
|
title: "Forks",
|
||
|
path: "/forks/",
|
||
|
},
|
||
|
{
|
||
|
title: "Contribution",
|
||
|
path: "/help/contribution",
|
||
|
},
|
||
|
{
|
||
|
title: "Available extensions",
|
||
|
path: "/extensions/",
|
||
|
},
|
||
|
],
|
||
|
contribution: [
|
||
|
"/",
|
||
|
{
|
||
|
title: "Contribution",
|
||
|
collapsable: false,
|
||
|
sidebarDepth: 1,
|
||
|
children: ["/help/contribution"],
|
||
|
},
|
||
|
{
|
||
|
title: "Frequently Asked Questions",
|
||
|
path: "/help/faq/",
|
||
|
},
|
||
|
{
|
||
|
title: "Guides",
|
||
|
path: "/help/guides/getting-started",
|
||
|
},
|
||
|
{
|
||
|
title: "Forks",
|
||
|
path: "/forks/",
|
||
|
},
|
||
|
{
|
||
|
title: "Available extensions",
|
||
|
path: "/extensions/",
|
||
|
},
|
||
|
],
|
||
|
extensions: [
|
||
|
"/",
|
||
|
{
|
||
|
title: "Available extensions",
|
||
|
path: "/extensions/",
|
||
|
},
|
||
|
{
|
||
|
title: "Frequently Asked Questions",
|
||
|
path: "/help/faq/",
|
||
|
},
|
||
|
{
|
||
|
title: "Guides",
|
||
|
path: "/help/guides/getting-started",
|
||
|
},
|
||
|
{
|
||
|
title: "Forks",
|
||
|
path: "/forks/",
|
||
|
},
|
||
|
{
|
||
|
title: "Contribution",
|
||
|
path: "/help/contribution",
|
||
|
},
|
||
|
],
|
||
|
forks: [
|
||
|
"/",
|
||
|
{
|
||
|
title: "Forks",
|
||
|
path: "/forks/",
|
||
|
},
|
||
|
{
|
||
|
title: "Frequently Asked Questions",
|
||
|
path: "/help/faq/",
|
||
|
},
|
||
|
{
|
||
|
title: "Guides",
|
||
|
path: "/help/guides/getting-started",
|
||
|
},
|
||
|
{
|
||
|
title: "Contribution",
|
||
|
path: "/help/contribution",
|
||
|
},
|
||
|
{
|
||
|
title: "Available extensions",
|
||
|
path: "/extensions/",
|
||
|
},
|
||
|
],
|
||
|
};
|