Skip to content

Commit 5adb056

Browse files
authored
Merge pull request #1040 from ethereum-optimism/sb-remove-old-notices
removing fp and granite notices
2 parents 5fdf0c2 + f42998c commit 5adb056

File tree

6 files changed

+5
-195
lines changed

6 files changed

+5
-195
lines changed

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.

pages/builders/notices.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,8 @@ import { Card, Cards } from 'nextra/components'
88

99
# Notices
1010

11-
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.
11+
This section offers essential information for builders to stay up-to-date with the latest changes in the OP Stack.
1212

1313
<Cards>
14-
<Card title="Preparing for fault proofs breaking changes" href="/builders/notices/fp-changes" />
15-
16-
<Card title="Preparing for granite breaking changes" href="/builders/notices/granite-changes" />
17-
1814
<Card title="Deprecation of the optimism sdk" href="/builders/notices/sdk-deprecation" />
1915
</Cards>

pages/builders/notices/_meta.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
{
2-
"granite-changes": "Preparing for Granite breaking changes",
3-
"fp-changes": "Preparing for fault proofs breaking changes",
42
"sdk-deprecation": "Preparing for Optimism SDK deprecation"
53
}

pages/builders/notices/fp-changes.mdx

Lines changed: 0 additions & 100 deletions
This file was deleted.

pages/builders/notices/granite-changes.mdx

Lines changed: 0 additions & 86 deletions
This file was deleted.

public/_redirects

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,6 @@
101101
/stack/protocol/rollup/deposit-flow /stack/transactions/deposit-flow
102102
/stack/protocol/outages /stack/rollup/outages
103103
/stack/operators/features/op-txproxy /builders/chain-operators/tools/op-txproxy
104-
/stack/operators/features/proxyd /builders/chain-operators/tools/proxyd
104+
/stack/operators/features/proxyd /builders/chain-operators/tools/proxyd
105+
/builders/notices/granite-changes https://github.com/ethereum-optimism/docs/blob/ef619668ae44276edecdfd657157254b9809e2d6/pages/builders/notices/granite-changes.mdx
106+
/builders/notices/fp-changes https://github.com/ethereum-optimism/docs/blob/ef619668ae44276edecdfd657157254b9809e2d6/pages/builders/notices/fp-changes.mdx

0 commit comments

Comments
 (0)