mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-15 17:22:35 +02:00
refactor: capitalize comments (#7188)
* refactor: capitalize comments * revert...
This commit is contained in:
parent
200009008b
commit
fa1ce230ea
99 changed files with 241 additions and 350 deletions
|
@ -139,11 +139,9 @@ export async function createVersionRoutes({
|
|||
|
||||
actions.addRoute({
|
||||
path: version.path,
|
||||
// allow matching /docs/* as well
|
||||
// Allow matching /docs/* since this is the wrapping route
|
||||
exact: false,
|
||||
// main docs component (DocPage)
|
||||
component: docLayoutComponent,
|
||||
// sub-routes for each doc
|
||||
routes: await createVersionSubRoutes(),
|
||||
modules: {
|
||||
versionMetadata: aliasedSource(versionMetadataPropPath),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue