mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-03 12:17:20 +02:00
docs: remove typo bracket (#6327)
* docs: remove typo bracket * fix in latest version Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
parent
2f97a85406
commit
4aaa48759d
2 changed files with 2 additions and 2 deletions
|
@ -861,7 +861,7 @@ module.exports = {
|
|||
// Example: return an hardcoded list of static sidebar items
|
||||
return [
|
||||
{type: 'doc', id: 'doc1'},
|
||||
{type: 'doc', id: 'doc2'}},
|
||||
{type: 'doc', id: 'doc2'},
|
||||
];
|
||||
},
|
||||
// highlight-end
|
||||
|
|
|
@ -860,7 +860,7 @@ module.exports = {
|
|||
// Example: return an hardcoded list of static sidebar items
|
||||
return [
|
||||
{type: 'doc', id: 'doc1'},
|
||||
{type: 'doc', id: 'doc2'}},
|
||||
{type: 'doc', id: 'doc2'},
|
||||
];
|
||||
},
|
||||
// highlight-end
|
||||
|
|
Loading…
Add table
Reference in a new issue