Skip to content

Commit

Permalink
Merge pull request #12 from ajay-dhangar/dev-1
Browse files Browse the repository at this point in the history
major Update for site: Enhance UI/UX Design and Add New Sections
  • Loading branch information
ajay-dhangar authored Oct 1, 2024
2 parents 45d90c7 + fe737f7 commit c6098c5
Show file tree
Hide file tree
Showing 26 changed files with 1,978 additions and 252 deletions.
12 changes: 12 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { themes as prismThemes } from "prism-react-renderer";
const path = require("path");

/** @type {import('@docusaurus/types').Config} */
const config = {
Expand Down Expand Up @@ -121,6 +122,17 @@ const config = {
markdown: {
mermaid: true,
},

plugins: [
[
path.join(__dirname, "/plugins/my-plugin"),
{
settings: "Some20settings",
api: "Some-API",
keys: "Some-keys",
},
],
],
};

export default config;
Loading

0 comments on commit c6098c5

Please sign in to comment.