Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 8 additions & 12 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { themes as prismThemes } from "prism-react-renderer";
import type { Config } from "@docusaurus/types";
import type * as Preset from "@docusaurus/preset-classic";
import remarkMath from "remark-math";

Check warning on line 4 in docusaurus.config.ts

View workflow job for this annotation

GitHub Actions / lint

'remarkMath' is defined but never used
import rehypeKatex from "rehype-katex";

Check warning on line 5 in docusaurus.config.ts

View workflow job for this annotation

GitHub Actions / lint

'rehypeKatex' is defined but never used
import * as dotenv from "dotenv";
dotenv.config();

Expand Down Expand Up @@ -156,20 +156,16 @@
html: '<span class="nav-emoji">💰</span> Donate',
position: "left",
},
//Moved the link directly to main menus!
{
type: "dropdown",
html: '<span class="nav-emoji">👩🏻‍💻</span> Devfolio',
to: "https://dev.recodehive.com/devfolio",
html: '<span class="nav-emoji">💻</span> GitHub Profiles',
position: "left",
},
{
to: "/badges/github-badges/",
html: '<span class="nav-emoji">🎖️</span> GitHub Badges',
position: "left",
items: [
{
label: "💻GitHub Profiles",
to: "https://dev.recodehive.com/devfolio",
},
{
label: "🎖️ GitHub Badges",
to: "/badges/github-badges/",
},
],
},
{
to: "/blogs",
Expand Down
Loading
Loading