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 4935fc9 + dc3d80e commit 52ab65eCopy full SHA for 52ab65e
docusaurus.config.js
@@ -99,14 +99,32 @@ const config = {
99
docId: "docs",
100
html: '<span class="nav-emoji">📚</span> Tutorials',
101
},
102
+
103
+ {
104
+ type: "html",
105
+ value: '<hr style="margin: 0.3rem 0;">',
106
+ },
107
108
{
109
to: "/courses/",
110
html: '<span class="nav-emoji">🎓</span> Courses',
111
112
113
114
115
116
117
118
119
to: "/web-dev/",
120
html: '<span class="nav-emoji">🌐</span> Web Dev',
121
122
123
124
125
126
127
128
129
to: "/dsa/",
130
html: '<span class="nav-emoji">🧠</span> DSA',
0 commit comments