From 288799a44bb7b9a104cda5d9c9481e0798d7ef7d Mon Sep 17 00:00:00 2001 From: giac-mysten Date: Wed, 16 Oct 2024 09:47:06 +0100 Subject: [PATCH] docs: add paragraph to blog post on WS --- docs/blog/04_testnet_update.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/blog/04_testnet_update.md b/docs/blog/04_testnet_update.md index 7755922..77b1cc8 100644 --- a/docs/blog/04_testnet_update.md +++ b/docs/blog/04_testnet_update.md @@ -89,3 +89,14 @@ to follow Sui event streams. As part of the Testnet release of Walrus the documentation and Move Smart contracts have been updated, and can be found at the [Walrus-docs repository](https://github.com/MystenLabs/walrus-docs) and as a [Walrus Docs Site](https://docs.walrus.site/). + +## New Walrus Sites features + +With the move to Walrus Testnet, Walrus Sites have also been updated! The new features in this +update greatly increase the flexibility, speed, and security of Walrus Sites. Developers can now +specify client-side routing rules, and add custom HTTP headers to the Portals' responses for their +site, expanding the possibilities for what Walrus Sites can do. + +[Migrate now](../walrus-sites/tutorial-migration.md) now to take advantage of these new features! +The old Walrus Sites, based on Walrus Devnet, will still be available for a short time. However, +Devnet will be wiped soon, so it is recommended to migrate as soon as possible.