mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-22 13:37:05 +02:00
docs: fix some casing inconsistencies (#7081)
This commit is contained in:
parent
24c205a835
commit
ff96606865
45 changed files with 97 additions and 97 deletions
|
@ -25,7 +25,7 @@
|
|||
},
|
||||
{
|
||||
"type": "link",
|
||||
"label": "Github",
|
||||
"label": "GitHub",
|
||||
"href": "https://github.com"
|
||||
},
|
||||
{
|
||||
|
|
|
@ -34,7 +34,7 @@ exports[`docsVersion first time versioning 1`] = `
|
|||
},
|
||||
{
|
||||
"href": "https://github.com",
|
||||
"label": "Github",
|
||||
"label": "GitHub",
|
||||
"type": "link",
|
||||
},
|
||||
{
|
||||
|
|
|
@ -225,7 +225,7 @@ exports[`simple website content 4`] = `
|
|||
},
|
||||
{
|
||||
"href": "https://github.com",
|
||||
"label": "Github",
|
||||
"label": "GitHub",
|
||||
"type": "link",
|
||||
},
|
||||
{
|
||||
|
@ -850,7 +850,7 @@ exports[`simple website content: data 1`] = `
|
|||
},
|
||||
{
|
||||
\\"type\\": \\"link\\",
|
||||
\\"label\\": \\"Github\\",
|
||||
\\"label\\": \\"GitHub\\",
|
||||
\\"href\\": \\"https://github.com\\"
|
||||
},
|
||||
{
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"foo/baz",
|
||||
{
|
||||
"type": "link",
|
||||
"label": "Github",
|
||||
"label": "GitHub",
|
||||
"href": "https://github.com"
|
||||
},
|
||||
{
|
||||
|
|
|
@ -218,7 +218,7 @@ exports[`loadSidebars sidebars with known sidebar item type 1`] = `
|
|||
},
|
||||
{
|
||||
"href": "https://github.com",
|
||||
"label": "Github",
|
||||
"label": "GitHub",
|
||||
"type": "link",
|
||||
},
|
||||
{
|
||||
|
|
|
@ -228,7 +228,7 @@ describe('validateSidebars', () => {
|
|||
`);
|
||||
});
|
||||
|
||||
it('hTML type requires a value', () => {
|
||||
it('html type requires a value', () => {
|
||||
const sidebars: SidebarsConfig = {
|
||||
sidebar1: [
|
||||
{
|
||||
|
@ -248,7 +248,7 @@ describe('validateSidebars', () => {
|
|||
`);
|
||||
});
|
||||
|
||||
it('hTML type accepts valid values', () => {
|
||||
it('html type accepts valid values', () => {
|
||||
const sidebars: SidebarsConfig = {
|
||||
sidebar1: [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue