Skip to content

Commit

Permalink
docs: Update links in getting started index (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
spencewenski authored Oct 20, 2024
1 parent 876339c commit cb41617
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions book/src/getting-started/index.md
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

0 comments on commit cb41617

Please sign in to comment.