mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-31 07:18:59 +02:00
feat: allow customizing localization path of each locale (#7624)
This commit is contained in:
parent
39e3e3715e
commit
1b9bec1042
24 changed files with 254 additions and 30 deletions
|
@ -0,0 +1 @@
|
|||
[{ "type": "autogenerated", "dirName": "." }]
|
|
@ -66,3 +66,12 @@ exports[`docsVersion second docs instance versioning 1`] = `
|
|||
],
|
||||
}
|
||||
`;
|
||||
|
||||
exports[`docsVersion works with custom i18n paths 1`] = `
|
||||
[
|
||||
{
|
||||
"dirName": ".",
|
||||
"type": "autogenerated",
|
||||
},
|
||||
]
|
||||
`;
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue