diff --git a/styles/global.css b/styles/global.css index 6ebe1102c..33a248931 100644 --- a/styles/global.css +++ b/styles/global.css @@ -30,11 +30,6 @@ div.md-img img { margin-bottom: 0; } -/* Nextra logic for removing footer isn't working right now */ -footer { - display: none; -} - /* Make shasums actually legible */ span.shasum { display: block; diff --git a/theme.config.tsx b/theme.config.tsx index e93759fba..f56861e51 100644 --- a/theme.config.tsx +++ b/theme.config.tsx @@ -20,8 +20,50 @@ const config: DocsThemeConfig = { }, docsRepositoryBase: 'https://github.com/ethereum-optimism/community-hub/blob/main/', footer: { - text: 'OP Documentation', - }, + text: ( +
+
© 2025 Optimism Foundation. All rights reserved.
+ +
+ + Optimism Community Agreement + + + Terms of Service + + + Privacy Policy + +
+ +
+ + + + + + + + + + + + + + + +
+
+ ) + }, sidebar: { defaultMenuCollapseLevel: 1, autoCollapse: true