2019-07-08 02:14:49 -04:00
|
|
|
/*
|
2020-02-25 10:12:28 -05:00
|
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
2019-04-28 23:20:24 -04:00
|
|
|
*
|
|
|
|
|
* This source code is licensed under the MIT license found in the
|
|
|
|
|
* LICENSE file in the root directory of this source tree.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
module.exports = {
|
2020-05-28 01:17:19 -04:00
|
|
|
docs: [
|
2021-05-12 08:40:35 -04:00
|
|
|
'introduction',
|
2020-05-28 01:17:19 -04:00
|
|
|
{
|
|
|
|
|
type: 'category',
|
|
|
|
|
label: 'Getting Started',
|
|
|
|
|
collapsed: false,
|
2021-07-22 15:10:36 -04:00
|
|
|
items: [
|
|
|
|
|
'installation',
|
|
|
|
|
'configuration',
|
|
|
|
|
'playground',
|
|
|
|
|
'typescript-support',
|
|
|
|
|
],
|
2020-05-28 01:17:19 -04:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'category',
|
|
|
|
|
label: 'Guides',
|
|
|
|
|
items: [
|
2020-07-31 15:14:49 -04:00
|
|
|
'guides/creating-pages',
|
2020-05-28 01:17:19 -04:00
|
|
|
{
|
2020-12-11 11:02:32 -05:00
|
|
|
Docs: [
|
2020-12-30 11:03:25 -05:00
|
|
|
'guides/docs/introduction',
|
|
|
|
|
'guides/docs/create-doc',
|
|
|
|
|
'guides/docs/sidebar',
|
|
|
|
|
'guides/docs/versioning',
|
2020-12-30 13:41:42 -05:00
|
|
|
'guides/docs/markdown-features',
|
|
|
|
|
'guides/docs/multi-instance',
|
2020-12-11 11:02:32 -05:00
|
|
|
],
|
2020-05-28 01:17:19 -04:00
|
|
|
},
|
|
|
|
|
'blog',
|
2020-12-30 11:03:25 -05:00
|
|
|
{
|
|
|
|
|
type: 'category',
|
|
|
|
|
label: 'Markdown Features',
|
|
|
|
|
items: [
|
|
|
|
|
'guides/markdown-features/introduction',
|
|
|
|
|
'guides/markdown-features/react',
|
|
|
|
|
'guides/markdown-features/tabs',
|
|
|
|
|
'guides/markdown-features/code-blocks',
|
|
|
|
|
'guides/markdown-features/admonitions',
|
2021-03-05 13:36:14 -05:00
|
|
|
'guides/markdown-features/headings',
|
2020-12-30 11:03:25 -05:00
|
|
|
'guides/markdown-features/inline-toc',
|
|
|
|
|
'guides/markdown-features/assets',
|
|
|
|
|
'guides/markdown-features/plugins',
|
2021-06-02 08:55:50 -04:00
|
|
|
'guides/markdown-features/math-equations',
|
2021-08-11 05:39:01 -04:00
|
|
|
'guides/markdown-features/head-metadatas',
|
2020-12-30 11:03:25 -05:00
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
'styling-layout',
|
|
|
|
|
'static-assets',
|
2020-05-28 01:17:19 -04:00
|
|
|
'search',
|
2021-05-11 05:03:05 -04:00
|
|
|
'browser-support',
|
2020-05-28 01:17:19 -04:00
|
|
|
'deployment',
|
2021-01-19 11:26:31 -05:00
|
|
|
{
|
|
|
|
|
type: 'category',
|
|
|
|
|
label: 'Internationalization',
|
|
|
|
|
items: [
|
2021-03-26 10:11:21 -04:00
|
|
|
{
|
|
|
|
|
type: 'doc',
|
|
|
|
|
id: 'i18n/introduction',
|
|
|
|
|
label: 'Introduction',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'doc',
|
|
|
|
|
id: 'i18n/tutorial',
|
|
|
|
|
label: 'Tutorial',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'doc',
|
|
|
|
|
id: 'i18n/git',
|
|
|
|
|
label: 'Using Git',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'doc',
|
|
|
|
|
id: 'i18n/crowdin',
|
|
|
|
|
label: 'Using Crowdin',
|
|
|
|
|
},
|
2021-01-19 11:26:31 -05:00
|
|
|
],
|
|
|
|
|
},
|
2020-05-28 01:17:19 -04:00
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'category',
|
|
|
|
|
label: 'Advanced Guides',
|
|
|
|
|
items: ['using-plugins', 'using-themes', 'presets'],
|
|
|
|
|
},
|
2020-11-30 08:07:08 -05:00
|
|
|
{
|
|
|
|
|
type: 'category',
|
|
|
|
|
label: 'Migrating from v1 to v2',
|
|
|
|
|
items: [
|
|
|
|
|
'migration/migration-overview',
|
|
|
|
|
'migration/migration-automated',
|
|
|
|
|
'migration/migration-manual',
|
|
|
|
|
'migration/migration-versioned-sites',
|
|
|
|
|
'migration/migration-translated-sites',
|
|
|
|
|
],
|
|
|
|
|
},
|
2020-10-07 07:42:24 -04:00
|
|
|
],
|
|
|
|
|
api: [
|
|
|
|
|
'cli',
|
|
|
|
|
'docusaurus-core',
|
|
|
|
|
'api/docusaurus.config.js',
|
|
|
|
|
'lifecycle-apis',
|
2020-11-30 08:07:08 -05:00
|
|
|
{
|
|
|
|
|
type: 'category',
|
|
|
|
|
label: 'Plugins',
|
|
|
|
|
items: [
|
|
|
|
|
'api/plugins/plugins-overview',
|
|
|
|
|
'api/plugins/plugin-content-docs',
|
|
|
|
|
'api/plugins/plugin-content-blog',
|
|
|
|
|
'api/plugins/plugin-content-pages',
|
|
|
|
|
'api/plugins/plugin-client-redirects',
|
|
|
|
|
'api/plugins/plugin-debug',
|
|
|
|
|
'api/plugins/plugin-google-analytics',
|
|
|
|
|
'api/plugins/plugin-google-gtag',
|
|
|
|
|
'api/plugins/plugin-ideal-image',
|
|
|
|
|
'api/plugins/plugin-pwa',
|
|
|
|
|
'api/plugins/plugin-sitemap',
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'category',
|
|
|
|
|
label: 'Themes',
|
|
|
|
|
items: [
|
|
|
|
|
'api/themes/themes-overview',
|
|
|
|
|
'api/themes/theme-configuration',
|
|
|
|
|
'api/themes/theme-classic',
|
|
|
|
|
'api/themes/theme-bootstrap',
|
|
|
|
|
'api/themes/theme-live-codeblock',
|
|
|
|
|
'api/themes/theme-search-algolia',
|
|
|
|
|
],
|
|
|
|
|
},
|
2020-05-28 01:17:19 -04:00
|
|
|
],
|
2019-04-28 23:20:24 -04:00
|
|
|
};
|