Skip to content

Commit

Permalink
new sidebars.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jahabeebs committed Dec 21, 2023
1 parent d87a589 commit 4ba42d4
Show file tree
Hide file tree
Showing 9 changed files with 90 additions and 23 deletions.
2 changes: 1 addition & 1 deletion docs/Auctions.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Auctions
title: Introduction to Auctions
description: An overview to Open Dollar Auctions
---

Expand Down
2 changes: 1 addition & 1 deletion docs/Governance-introduction.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'Governance Introduction '
title: 'Introduction'
description: An introduction to Governance on Open Dollar
---

Expand Down
2 changes: 1 addition & 1 deletion docs/NFT-Vaults-Overview.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'Overview '
title: 'Overview'
description: ''
---

Expand Down
2 changes: 1 addition & 1 deletion docs/Proposals-and-Voting---Coming-soon.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Proposals and Voting - “Coming soon”
title: Proposals and Voting
---

Details coming soon after an official announcement.
Expand Down
2 changes: 1 addition & 1 deletion docs/README.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Open Dollar Overview
title: Overview
description: ''
---

Expand Down
2 changes: 1 addition & 1 deletion docs/Security-Measures-.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'Security Measures '
title: 'Security Measures'
---

To safeguard the integrity and stability of the Open Dollar protocol, several security measures have been implemented, including but not limited to:
Expand Down
2 changes: 1 addition & 1 deletion docs/The-ODG-Token---Coming-soon.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: The ODG Token - “Coming soon”
title: The ODG Token
---

Coming soon - Follow us on our socials and subscribe to our newsletter to be among the first to know!
2 changes: 1 addition & 1 deletion docs/testnet-guide.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Testnet App Walkthrough
title: Testnet App Guide
description: A guide for using the Open Dollar testnet application.
---

Expand Down
97 changes: 82 additions & 15 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,37 +20,85 @@ const sidebars = {
customSidebar: [
{
type: "category",
label: "Overview",
label: "🌟 Open Dollar Introduction",
items: [
"README",
"testnet-guide",
"faq",
"glossary",
"community-resources"
"Who-is-Open-Dollar-built-for",
],
},
{
type: "category",
label: "Governance",
items: [
"ungovernance/governance-minimization-guide"
],
type: "category",
label: "📜 Getting Started",
items: [
"testnet-guide",
],
},
{
type: "category",
label: "Risks",
type: "category",
label: "💡 Open Dollar Protocol",
items: [
"risk/geb-risks",
"risk/pid-failure-modes-and-responses"
"Open-Dollar-Protocol-Overview",
"Borrowing",
{
type: "category",
label: "Auctions",
collapsible: true,
items: [
"Auctions",
"CollateralAuctions",
"Surplus-Auctions",
"DebtAuctions",
]
},
"Liquidations",
"Fees",
],
},
{
type: "category",
label: "Developers",
label: "🏦 NFT Vaults",
items: [
"NFT-Vaults-Overview",
"Supported-Collaterals",
],
},
{
type: "category",
label: "🖼️ Stablecoin",
items: [
"What-is-OD",
"How-OD-Stays-Stable",
"PID-Controller",
],
},
{
type: "category",
label: "🗳️ Governance",
items: [
"Governance-introduction",
"Proposals-and-Voting---Coming-soon",
"The-ODG-Token---Coming-soon",
"Tokenomics",
],
},
{
type: "category",
label: "🔒 Security and Risks",
items: [
"Security-Measures-",
"Protocol-Risks",
"PID-Failure-Modes--Responses",
],
},
{
type: "category",
label: "👨‍💻 Developers Resources",
collapsible: true,
items: [
{
type: "category",
label: "Contract Variables Translation",
collapsible: true,
items: [
"contract-translation/naming-transition",
"contract-translation/governance-contracts-naming-transition",
Expand All @@ -60,6 +108,7 @@ const sidebars = {
{
type: "category",
label: "System Contracts",
collapsible: true,
items: [
{
type: "category",
Expand Down Expand Up @@ -228,6 +277,7 @@ const sidebars = {
{
type: "category",
label: "Proxy Infrastructure",
collapsible: true,
items: [
"proxy-infrastructure/od-proxy",
"proxy-infrastructure/vault721",
Expand All @@ -236,11 +286,13 @@ const sidebars = {
{
type: "category",
label: "Helper Contracts",
collapsible: true,
items: ["helper-contracts/safe-manager"],
},
{
type: "category",
label: "GEB.js",
collapsible: true,
items: [
"geb-js/getting-started",
"geb-js/geb-js-global-settlement-guide",
Expand All @@ -262,11 +314,13 @@ const sidebars = {
{
type: "category",
label: "APIs",
collapsible: true,
items: ["api/api-endpoints"],
},
{
type: "category",
label: "Pyflex",
collapsible: true,
items: [
{
type: "category",
Expand Down Expand Up @@ -296,6 +350,7 @@ const sidebars = {
{
type: "category",
label: "Keepers",
collapsible: true,
items: [
"keepers/overview",
{
Expand Down Expand Up @@ -350,6 +405,18 @@ const sidebars = {
"keepers/bidding-models",
],
},
{
type: "category",
label: "📚 Resources",
items: [
"Official-Links",
"community-resources",
"faq",
"glossary",
"Audits",
"Brand-Assets",
],
},
]
}
],
Expand Down

0 comments on commit 4ba42d4

Please sign in to comment.