Skip to content

Commit

Permalink
docs: Adds / Updates Sandbox links
Browse files Browse the repository at this point in the history
  • Loading branch information
toastedtoast committed Feb 14, 2023
1 parent f03aee5 commit a74cbfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/docs/pages/guides/sandbox-applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ In order to help you get started with Liquid we have implemented small sample ap
- Liquid + **Next + Typescript + Tailwind CSS** ([repository](https://github.com/emdgroup-liquid/liquid-sandbox-next-tailwind), [code sandbox](https://stackblitz.com/github/emdgroup-liquid/liquid-sandbox-next-tailwind))
- Liquid + **Astro + Svelte + Typescript + Tailwind CSS** ([repository](https://github.com/emdgroup-liquid/liquid-sandbox-astro-svelte-tailwind), [code sandbox](https://stackblitz.com/github/emdgroup-liquid/liquid-sandbox-astro-svelte-tailwind))
- Liquid + **Solid + Typescript + Tailwind CSS** ([repository](https://github.com/emdgroup-liquid/liquid-sandbox-solid-tailwind), [code sandbox](https://stackblitz.com/github/emdgroup-liquid/liquid-sandbox-solid-tailwind))
- Liquid + **CDN** ([repository](https://github.com/emdgroup-liquid/liquid-sandbox-cdn), [code sandbox](https://stackblitz.com/github/emdgroup-liquid/liquid-sandbox-cdn))
- Liquid + **Vite + Javascript** ([repository](https://github.com/emdgroup-liquid/liquid-sandbox-vite-vanilla), [code sandbox](https://stackblitz.com/github/emdgroup-liquid/liquid-sandbox-vite-vanilla))

<docs-page-nav prev-href="guides/design-tokens/" next-title="Troubleshooting" next-href="guides/troubleshooting/"></docs-page-nav>
2 changes: 1 addition & 1 deletion src/docs/pages/introduction/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ document.querySelector <
This guide shows how to get started with Liquid Oxygen without using a framework like React. Providing more context, we created several sandbox applications showing how Liquid Oxygen works in these environments:

- [Liquid + CDN](https://stackblitz.com/github/emdgroup-liquid/liquid-sandbox-cdn)
- [Liquid + Vite + Typescript](https://stackblitz.com/github/emdgroup-liquid/liquid-sandbox-vite-ts)
- [Liquid + Vite + Javascript](https://stackblitz.com/github/emdgroup-liquid/liquid-sandbox-vite-vanilla)

You are using React? Check out the [React guide](introduction/getting-started/react/).

Expand Down

0 comments on commit a74cbfd

Please sign in to comment.