From e0bc9be4cc91b5a381dd91c9fad4f83b61a1d97a Mon Sep 17 00:00:00 2001 From: tilo-14 Date: Sun, 9 Nov 2025 20:38:44 +0000 Subject: [PATCH 1/2] Fix Rust client library description and close missing tab tags Clarify Rust has one client library (not combines tokens). Fix hint block wording for consistency. Add missing endtab tag to close Rust tab properly. --- zk-compression-docs/compressed-pdas/client-library/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zk-compression-docs/compressed-pdas/client-library/README.md b/zk-compression-docs/compressed-pdas/client-library/README.md index 71c4022..1f2a73e 100644 --- a/zk-compression-docs/compressed-pdas/client-library/README.md +++ b/zk-compression-docs/compressed-pdas/client-library/README.md @@ -123,7 +123,7 @@ const testRpc = await getTestRpc(lightWasm); {% endtab %} {% tab title="Rust" %} -Rust combines tokens in the client library, and has a separate SDK for program-side development: +Rust has only one client library, and a separate SDK for program-side development: 1. [`light-client`](https://docs.rs/light-client): The RPC client that provides the ZK Compression RPC interface to query and build transactions for **compressed accounts and tokens** on Solana. 2. [`light-sdk`](https://docs.rs/light-sdk): Program-side abstractions (macros, wrappers, CPI interface) to create and interact with compressed accounts in Solana programs. Similar to Anchor's `Account` pattern. From 559df1030bbec34f72d73fbdc13f3f38d72688e6 Mon Sep 17 00:00:00 2001 From: tilo-14 Date: Sun, 9 Nov 2025 20:53:45 +0000 Subject: [PATCH 2/2] Add zk-compression-docs to CodeRabbit path filters Include all documentation files in zk-compression-docs directory for review. --- .coderabbit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 4a94195..5dbe305 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -9,7 +9,7 @@ reviews: - "!node_modules/**" - "!dist/**" - "src/**" - - "zk-compression-docs/.gitbook/assets/**" + - "zk-compression-docs/**" - "LICENSE" # add linters and other tools, CodeRabbit will run and check these as part of its review process. See a list of supported tools: https://docs.coderabbit.ai/tools/list tools: