Skip to content

Commit

Permalink
Merge pull request #281 from Ajay-Dhangar/dev-1.1
Browse files Browse the repository at this point in the history
New update
  • Loading branch information
ajay-dhangar authored Aug 6, 2024
2 parents a9e7e4f + 97b0421 commit f5b70e9
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 276 deletions.
14 changes: 7 additions & 7 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ const config = {
path: "community",
routeBasePath: "community",
// editUrl: "#",
sidebarPath: require.resolve("./sidebarsCommunity.js"),
sidebarPath: require.resolve("./sidebars.js"),
remarkPlugins: [remarkMath.default],
rehypePlugins: [rehypeKatex.default],
showLastUpdateAuthor: true,
Expand All @@ -429,7 +429,7 @@ const config = {
path: "dsa",
routeBasePath: "dsa",
// editUrl: "#",
sidebarPath: require.resolve("./sidebarsDSA.js"),
sidebarPath: require.resolve("./sidebars.js"),
remarkPlugins: [remarkMath.default],
rehypePlugins: [rehypeKatex.default],
showLastUpdateAuthor: true,
Expand All @@ -444,7 +444,7 @@ const config = {
path: "product",
routeBasePath: "product",
// editUrl: "#",
sidebarPath: require.resolve("./sidebarsProduct.js"),
sidebarPath: require.resolve("./sidebars.js"),
remarkPlugins: [remarkMath.default],
rehypePlugins: [rehypeKatex.default],
showLastUpdateAuthor: true,
Expand All @@ -459,7 +459,7 @@ const config = {
path: "courses",
routeBasePath: "courses",
// editUrl: "#",
sidebarPath: require.resolve("./sidebarsCourses.js"),
sidebarPath: require.resolve("./sidebars.js"),
remarkPlugins: [[npm2yarn, { sync: true }], remarkMath, rehypeKatex],
showLastUpdateAuthor: true,
showLastUpdateTime: true,
Expand All @@ -473,7 +473,7 @@ const config = {
path: "dsa-solutions",
routeBasePath: "dsa-solutions",
// editUrl: "#",
sidebarPath: require.resolve("./sidebarsDSASolutions.js"),
sidebarPath: require.resolve("./sidebars.js"),
remarkPlugins: [[npm2yarn, { sync: true }], remarkMath, rehypeKatex],
showLastUpdateAuthor: true,
showLastUpdateTime: true,
Expand All @@ -486,7 +486,7 @@ const config = {
id: "me",
path: "me",
routeBasePath: "me",
sidebarPath: require.resolve("./sidebarsMe.js"),
sidebarPath: require.resolve("./sidebars.js"),
},
],

Expand All @@ -503,7 +503,7 @@ const config = {
path: "web-dev",
routeBasePath: "web-dev",
// editUrl: "#",
sidebarPath: require.resolve("./sidebarsWebDev.js"),
sidebarPath: require.resolve("./sidebars.js"),
remarkPlugins: [[npm2yarn, { sync: true }], remarkMath, rehypeKatex],
showLastUpdateAuthor: true,
showLastUpdateTime: true,
Expand Down
8 changes: 0 additions & 8 deletions sidbarsWebDev.js

This file was deleted.

36 changes: 0 additions & 36 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,42 +3,6 @@
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const sidebars = {
tutorialSidebar: [{ type: "autogenerated", dirName: "." }],
dsa: [
{
type: "autogenerated",
dirName: "dsa",
},
],
html: [
{
type: "autogenerated",
dirName: "html",
},
],
javascript: [
{
type: "autogenerated",
dirName: "javascript",
},
],
typescript: [
{
type: "autogenerated",
dirName: "typescript",
},
],
react: [
{
type: "autogenerated",
dirName: "react",
},
],
python: [
{
type: "autogenerated",
dirName: "python",
},
],
};

export default sidebars;
8 changes: 0 additions & 8 deletions sidebarsCommunity.js

This file was deleted.

8 changes: 0 additions & 8 deletions sidebarsDSA.js

This file was deleted.

8 changes: 0 additions & 8 deletions sidebarsDSASolutions.js

This file was deleted.

8 changes: 0 additions & 8 deletions sidebarsMe.js

This file was deleted.

8 changes: 0 additions & 8 deletions sidebarsProduct.js

This file was deleted.

137 changes: 0 additions & 137 deletions sidebarsSupport.js

This file was deleted.

48 changes: 0 additions & 48 deletions sidebarsWebDev.js

This file was deleted.

0 comments on commit f5b70e9

Please sign in to comment.