Skip to content

Commit fae227f

Browse files
authored
Merge pull request #1568 from onflow/cf/create-flow-client-docs-improvements
Add notes about `createFlowClient` docs for advanced config
2 parents eafdf54 + 75b82ae commit fae227f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/build/tools/clients/fcl-js/configure-fcl.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ fcl
2020
.put('baz', 'buz'); // configures "baz" to be "buz"
2121
```
2222

23+
> **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).
24+
2325
## Getting Configuration Values
2426

2527
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.

docs/build/tools/clients/fcl-js/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ fcl.config({
8080
fcl.authenticate();
8181
```
8282

83+
> **Note**: For advanced configuration patterns including scoped clients and multi-tenancy, see the [`createFlowClient` reference documentation](./packages-docs/fcl/createFlowClient.md).
84+
8385
![FCL Default Discovery UI](images/discovery.png)
8486

8587
> **Note**: A [Dapper Wallet](https://meetdapper.com/developers) developer account is required.

0 commit comments

Comments
 (0)