mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-18 10:42:31 +02:00
docs: normalize capitalization (#7619)
This commit is contained in:
parent
aeb6c971c0
commit
e12a2efaeb
44 changed files with 99 additions and 99 deletions
|
@ -1 +1 @@
|
|||
translated markdown page (fr)
|
||||
translated Markdown page (fr)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: mdx page
|
||||
description: my mdx page
|
||||
title: MDX page
|
||||
description: my MDX page
|
||||
---
|
||||
MDX page
|
||||
|
|
|
@ -1 +1 @@
|
|||
translated markdown page
|
||||
translated Markdown page
|
||||
|
|
|
@ -21,14 +21,14 @@ exports[`docusaurus-plugin-content-pages loads simple pages 1`] = `
|
|||
"type": "mdx",
|
||||
},
|
||||
{
|
||||
"description": "my mdx page",
|
||||
"description": "my MDX page",
|
||||
"frontMatter": {
|
||||
"description": "my mdx page",
|
||||
"title": "mdx page",
|
||||
"description": "my MDX page",
|
||||
"title": "MDX page",
|
||||
},
|
||||
"permalink": "/hello/mdxPage",
|
||||
"source": "@site/src/pages/hello/mdxPage.mdx",
|
||||
"title": "mdx page",
|
||||
"title": "MDX page",
|
||||
"type": "mdx",
|
||||
},
|
||||
{
|
||||
|
@ -37,7 +37,7 @@ exports[`docusaurus-plugin-content-pages loads simple pages 1`] = `
|
|||
"type": "jsx",
|
||||
},
|
||||
{
|
||||
"description": "translated markdown page",
|
||||
"description": "translated Markdown page",
|
||||
"frontMatter": {},
|
||||
"permalink": "/hello/translatedMd",
|
||||
"source": "@site/src/pages/hello/translatedMd.md",
|
||||
|
@ -73,14 +73,14 @@ exports[`docusaurus-plugin-content-pages loads simple pages with french translat
|
|||
"type": "mdx",
|
||||
},
|
||||
{
|
||||
"description": "my mdx page",
|
||||
"description": "my MDX page",
|
||||
"frontMatter": {
|
||||
"description": "my mdx page",
|
||||
"title": "mdx page",
|
||||
"description": "my MDX page",
|
||||
"title": "MDX page",
|
||||
},
|
||||
"permalink": "/fr/hello/mdxPage",
|
||||
"source": "@site/src/pages/hello/mdxPage.mdx",
|
||||
"title": "mdx page",
|
||||
"title": "MDX page",
|
||||
"type": "mdx",
|
||||
},
|
||||
{
|
||||
|
@ -89,7 +89,7 @@ exports[`docusaurus-plugin-content-pages loads simple pages with french translat
|
|||
"type": "jsx",
|
||||
},
|
||||
{
|
||||
"description": "translated markdown page (fr)",
|
||||
"description": "translated Markdown page (fr)",
|
||||
"frontMatter": {},
|
||||
"permalink": "/fr/hello/translatedMd",
|
||||
"source": "@site/i18n/fr/docusaurus-plugin-content-pages/hello/translatedMd.md",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue