mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-05 20:32:42 +02:00
fix(v2): do not create route for document that serve as docs home page (#2861)
This commit is contained in:
parent
6797af660f
commit
e68b81bc33
3 changed files with 36 additions and 52 deletions
|
@ -29,7 +29,7 @@ Object {
|
|||
"type": "link",
|
||||
},
|
||||
Object {
|
||||
"href": "/docs/hello",
|
||||
"href": "/docs",
|
||||
"label": "Hello, World !",
|
||||
"type": "link",
|
||||
},
|
||||
|
@ -41,7 +41,7 @@ Object {
|
|||
"collapsed": true,
|
||||
"items": Array [
|
||||
Object {
|
||||
"href": "/docs/hello",
|
||||
"href": "/docs",
|
||||
"label": "Hello, World !",
|
||||
"type": "link",
|
||||
},
|
||||
|
@ -88,14 +88,6 @@ Array [
|
|||
},
|
||||
"path": "/docs/foo/bazSlug.html",
|
||||
},
|
||||
Object {
|
||||
"component": "@theme/DocItem",
|
||||
"exact": true,
|
||||
"modules": Object {
|
||||
"content": "@site/docs/hello.md",
|
||||
},
|
||||
"path": "/docs/hello",
|
||||
},
|
||||
Object {
|
||||
"component": "@theme/DocItem",
|
||||
"exact": true,
|
||||
|
@ -170,14 +162,6 @@ Array [
|
|||
},
|
||||
"path": "/docs/1.0.0/foo/baz",
|
||||
},
|
||||
Object {
|
||||
"component": "@theme/DocItem",
|
||||
"exact": true,
|
||||
"modules": Object {
|
||||
"content": "@site/versioned_docs/version-1.0.0/hello.md",
|
||||
},
|
||||
"path": "/docs/1.0.0/hello",
|
||||
},
|
||||
],
|
||||
},
|
||||
Object {
|
||||
|
@ -196,14 +180,6 @@ Array [
|
|||
},
|
||||
"path": "/docs/next/foo/barSlug",
|
||||
},
|
||||
Object {
|
||||
"component": "@theme/DocItem",
|
||||
"exact": true,
|
||||
"modules": Object {
|
||||
"content": "@site/docs/hello.md",
|
||||
},
|
||||
"path": "/docs/next/hello",
|
||||
},
|
||||
],
|
||||
},
|
||||
Object {
|
||||
|
@ -222,14 +198,6 @@ Array [
|
|||
},
|
||||
"path": "/docs/foo/bar",
|
||||
},
|
||||
Object {
|
||||
"component": "@theme/DocItem",
|
||||
"exact": true,
|
||||
"modules": Object {
|
||||
"content": "@site/versioned_docs/version-1.0.1/hello.md",
|
||||
},
|
||||
"path": "/docs/hello",
|
||||
},
|
||||
],
|
||||
},
|
||||
]
|
||||
|
@ -254,7 +222,7 @@ Object {
|
|||
"collapsed": true,
|
||||
"items": Array [
|
||||
Object {
|
||||
"href": "/docs/next/hello",
|
||||
"href": "/docs/next",
|
||||
"label": "hello",
|
||||
"type": "link",
|
||||
},
|
||||
|
@ -285,7 +253,7 @@ Object {
|
|||
"collapsed": true,
|
||||
"items": Array [
|
||||
Object {
|
||||
"href": "/docs/1.0.0/hello",
|
||||
"href": "/docs/1.0.0",
|
||||
"label": "hello",
|
||||
"type": "link",
|
||||
},
|
||||
|
@ -311,7 +279,7 @@ Object {
|
|||
"collapsed": true,
|
||||
"items": Array [
|
||||
Object {
|
||||
"href": "/docs/hello",
|
||||
"href": "/docs",
|
||||
"label": "hello",
|
||||
"type": "link",
|
||||
},
|
||||
|
@ -348,7 +316,7 @@ Object {
|
|||
"collapsed": true,
|
||||
"items": Array [
|
||||
Object {
|
||||
"href": "/docs/1.0.0/hello",
|
||||
"href": "/docs/1.0.0",
|
||||
"label": "hello",
|
||||
"type": "link",
|
||||
},
|
||||
|
@ -387,7 +355,7 @@ Object {
|
|||
"collapsed": true,
|
||||
"items": Array [
|
||||
Object {
|
||||
"href": "/docs/hello",
|
||||
"href": "/docs",
|
||||
"label": "hello",
|
||||
"type": "link",
|
||||
},
|
||||
|
@ -425,7 +393,7 @@ Object {
|
|||
"collapsed": true,
|
||||
"items": Array [
|
||||
Object {
|
||||
"href": "/docs/next/hello",
|
||||
"href": "/docs/next",
|
||||
"label": "hello",
|
||||
"type": "link",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue