You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -406,16 +415,19 @@ import { Icon } from 'astro-icon/components';
406
415
title="HTTP & Rest"
407
416
description="The HTTP endpoints exposed by SurrealDB instances provide a simple way to interact with the database over a traditional RESTful interface."
408
417
href="/docs/surrealdb/integration/http"
418
+
icon={{ light: HttpLight, dark: HttpDark }}
409
419
/>
410
420
<IconBox
411
421
title="RPC Protocol"
412
422
description="The RPC protocol allows for network-protocol agnostic communication with SurrealDB."
413
-
href="/docs/surrealdb/integration/rpc"
423
+
href="/docs/surrealdb/integration/rpc"
424
+
icon={{ light: RPCLight, dark: RPCDark }}
414
425
/>
415
426
<IconBox
416
427
title="CBOR Protocol"
417
428
description="SurrealDB extends the CBOR protocol with a number of custom tags to support the full range of data types available in SurrealDB."
0 commit comments