Skip to content

Commit

Permalink
start collapsed
Browse files Browse the repository at this point in the history
  • Loading branch information
jahabeebs committed Dec 21, 2023
1 parent 3757438 commit f92e616
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const sidebars = {
type: "category",
label: "📜 Getting Started",
collapsible: true,
collapsed: true,
items: [
"testnet-guide",
],
Expand All @@ -39,13 +40,15 @@ const sidebars = {
type: "category",
label: "💡 Open Dollar Protocol",
collapsible: true,
collapsed: true,
items: [
"Open-Dollar-Protocol-Overview",
"Borrowing",
{
type: "category",
label: "Auctions",
collapsible: true,
collapsed: true,
items: [
"Auctions",
"CollateralAuctions",
Expand All @@ -61,6 +64,7 @@ const sidebars = {
type: "category",
label: "🏦 NFT Vaults",
collapsible: true,
collapsed: true,
items: [
"NFT-Vaults-Overview",
"Supported-Collaterals",
Expand All @@ -70,6 +74,7 @@ const sidebars = {
type: "category",
label: "🖼️ Stablecoin",
collapsible: true,
collapsed: true,
items: [
"What-is-OD",
"How-OD-Stays-Stable",
Expand All @@ -80,6 +85,7 @@ const sidebars = {
type: "category",
label: "🗳️ Governance",
collapsible: true,
collapsed: true,
items: [
"Governance-introduction",
"Proposals-and-Voting---Coming-soon",
Expand All @@ -91,6 +97,7 @@ const sidebars = {
type: "category",
label: "🔒 Security and Risks",
collapsible: true,
collapsed: true,
items: [
"Security-Measures-",
"Protocol-Risks",
Expand All @@ -101,6 +108,7 @@ const sidebars = {
type: "category",
label: "📚 Resources",
collapsible: true,
collapsed: true,
items: [
"Official-Links",
"community-resources",
Expand All @@ -114,11 +122,13 @@ const sidebars = {
type: "category",
label: "👨‍💻 Developer Resources",
collapsible: true,
collapsed: true,
items: [
{
type: "category",
label: "Contract Variables Translation",
collapsible: true,
collapsed: true,
items: [
"contract-translation/naming-transition",
],
Expand All @@ -127,6 +137,7 @@ const sidebars = {
type: "category",
label: "System Contracts",
collapsible: true,
collapsed: true,
items: [
{
type: "category",
Expand Down Expand Up @@ -296,6 +307,7 @@ const sidebars = {
type: "category",
label: "Proxy Infrastructure",
collapsible: true,
collapsed: true,
items: [
"proxy-infrastructure/od-proxy",
"proxy-infrastructure/vault721",
Expand All @@ -304,13 +316,15 @@ const sidebars = {
{
type: "category",
label: "Helper Contracts",
collapsed: true,
collapsible: true,
items: ["helper-contracts/safe-manager"],
},
{
type: "category",
label: "GEB.js",
collapsible: true,
collapsed: true,
items: [
"geb-js/getting-started",
"geb-js/geb-js-global-settlement-guide",
Expand All @@ -333,12 +347,14 @@ const sidebars = {
type: "category",
label: "APIs",
collapsible: true,
collapsed: true,
items: ["api/api-endpoints"],
},
{
type: "category",
label: "Keepers",
collapsible: true,
collapsed: true,
items: [
"keepers/overview",
{
Expand Down

0 comments on commit f92e616

Please sign in to comment.