Skip to content

Commit a7e623f

Browse files
CopilotMohabMohie
andauthored
Fix syntax error in sidebars.js breaking Docusaurus build (#373)
* Initial plan * Fix syntax error in sidebars.js - add missing closing bracket Co-authored-by: MohabMohie <19201898+MohabMohie@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: MohabMohie <19201898+MohabMohie@users.noreply.github.com>
1 parent 35333f5 commit a7e623f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sidebars.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ const sidebars = {
101101
items: [
102102
"Keywords/CLI/Terminal_Actions",
103103
"Keywords/CLI/File_Actions",
104-
},
104+
],
105+
},
105106
{
106107
type: 'category',
107108
label: 'DB',

0 commit comments

Comments
 (0)