We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15758a3 + 392a563 commit e49d0e1Copy full SHA for e49d0e1
sidebars.ts
@@ -76,6 +76,7 @@ const sidebars: SidebarsConfig = {
76
'python/python-dictionaries',
77
'python/python-array',
78
'python/python-conditional-statements',
79
+ 'python/python-loops',
80
],
81
},
82
{
@@ -90,11 +91,14 @@ const sidebars: SidebarsConfig = {
90
91
label: '📊 SQL Basics',
92
className: 'custom-sidebar-sql-basics',
93
items: [
94
+ 'sql/SQL-basics/sql-constraints',
95
'sql/SQL-basics/selecting-data',
96
'sql/SQL-basics/filtering-data',
97
'sql/SQL-basics/ordering-data',
98
'sql/SQL-basics/grouping-data',
99
'sql/SQL-basics/the-inequality-operator',
100
+ 'sql/SQL-basics/sql-datatypes',
101
+ 'sql/SQL-basics/primary-key-foreign-key'
102
103
104
0 commit comments