Skip to content

Commit

Permalink
Merge pull request #842 from gautam-divyanshu/bugFix
Browse files Browse the repository at this point in the history
sidebar for api and admin docs removed
  • Loading branch information
palisadoes authored Jul 15, 2024
2 parents da0d568 + ac49157 commit 70d3ee2
Showing 1 changed file with 74 additions and 74 deletions.
148 changes: 74 additions & 74 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,86 +282,86 @@ const sidebars = {
},
,
],
API: [
{
type: "doc",
id: "talawa-api-docs/modules",
label: "Exports: Table of Content",
},
{
type: "category",
label: "Classes",
items: [
{
type: "autogenerated",
dirName: "talawa-api-docs/classes",
},
],
},
{
type: "category",
label: "Interfaces",
items: [
{
type: "autogenerated",
dirName: "talawa-api-docs/interfaces",
},
],
},
{
type: "category",
label: "Modules",
items: [
{
type: "autogenerated",
dirName: "talawa-api-docs/modules",
},
],
},
],
// API: [
// {
// type: "doc",
// id: "talawa-api-docs/modules",
// label: "Exports: Table of Content",
// },
// {
// type: "category",
// label: "Classes",
// items: [
// {
// type: "autogenerated",
// dirName: "talawa-api-docs/classes",
// },
// ],
// },
// {
// type: "category",
// label: "Interfaces",
// items: [
// {
// type: "autogenerated",
// dirName: "talawa-api-docs/interfaces",
// },
// ],
// },
// {
// type: "category",
// label: "Modules",
// items: [
// {
// type: "autogenerated",
// dirName: "talawa-api-docs/modules",
// },
// ],
// },
// ],
Talawa: [
{
type: "autogenerated",
dirName: "talawa-mobile-docs",
},
],
Admin: [
{
type: "doc",
id: "talawa-admin-docs/modules",
label: "Exports: Table of Content",
},
{
type: "category",
label: "Classes",
items: [
{
type: "autogenerated",
dirName: "talawa-admin-docs/classes",
},
],
},
{
type: "category",
label: "Interfaces",
items: [
{
type: "autogenerated",
dirName: "talawa-admin-docs/interfaces",
},
],
},
{
type: "category",
label: "Modules",
items: [
{
type: "autogenerated",
dirName: "talawa-admin-docs/modules",
},
],
},
],
// Admin: [
// {
// type: "doc",
// id: "talawa-admin-docs/modules",
// label: "Exports: Table of Content",
// },
// {
// type: "category",
// label: "Classes",
// items: [
// {
// type: "autogenerated",
// dirName: "talawa-admin-docs/classes",
// },
// ],
// },
// {
// type: "category",
// label: "Interfaces",
// items: [
// {
// type: "autogenerated",
// dirName: "talawa-admin-docs/interfaces",
// },
// ],
// },
// {
// type: "category",
// label: "Modules",
// items: [
// {
// type: "autogenerated",
// dirName: "talawa-admin-docs/modules",
// },
// ],
// },
// ],
...require("./docs/schema/sidebar-schema.js"),
};

Expand Down

0 comments on commit 70d3ee2

Please sign in to comment.