Skip to content

Commit e4f0477

Browse files
committed
chore: fix docs intro
1 parent 00d5d74 commit e4f0477

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/docs/docs/getstarted.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,11 @@ For the environment, there are three ways to implement your tree environment:
114114
- Use an [UncontrolledTreeEnvironment](/docs/react/UncontrolledTreeEnvironment) and implement a custom
115115
[TreeDataProvider](/docs/api/interfaces/TreeDataProvider). This is similarly easy and provides the ability to
116116
directly react to change events and define a lazy item-loading strategy. This approach is most likely the best
117-
way to integrate React Complex Tree in realistic scenarios. This approach is described here TODO
118-
- Use an [StaticTreeDataProvider](/docs/api/classes/StaticTreeDataProvider). This requires you to define your
117+
way to integrate React Complex Tree in realistic scenarios. This approach is described [here](/docs/guides/uncontrolled-environment),
118+
with additional details on implementing custom a TreeDataProvider [here](/docs/guides/custom-data-provider).
119+
- Use an [ControlledTreeEnvironment](/docs/react/ControlledTreeEnvironment). This requires you to define your
119120
own logic to manage the view state, thus requiring the most effort, but also provides the most customizability.
120-
This approach is described here TODO
121+
This approach is described [here](/docs/guides/controlled-environment).
121122

122123
## Providing the data for the tree
123124

0 commit comments

Comments
 (0)