Skip to content

Commit

Permalink
Add todos
Browse files Browse the repository at this point in the history
  • Loading branch information
ipopescu committed Jul 14, 2023
1 parent 855c7fc commit 20b0465
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/sidebar.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
concepts: [
"concepts/index",
"concepts/index", // TODO show concepts in breadcrumbs
"concepts/intro-to-dapps",
"concepts/accounts-and-keys",
"concepts/hash-types",
Expand Down Expand Up @@ -80,7 +80,7 @@ module.exports = {
},
],
developers: [
"developers/index",
"developers/index", // TODO show developers in breadcrumbs
"developers/table-of-contents",
"developers/prerequisites",
{
Expand Down Expand Up @@ -198,7 +198,7 @@ module.exports = {
},
],
operators: [
"operators/index",
"operators/index", // TODO show operators in breadcrumbs
{
type: "category",
label: "Node Setup",
Expand Down Expand Up @@ -259,7 +259,7 @@ module.exports = {
},
],
resources: [
"resources/index",
"resources/index", // TODO show resources in breadcrumbs
{
type: "category",
label: "Why Build on Casper",
Expand Down Expand Up @@ -352,7 +352,7 @@ module.exports = {
//"resources/support", // NEW CONTENT WILL BE HERE
],
users: [
"users/index",
"users/index", // TODO show users in breadcrumbs
"users/block-explorer",
"users/delegate-ui",
"users/undelegate-ui",
Expand Down

0 comments on commit 20b0465

Please sign in to comment.