mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-11 16:17:25 +02:00
fix(v2): more consistent route config generation (#1946)
* fix(v2): more consistent route config generation * nits * snapshot * address review & test upd * reduce 2xloop -> 1x loop in docs plugin * nits
This commit is contained in:
parent
384e83a737
commit
fc4928f7a6
6 changed files with 31 additions and 17 deletions
|
@ -55,9 +55,9 @@ Array [
|
|||
Object {
|
||||
"component": "@theme/DocPage",
|
||||
"modules": Object {
|
||||
"docsMetadata": "@docusaurus-plugin-content-docs/docs-b5f.json",
|
||||
"docsMetadata": "@docusaurus-plugin-content-docs/docs-route-ff2.json",
|
||||
},
|
||||
"path": "/docs",
|
||||
"path": "/docs/:route",
|
||||
"routes": Array [
|
||||
Object {
|
||||
"component": "@theme/DocItem",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue