Skip to content

removing fp and granite notices #1040

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
6 changes: 1 addition & 5 deletions pages/builders/notices.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@ import { Card, Cards } from 'nextra/components'

# Notices

This section provides information on preparing for fault proofs breaking changes, preparing for granite breaking changes and deprecation of the optimism sdk. You'll find overview, tutorial to help you understand and work with these topics.
This section offers essential information for builders to stay up-to-date with the latest changes in the OP Stack.

<Cards>
<Card title="Preparing for fault proofs breaking changes" href="/builders/notices/fp-changes" />

<Card title="Preparing for granite breaking changes" href="/builders/notices/granite-changes" />

<Card title="Deprecation of the optimism sdk" href="/builders/notices/sdk-deprecation" />
</Cards>
2 changes: 0 additions & 2 deletions pages/builders/notices/_meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{
"granite-changes": "Preparing for Granite breaking changes",
"fp-changes": "Preparing for fault proofs breaking changes",
"sdk-deprecation": "Preparing for Optimism SDK deprecation"
}
100 changes: 0 additions & 100 deletions pages/builders/notices/fp-changes.mdx

This file was deleted.

86 changes: 0 additions & 86 deletions pages/builders/notices/granite-changes.mdx

This file was deleted.

4 changes: 3 additions & 1 deletion public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,6 @@
/stack/protocol/rollup/deposit-flow /stack/transactions/deposit-flow
/stack/protocol/outages /stack/rollup/outages
/stack/operators/features/op-txproxy /builders/chain-operators/tools/op-txproxy
/stack/operators/features/proxyd /builders/chain-operators/tools/proxyd
/stack/operators/features/proxyd /builders/chain-operators/tools/proxyd
/builders/notices/granite-changes https://github.com/ethereum-optimism/docs/blob/ef619668ae44276edecdfd657157254b9809e2d6/pages/builders/notices/granite-changes.mdx
/builders/notices/fp-changes https://github.com/ethereum-optimism/docs/blob/ef619668ae44276edecdfd657157254b9809e2d6/pages/builders/notices/fp-changes.mdx
Loading