1
- import { themes as prismThemes } from "prism-react-renderer" ;
2
1
import { default as npm2yarn } from "@docusaurus/remark-plugin-npm2yarn" ;
2
+ import { themes as prismThemes } from "prism-react-renderer" ;
3
+
3
4
const remarkMath = require ( "remark-math" ) ;
4
5
const rehypeKatex = require ( "rehype-katex" ) ;
5
6
@@ -93,11 +94,21 @@ const config = {
93
94
{ name : "twitter:creator" , content : "@CodesWithAjay" } ,
94
95
{ property : "og:type" , content : "website" } ,
95
96
{ property : "og:site_name" , content : "CodeHarborHub" } ,
96
- { property : "og:title" , content : "CodeHarborHub - A place to learn and grow" } ,
97
- { property : "og:description" , content : "CodeHarborHub is a place to learn and grow. We provide accessible and comprehensive educational resources to learners of all levels, from beginners to advanced professionals." } ,
98
- { property : "og:image" , content : "https://codeharborhub.github.io/img/nav-logo.jpg" } ,
97
+ {
98
+ property : "og:title" ,
99
+ content : "CodeHarborHub - A place to learn and grow" ,
100
+ } ,
101
+ {
102
+ property : "og:description" ,
103
+ content :
104
+ "CodeHarborHub is a place to learn and grow. We provide accessible and comprehensive educational resources to learners of all levels, from beginners to advanced professionals." ,
105
+ } ,
106
+ {
107
+ property : "og:image" ,
108
+ content : "https://codeharborhub.github.io/img/nav-logo.jpg" ,
109
+ } ,
99
110
{ property : "og:url" , content : "https://codeharborhub.github.io" } ,
100
- { name : "robots" , content : "index, follow" } ,
111
+ { name : "robots" , content : "index, follow" } ,
101
112
] ,
102
113
103
114
algolia : {
@@ -127,13 +138,13 @@ const config = {
127
138
<a href="/docs/category/html/" class="nav__icons"> <img src="/icons/html-5.svg" title="HTML5" alt="HTML" /> </a>
128
139
<a href="/docs/" class="nav__icons"> <img src="/icons/css.svg" title="CSS" alt="CSS" /> </a>
129
140
<a href="/docs/category/javascript/" class="nav__icons" > <img src="/icons/js.svg" title="JavaScript" alt="JavaScript" /> </a>
130
- <a href="/docs/category/react/" class="nav__icons"> <img src="/icons/jsx.svg" title="React.Js" alt="React" /> </a>
131
- <a href="/docs/category/typescript/" class="nav__icons"> <img src="/icons/ts.svg" title="TypeScript" alt="TypeScript" /> </a>
132
- <a href="/docs/category/python/" class="nav__icons"> <img src="/icons/py.svg" title="Python" alt="Python" /> </a>
133
- <a href="/docs/category/java/" class="nav__icons"> <img src="/icons/java.svg" title="Java" alt="Java" /> </a>
141
+ <a href="/docs/category/react/" class="nav__icons"> <img src="/icons/jsx.svg" title="React.Js" alt="React" /> </a>
142
+ <a href="/docs/category/typescript/" class="nav__icons"> <img src="/icons/ts.svg" title="TypeScript" alt="TypeScript" /> </a>
143
+ <a href="/docs/category/python/" class="nav__icons"> <img src="/icons/py.svg" title="Python" alt="Python" /> </a>
144
+ <a href="/docs/category/java/" class="nav__icons"> <img src="/icons/java.svg" title="Java" alt="Java" /> </a>
134
145
<a href="/docs/category/tailwind/" class="nav__icons"> <img src="/icons/tailwind-css.svg" title="Tailwind CSS" alt="Tailwind" /> </a>
135
- <a href="/docs/category/cpp/" class="nav__icons"> <img src="/icons/cpp.svg" title="CPP" alt="CPP" /> </a>
136
- <a href="/docs/category/NextJs/" class="nav__icons"> <img src="/icons/next-js.svg" title="NextJs" alt="Next" /> </a>
146
+ <a href="/docs/category/cpp/" class="nav__icons"> <img src="/icons/cpp.svg" title="CPP" alt="CPP" /> </a>
147
+ <a href="/docs/category/NextJs/" class="nav__icons"> <img src="/icons/next-js.svg" title="NextJs" alt="Next" /> </a>
137
148
</div>
138
149
</div>` ,
139
150
} ,
@@ -148,7 +159,7 @@ const config = {
148
159
value : `<div class="dropdown">
149
160
<a class="dropbtn" href="/courses/"> Courses </a>
150
161
<div class="dropdown-content">
151
- <a href="/courses/category/reactjs/" class="nav__icons"> <img src="/icons/jsx.svg" alt="React" /> </a>
162
+ <a href="/courses/category/reactjs/" class="nav__icons"> <img src="/icons/jsx.svg" alt="React" /> </a>
152
163
</div>
153
164
</div>` ,
154
165
} ,
@@ -363,7 +374,7 @@ const config = {
363
374
{
364
375
label : "YouTube" ,
365
376
href : "https://www.youtube.com/" ,
366
- icon : ' faYoutube' ,
377
+ icon : " faYoutube" ,
367
378
} ,
368
379
{
369
380
label : "Discord" ,
0 commit comments