diff --git a/@theme/markdoc/schema.ts b/@theme/markdoc/schema.ts index 1dc2774eff..4531c5fcc6 100644 --- a/@theme/markdoc/schema.ts +++ b/@theme/markdoc/schema.ts @@ -122,6 +122,10 @@ export const badge: Schema & { tagName: string } = { href: { type: 'String', required: false + }, + date: { // Not displayed, but useful for knowing how old an 'updated' badge is + type: 'String', + required: false } }, render: 'Badge' diff --git a/blog/2024/testnet-reset.md b/blog/2024/testnet-reset.md index 8ce0e481a1..579d28d63a 100644 --- a/blog/2024/testnet-reset.md +++ b/blog/2024/testnet-reset.md @@ -12,7 +12,9 @@ theme: This week, the faucets on both Testnet and Devnet faucets had their supply of test XRP depleted. Team RippleX, which operates the test networks, has been periodically moving funds back to the Testnet faucet to keep it running temporarily. Additionally, both faucets have had their default funding amount reduced to 100 XRP and the maximum amount from one request reduced. Both networks will be completely reset on Saturday, 2024-04-20. Until then, you may encounter times when the faucets are empty and cannot provide test XRP. -This post will be updated following the successful completion of the resets. +{% admonition type="success" name="Update" %} +The resets have completed successfully. Testnet and Devnet networks and faucets are online and fully operational. +{% /admonition %} ## Background