Skip to content

Commit

Permalink
docs: link to tree quick start guide (microsoft#22414)
Browse files Browse the repository at this point in the history
adds links to the new quick start guide to the tree dds page and the
tree package readme
  • Loading branch information
jenn-le authored Sep 6, 2024
1 parent 35610c0 commit 63c3aa0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/content/docs/data-structures/tree.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ menuPosition: 6

The `SharedTree` distributed data structure (DDS), available in Fluid Framework 2 and later, is used to store most or all of your application's shared data in a hierarchical structure.

To get started working with `SharedTree` in your application, read this [quick start guide](../start/tree-start.md).

A `SharedTree` has the following characteristics:

- It is accessed through a `TreeView` object that exposes all the functionality for reading and editing data within a `SharedTree`.
Expand Down
2 changes: 2 additions & 0 deletions packages/dds/tree/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A [tree](<https://en.wikipedia.org/wiki/Tree_(data_structure)>) data structure for the [Fluid Framework](https://fluidframework.com/).

To get started working with `SharedTree` in your application, read this [quick start guide](https://fluidframework.com/docs/start/tree-start/).

The contents of this package are also reported as part of the [`fluid-framework` package](https://www.npmjs.com/package/fluid-framework) which provides an alternative way to consume the functionality from this package.

[SharedTree Philosophy](./docs/SharedTree%20Philosophy.md) covers the goals of the SharedTree project,
Expand Down

0 comments on commit 63c3aa0

Please sign in to comment.