mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-19 11:12:36 +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
|
@ -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