Skip to content

Commit

Permalink
Fixed Broken Links (#939)
Browse files Browse the repository at this point in the history
* Removed legacy pages

* Removed legacy pages references
  • Loading branch information
palisadoes authored Jan 13, 2025
1 parent 93dc215 commit a6b538d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
40 changes: 20 additions & 20 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,25 @@ const config = {
defaultLocale: "en",
locales: ["en"],
},
plugins: [
[
"@graphql-markdown/docusaurus",
{
schema: "docs/github-actions/schema.json",
rootPath: "docs",
baseURL: "schema",
linkRoot: "../../../docs",
pretty: true,
docOptions: {
pagination: true,
toc: true,
index: true,
},
loaders: {
JsonFileLoader: "@graphql-tools/json-file-loader",
},
},
],
// plugins: [
// [
// "@graphql-markdown/docusaurus",
// {
// schema: "docs/github-actions/schema.json",
// rootPath: "docs",
// baseURL: "schema",
// linkRoot: "../../../docs",
// pretty: true,
// docOptions: {
// pagination: true,
// toc: true,
// index: true,
// },
// loaders: {
// JsonFileLoader: "@graphql-tools/json-file-loader",
// },
// },
// ],
// [
// "@docusaurus/plugin-content-docs",
// {
Expand Down Expand Up @@ -65,7 +65,7 @@ const config = {
// sidebarPath: require.resolve("./sidebar-admin.js"),
// },
// ],
],
// ],
presets: [
[
"classic",
Expand Down
10 changes: 5 additions & 5 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ const sidebars = {
items: [
"developers/talawa-api/api-overview",
"developers/talawa-api/api-design-guide",
{
type: "link",
label: "Schema Documentation",
href: "/docs/schema",
},
// {
// type: "link",
// label: "Schema Documentation",
// href: "/docs/schema",
// },
{
type: "category",
label: "Base Constraints",
Expand Down

0 comments on commit a6b538d

Please sign in to comment.