Skip to content

Commit 4ffe06a

Browse files
authored
Update Writings footer to mirror Website footer. (#212)
* Update docusaurus.config.js Updated footer to look like website footer.
1 parent 7557ffc commit 4ffe06a

File tree

1 file changed

+8
-38
lines changed

1 file changed

+8
-38
lines changed

docusaurus.config.js

Lines changed: 8 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,14 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");
108108
{
109109
title: 'x',
110110
items: [
111-
{
112-
label: 'Github',
113-
href: 'https://github.com/flashbots',
114-
},
115111
{
116112
label: 'Forum',
117113
href: 'https://collective.flashbots.net/',
118114
},
115+
{
116+
label: 'Github',
117+
href: 'https://github.com/flashbots',
118+
},
119119
{
120120
label: 'Documentation',
121121
href: 'https://docs.flashbots.net/',
@@ -130,46 +130,16 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");
130130
title: 'x',
131131
items: [
132132
{
133-
label: 'What Is MEV',
134-
href: 'https://docs.flashbots.net/new-to-mev',
135-
},
136-
{
137-
label: 'MEV Protection',
138-
href: 'https://docs.flashbots.net/flashbots-protect/overview',
139-
},
140-
{
141-
label: 'The MEV Letter',
142-
href: 'https://collective.flashbots.net/tag/the-mev-letter',
143-
},
144-
],
145-
},
146-
{
147-
title: 'x',
148-
items: [
149-
{
150-
label: 'Ethereum Block Building',
151-
href: 'https://docs.flashbots.net/flashbots-mev-boost/block-builders',
152-
},
153-
{
154-
label: 'Transparency reports',
155-
href: 'https://writings.flashbots.net/tags/transparency-report',
133+
label: 'Youtube',
134+
href: 'https://www.youtube.com/@flashbots',
156135
},
157-
],
158-
},
159-
{
160-
title: 'x',
161-
items: [
162136
{
163137
label: 'Discord',
164138
href: 'http://discord.gg/flashbots',
165139
},
166140
{
167-
label: 'YouTube',
168-
href: 'https://www.youtube.com/channel/UCclbTgsnYUy3vmrptIqCmqQ',
169-
},
170-
{
171-
label: 'Calendar',
172-
href: 'https://calendar.flashbots.net',
141+
label: 'The MEV Letter',
142+
href: 'https://collective.flashbots.net/tag/the-mev-letter',
173143
},
174144
],
175145
},

0 commit comments

Comments
 (0)