Skip to content

Commit e49d0e1

Browse files
authored
Merge pull request #430 from Adez017/frontend
Added non rendered files
2 parents 15758a3 + 392a563 commit e49d0e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sidebars.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ const sidebars: SidebarsConfig = {
7676
'python/python-dictionaries',
7777
'python/python-array',
7878
'python/python-conditional-statements',
79+
'python/python-loops',
7980
],
8081
},
8182
{
@@ -90,11 +91,14 @@ const sidebars: SidebarsConfig = {
9091
label: '📊 SQL Basics',
9192
className: 'custom-sidebar-sql-basics',
9293
items: [
94+
'sql/SQL-basics/sql-constraints',
9395
'sql/SQL-basics/selecting-data',
9496
'sql/SQL-basics/filtering-data',
9597
'sql/SQL-basics/ordering-data',
9698
'sql/SQL-basics/grouping-data',
9799
'sql/SQL-basics/the-inequality-operator',
100+
'sql/SQL-basics/sql-datatypes',
101+
'sql/SQL-basics/primary-key-foreign-key'
98102
],
99103
},
100104
{

0 commit comments

Comments
 (0)