From e10362900d7e06bba39dda5fa235aefd7d9960a7 Mon Sep 17 00:00:00 2001 From: Chase Fleming <1666730+chasefleming@users.noreply.github.com> Date: Mon, 10 Nov 2025 14:31:03 -0800 Subject: [PATCH 1/2] Add notes about `createFlowClient` docs for advanced config --- docs/build/tools/clients/fcl-js/configure-fcl.md | 2 ++ docs/build/tools/clients/fcl-js/index.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/build/tools/clients/fcl-js/configure-fcl.md b/docs/build/tools/clients/fcl-js/configure-fcl.md index 033c057853..2a0b647eff 100644 --- a/docs/build/tools/clients/fcl-js/configure-fcl.md +++ b/docs/build/tools/clients/fcl-js/configure-fcl.md @@ -20,6 +20,8 @@ fcl .put('baz', 'buz'); // configures "baz" to be "buz" ``` +> **Note**: For advanced use cases requiring scoped configuration, isolated client instances, or multi-tenancy support, see the [`createFlowClient` reference documentation](./packages-docs/fcl/createFlowClient). + ## Getting Configuration Values The `config` instance has an asynchronous `get` method. You can also pass it a fallback value incase the configuration state does not include what you are wanting. diff --git a/docs/build/tools/clients/fcl-js/index.md b/docs/build/tools/clients/fcl-js/index.md index 80374275d2..fff77b91be 100644 --- a/docs/build/tools/clients/fcl-js/index.md +++ b/docs/build/tools/clients/fcl-js/index.md @@ -80,6 +80,8 @@ fcl.config({ fcl.authenticate(); ``` +> **Note**: For advanced configuration patterns including scoped clients and multi-tenancy, see the [`createFlowClient` reference documentation](./packages-docs/fcl/createFlowClient). + ![FCL Default Discovery UI](images/discovery.png) > **Note**: A [Dapper Wallet](https://meetdapper.com/developers) developer account is required. From 75b82ae87a019c85703b4b2f00a92c9a4904a4fc Mon Sep 17 00:00:00 2001 From: Chase Fleming <1666730+chasefleming@users.noreply.github.com> Date: Mon, 10 Nov 2025 14:46:56 -0800 Subject: [PATCH 2/2] Add .md --- docs/build/tools/clients/fcl-js/configure-fcl.md | 2 +- docs/build/tools/clients/fcl-js/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build/tools/clients/fcl-js/configure-fcl.md b/docs/build/tools/clients/fcl-js/configure-fcl.md index 2a0b647eff..271121277a 100644 --- a/docs/build/tools/clients/fcl-js/configure-fcl.md +++ b/docs/build/tools/clients/fcl-js/configure-fcl.md @@ -20,7 +20,7 @@ fcl .put('baz', 'buz'); // configures "baz" to be "buz" ``` -> **Note**: For advanced use cases requiring scoped configuration, isolated client instances, or multi-tenancy support, see the [`createFlowClient` reference documentation](./packages-docs/fcl/createFlowClient). +> **Note**: For advanced use cases requiring scoped configuration, isolated client instances, or multi-tenancy support, see the [`createFlowClient` reference documentation](./packages-docs/fcl/createFlowClient.md). ## Getting Configuration Values diff --git a/docs/build/tools/clients/fcl-js/index.md b/docs/build/tools/clients/fcl-js/index.md index fff77b91be..f2567b4779 100644 --- a/docs/build/tools/clients/fcl-js/index.md +++ b/docs/build/tools/clients/fcl-js/index.md @@ -80,7 +80,7 @@ fcl.config({ fcl.authenticate(); ``` -> **Note**: For advanced configuration patterns including scoped clients and multi-tenancy, see the [`createFlowClient` reference documentation](./packages-docs/fcl/createFlowClient). +> **Note**: For advanced configuration patterns including scoped clients and multi-tenancy, see the [`createFlowClient` reference documentation](./packages-docs/fcl/createFlowClient.md). ![FCL Default Discovery UI](images/discovery.png)