-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Update links in getting started index (#466)
- Loading branch information
1 parent
876339c
commit cb41617
Showing
1 changed file
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
# Getting started | ||
|
||
See our examples: | ||
For now, see our main [README.md](https://github.com/roadster-rs/roadster/blob/main/README.md) which has some | ||
instructions for how to get started with Roadster. | ||
|
||
- [Full](https://github.com/roadster-rs/roadster/tree/main/examples/full) - Demo of all features | ||
- [App builder](https://github.com/roadster-rs/roadster/tree/main/examples/app-builder) - Demo of the builder-style API | ||
See also, our examples: | ||
|
||
- [full](https://github.com/roadster-rs/roadster/tree/main/examples/full) - Demo of all features | ||
- [app-builder](https://github.com/roadster-rs/roadster/tree/main/examples/app-builder) - Demo of the builder-style API | ||
to configure the app | ||
- [Leptos SSR](https://github.com/roadster-rs/roadster/tree/main/examples/leptos-ssr) - Demo of using Leptos with | ||
- [leptos-0.7-ssr](https://github.com/roadster-rs/roadster/tree/main/examples/leptos-0.7-ssr) - Demo of using Leptos 0.7 | ||
with Roadster | ||
- [leptos-ssr](https://github.com/roadster-rs/roadster/tree/main/examples/leptos-ssr) - Demo of using Leptos 0.6 with | ||
Roadster |