Skip to content

Commit 52ab65e

Browse files
authored
Merge pull request #61 from CodeHarborHub/dev-2
nav bar update
2 parents 4935fc9 + dc3d80e commit 52ab65e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docusaurus.config.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,32 @@ const config = {
9999
docId: "docs",
100100
html: '<span class="nav-emoji">📚</span> Tutorials',
101101
},
102+
103+
{
104+
type: "html",
105+
value: '<hr style="margin: 0.3rem 0;">',
106+
},
107+
102108
{
103109
to: "/courses/",
104110
html: '<span class="nav-emoji">🎓</span> Courses',
105111
},
112+
113+
{
114+
type: "html",
115+
value: '<hr style="margin: 0.3rem 0;">',
116+
},
117+
106118
{
107119
to: "/web-dev/",
108120
html: '<span class="nav-emoji">🌐</span> Web Dev',
109121
},
122+
123+
{
124+
type: "html",
125+
value: '<hr style="margin: 0.3rem 0;">',
126+
},
127+
110128
{
111129
to: "/dsa/",
112130
html: '<span class="nav-emoji">🧠</span> DSA',

0 commit comments

Comments
 (0)