Skip to content

Commit

Permalink
Fixed sidebar (#940)
Browse files Browse the repository at this point in the history
* Removed legacy pages

* Removed legacy pages references

* Fixed broken anchor
  • Loading branch information
palisadoes authored Jan 13, 2025
1 parent a6b538d commit 1ea69cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/features/members.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ N/A

### User Experience

See [Pre-Approvals UX Section](#_1jkn6vnliixl) (Solution 1)
N/A

### Important Details To Capture

Expand Down
5 changes: 3 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ const config = {
tagline: "Open Source Software for Managing Community Based Organizations",
url: "https://docs.talawa.io",
baseUrl: "/",
onBrokenLinks: "warn",
onBrokenMarkdownLinks: "warn",
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "throw",
onBrokenAnchors: "throw",
favicon: "img/favicon.ico",
deploymentBranch: "gh-pages",
organizationName: "PalisadoesFoundation",
Expand Down
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ const sidebars = {
items: [
"developers/talawa-api/api-overview",
"developers/talawa-api/api-design-guide",
"developers/talawa-api/api-error-handling-guide",
// {
// type: "link",
// label: "Schema Documentation",
Expand Down

0 comments on commit 1ea69cd

Please sign in to comment.