Skip to content

Commit 02e460f

Browse files
committed
Keep only EVM parity matrix in docs
1 parent 3322a5d commit 02e460f

7 files changed

Lines changed: 4 additions & 278 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
packages/*/coverage
55

66
examples/
7+
.internal/
78

89
# compiled output
910
dist

docs/docs.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,9 @@
8383
},
8484
{
8585
"dropdown": "EVM Parity",
86-
"description": "Compatibility matrix and execution plan",
87-
"icon": "check-double",
88-
"pages": [
89-
{
90-
"group": "Program",
91-
"pages": ["evm-parity/plan", "evm-parity/matrix", "evm-parity/rpc-conformance", "evm-parity/issue-sla"]
92-
}
93-
]
86+
"description": "Compatibility matrix",
87+
"icon": "table",
88+
"pages": ["evm-parity/matrix"]
9489
},
9590
{
9691
"dropdown": "@sei-js/sei-global-wallet",

docs/evm-parity/issue-sla.mdx

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

docs/evm-parity/matrix.json

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

docs/evm-parity/matrix.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,3 @@ This matrix tracks EVM developer workflows rather than package export counts. A
5151
## Scoring Rule
5252

5353
The public coverage score will start once conformance tests land. Only core rows count toward the >=95% target. `Not core` and `Network-limited` rows remain visible so developers understand the boundary, but they do not lower the SDK score when the behavior is intentional and documented.
54-
55-
## Source Data
56-
57-
The editable matrix source is stored at `/docs/evm-parity/matrix.json`.

docs/evm-parity/plan.mdx

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

docs/evm-parity/rpc-conformance.mdx

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

0 commit comments

Comments
 (0)