Skip to content
Open
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
299 changes: 0 additions & 299 deletions cometbft/next/docs/experimental/krakatoa-mempool.mdx

This file was deleted.

9 changes: 1 addition & 8 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2004,13 +2004,7 @@
"evm/next/documentation/concepts/single-token-representation",
"evm/next/documentation/concepts/tokens",
"evm/next/documentation/concepts/transactions",
"evm/next/documentation/concepts/eip-1559-feemarket",
{
"group": "Experimental",
"pages": [
"evm/next/documentation/concepts/experimental/krakatoa-mempool"
]
}
"evm/next/documentation/concepts/eip-1559-feemarket"
]
},
{
Expand Down Expand Up @@ -5210,7 +5204,6 @@
{
"group": "Experimental",
"pages": [
"cometbft/next/docs/experimental/krakatoa-mempool"
]
},
Comment on lines 5204 to 5208
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Empty Experimental navigation group left behind

After removing the krakatoa-mempool entry, the CometBFT "Experimental" group is left with an empty pages array. This will render as an empty, broken navigation section in the docs sidebar. The entire group should be removed since it now has no content.

Suggested change
{
"group": "Experimental",
"pages": [
"cometbft/next/docs/experimental/krakatoa-mempool"
]
},

(Remove lines 5204–5208 entirely — the empty group entry should be deleted.)

{
Expand Down
Loading