From 19df50bcba3003b10cc6eea95861d979093a52ee Mon Sep 17 00:00:00 2001 From: Michael Lip <51033404+theluckystrike@users.noreply.github.com> Date: Mon, 9 Mar 2026 13:52:19 +0700 Subject: [PATCH] Add Networking examples to docs index page (#2613) * Add Networking examples to docs index page Fixes #2611 * Add icons and fix playground link --------- Co-authored-by: Reynaldi Chernando --- src/docs/src/assets/js/example.js | 2 ++ src/docs/src/index.md | 27 +++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/src/docs/src/assets/js/example.js b/src/docs/src/assets/js/example.js index 987468c65..0b750ba60 100644 --- a/src/docs/src/assets/js/example.js +++ b/src/docs/src/assets/js/example.js @@ -11,6 +11,8 @@ const icons = { hosting_active: '', auth_outline: '', auth_active: '', + networking_outline: '', + networking_active: '', }; $(document).ready(function () { diff --git a/src/docs/src/index.md b/src/docs/src/index.md index 0ec98c009..aea86c9af 100755 --- a/src/docs/src/index.md +++ b/src/docs/src/index.md @@ -93,6 +93,7 @@ Puter.js is powered by [Puter](https://github.com/HeyPuter/puter), the open-sour
NoSQL Database
Hosting
Auth
+
Networking
@@ -282,3 +283,29 @@ Puter.js is powered by [Puter](https://github.com/HeyPuter/puter), the open-sour ```
+ +
+ +#### Fetch a resource without CORS restrictions + +```html;net-fetch + + + + + + +``` + +