Skip to content

Commit

Permalink
chore (website): add deployed examples to demos on website (#2186)
Browse files Browse the repository at this point in the history
This adds all of the deployed examples as demos on the website.
  • Loading branch information
kevin-dp authored Dec 19, 2024
1 parent 73ebf07 commit 0fab338
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/demos/nextjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
title: Next.js
description: >-
Example of an Electric app using Next.js.
deployed_url: https://nextjs.examples.electric-sql.com/
source_url: https://github.com/electric-sql/electric/tree/main/examples/nextjs
image: /img/demos/items-screenshot.png
example: true
---

Expand Down
2 changes: 2 additions & 0 deletions website/demos/proxy-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
title: Proxy auth
description: >-
Example showing how to authorize access to Electric using a proxy.
deployed_url: https://proxy-auth.examples.electric-sql.com/
source_url: https://github.com/electric-sql/electric/tree/main/examples/proxy-auth
image: /img/demos/proxy-auth-screenshot.png
example: true
---

Expand Down
2 changes: 2 additions & 0 deletions website/demos/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
title: React
description: >-
Basic example of an Electric app using React.
deployed_url: https://basic.examples.electric-sql.com
source_url: https://github.com/electric-sql/electric/tree/main/examples/react
image: /img/demos/items-screenshot.png
example: true
---

Expand Down
2 changes: 2 additions & 0 deletions website/demos/remix.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
title: Remix
description: >-
Example of an Electric app using Remix.
deployed_url: https://remix.examples.electric-sql.com/
source_url: https://github.com/electric-sql/electric/tree/main/examples/nextjs
image: /img/demos/items-screenshot.png
example: true
---

Expand Down
2 changes: 2 additions & 0 deletions website/demos/tanstack.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
title: Tanstack
description: >-
Example of an Electric app using Tanstack Query for optimistic state.
deployed_url: https://tanstack.examples.electric-sql.com/
source_url: https://github.com/electric-sql/electric/tree/main/examples/tanstack
image: /img/demos/items-screenshot.png
example: true
---

Expand Down
Binary file added website/public/img/demos/items-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0fab338

Please sign in to comment.