Skip to content

Commit 1af336a

Browse files
committed
chore: update
1 parent 2ccebf8 commit 1af336a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/app/app.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ export default defineAppConfig({
8484
'/guide/devframe-definition',
8585
'/guide/rpc',
8686
'/guide/shared-state',
87-
'/guide/streaming',
8887
'/guide/client-assets',
8988
'/guide/scoped-context',
9089
'/guide/json-render',
9190
'/guide/diagnostics',
91+
'/guide/streaming',
9292
],
9393
},
9494
{

docs/content/1.guide/11.client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Client'
33
navigation:
4-
icon: i-lucide-plug
4+
icon: i-lucide-globe
55
description: 'The RPC client connects any surface — dock iframe, remote page, standalone SPA — to a devframe''s node side with type-safe RPC, shared state, and a trust handshake.'
66
---
77

docs/content/1.guide/12.in-page-channel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'In-Page Channel'
33
navigation:
4-
icon: i-lucide-message-square
4+
icon: i-lucide-message-square-code
55
description: 'The in-page channel connects a devframe''s page script to its panels entirely in the browser — typed events, calls, and page-script-authoritative shared state, with no server involved.'
66
---
77

docs/content/1.guide/4.shared-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Shared State'
33
navigation:
4-
icon: i-lucide-refresh-cw
4+
icon: i-lucide-database-zap
55
description: 'Shared state is observable, immutable-by-default state synced between the node side and every RPC client, surviving reconnects — a new RPC client gets the snapshot.'
66
---
77

0 commit comments

Comments
 (0)