Skip to content

Commit 741479e

Browse files
committed
Fix comma
1 parent 469af87 commit 741479e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docusaurus/sidebar.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ const sidebars = {
5252
type: 'category',
5353
label: 'Data',
5454
items: [
55+
{
56+
type: 'doc',
57+
id: 'Data/download',
58+
},
5559
{
5660
type: 'doc',
5761
id: 'Data/market-data-sources',

docusaurus/sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const sidebars = {
5555
{
5656
type: 'doc',
5757
id: 'Data/download',
58-
}
58+
},
5959
{
6060
type: 'doc',
6161
id: 'Data/market-data-sources',

0 commit comments

Comments
 (0)