mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 08:19:07 +02:00
docs(v2): add docs skeleton and structure (#1412)
* docs(v2): add docs skeleton and structure * docs(v2): add on * docs(v2): move motivation into contributing
This commit is contained in:
parent
f34d6ec4cb
commit
5d6dc49bcd
35 changed files with 443 additions and 63 deletions
|
@ -13,7 +13,6 @@ module.exports = {
|
|||
baseUrl: '/',
|
||||
url: 'https://docusaurus-2.netlify.com',
|
||||
headerLinks: [
|
||||
{url: 'docs-legacy/installation', label: 'Docs V1'},
|
||||
{url: 'docs/introduction', label: 'Docs'},
|
||||
{url: 'blog', label: 'Blog'},
|
||||
{url: 'feedback/', label: 'Feedback'},
|
||||
|
@ -31,7 +30,7 @@ module.exports = {
|
|||
{
|
||||
docs: {
|
||||
path: 'docs',
|
||||
sidebarPath: require.resolve('./sidebars.json'),
|
||||
sidebarPath: require.resolve('./sidebars.js'),
|
||||
},
|
||||
blog: {
|
||||
path: '../website-1.x/blog',
|
||||
|
@ -39,14 +38,4 @@ module.exports = {
|
|||
},
|
||||
],
|
||||
],
|
||||
plugins: [
|
||||
{
|
||||
name: '@docusaurus/plugin-content-docs',
|
||||
options: {
|
||||
path: '../docs',
|
||||
routeBasePath: 'docs-legacy',
|
||||
sidebarPath: require.resolve('./sidebars-legacy.json'),
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue