Skip to content

Commit

Permalink
docs: add links to Rustdoc for streams and singletons/optionals
Browse files Browse the repository at this point in the history
  • Loading branch information
shadaj committed Jan 31, 2025
1 parent 602785d commit 2344454
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docs/hydro/live-collections/singletons-optionals.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ sidebar_position: 3
---

# Singletons and Optionals
You can view the full API documentation for Singletons [here](pathname:///rustdoc/hydro_lang/singleton/struct.Singleton) and Optionals [here](pathname:///rustdoc/hydro_lang/optional/struct.Optional).

:::caution

The Hydro documentation is currently under active development! This page is a placeholder for future content.
Expand Down
2 changes: 2 additions & 0 deletions docs/docs/hydro/live-collections/streams.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ sidebar_position: 2
---

# Streams
You can view the full API documentation for Streams [here](pathname:///rustdoc/hydro_lang/stream/struct.Stream).

:::caution

The Hydro documentation is currently under active development! This page is a placeholder for future content.
Expand Down

0 comments on commit 2344454

Please sign in to comment.