Skip to content

Commit

Permalink
Merge pull request #29 from etherlinkcom/separate-governance-section
Browse files Browse the repository at this point in the history
Move governance to its own section
  • Loading branch information
sashaaldrick authored Apr 25, 2024
2 parents 7d33ee3 + 458c4c3 commit 1db1488
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 🧑‍⚖️ How do I participate in governance?
# 🗳️ How do I participate in governance?

Etherlink bakers can participate in the [Etherlink governance process](./how-is-etherlink-governed) by submitting proposals and voting for them.

Expand Down
File renamed without changes.
12 changes: 10 additions & 2 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ const sidebars = {
items: [
'index',
'welcome/why-use-etherlink',
'welcome/how-is-etherlink-governed',
'welcome/how-do-i-participate-in-governance',
{
type: 'link',
href: 'https://discord.gg/etherlink',
Expand Down Expand Up @@ -45,6 +43,16 @@ const sidebars = {
},
],
},
{
type: 'category',
label: '🧑‍⚖️ Governance',
collapsed: false,
collapsible: false,
items: [
'governance/how-is-etherlink-governed',
'governance/how-do-i-participate-in-governance',
],
},
{
type: 'category',
label: '🏁 Track Etherlink\'s Progress',
Expand Down

0 comments on commit 1db1488

Please sign in to comment.