Skip to content

Commit 5488eb8

Browse files
committed
docs(readme): add clone button to projects
1 parent 8dbd221 commit 5488eb8

File tree

64 files changed

+72
-3658
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+72
-3658
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ frameworks.
6464
| [Nuxt.js] ([Demo][demo22], [Video][video22]) | A simple Nuxt.js starter using `create-nuxt-app` CLI with Tailwind and Axios added |
6565
| [React.js] ([Demo][demo23], [Video][video23]) | This example demonstrates how to query from GraphCMS with graphql-request in React.js |
6666
| [Vue.js] ([Demo][demo24], [Video][video24]) | A vanilla Vue.js starter using `vue create` CLI with Vue Router |
67-
| [Sapper] ([Demo][demo25]) | A Svelte example using Sapper |
6867
| [SvelteKit] ([Demo][demo26], [Video][video26]) | A Svelte example using SvelteKit and `graphql-request` to fetch data |
6968
| [SvelteKit with URQL] ([Demo][demo27]) | A SvelteKit example URQL to fetch data |
7069
| [Eleventy] ([Demo][demo28]) | An Eleventy example using `graphql-request` to fetch data. |
@@ -200,8 +199,6 @@ We've crafted a few example [UI extensions](https://graphcms.com/docs/ui-extensi
200199
[vue.js]: with-vuejs
201200
[video24]: https://youtu.be/CVM-BFLWwro
202201
[demo24]: https://graphcms-with-vuejs.now.sh/
203-
[sapper]: with-sapper
204-
[demo25]: https://graphcms-with-sapper.now.sh/
205202
[sveltekit]: with-sveltekit
206203
[video26]: https://youtu.be/RHorjtLq1LY
207204
[demo26]: https://graphcms-with-sveltekit.now.sh/

using-mutations/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This example demonstrates how to mutate GraphCMS data with Next.js.
66

77
[Demo](https://graphcms-using-mutations.now.sh)
88

9-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/GraphCMS/graphcms-examples/tree/master/using-mutations)
9+
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/GraphCMS/graphcms-examples/tree/master/using-mutations) [![Clone project](https://graphcms.com/button)](https://app.graphcms.com/clone/0ff23f7a41ce4da69a366ab299cc24d8)
1010

1111
## How to Use
1212

using-order-by-filter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This example is built with [Next.js](https://nextjs.org), [`graphql-request`](ht
88

99
[Demo](https://graphcms-using-order-by-filter.vercel.app)
1010

11-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/GraphCMS/graphcms-examples/tree/master/using-order-by-filter)
11+
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/GraphCMS/graphcms-examples/tree/master/using-order-by-filter) [![Clone project](https://graphcms.com/button)](https://app.graphcms.com/clone/0ff23f7a41ce4da69a366ab299cc24d8)
1212

1313
## How to Use
1414

using-pagination/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
This example demonstrates ways you can paginate GraphCMS queries.
66

7-
* [Generate numbered pages](/using-pagination/src/pages/products/[page].js). This example generates a number of static pages based on a total count and a 'per page' limit.
8-
* [Larger result sets](/using-pagination/src/pages/index.js). GraphCMS has a default [result set size](https://graphcms.com/docs/guides/migrating#result-set-size) of 100 entries, which can be increased up to 1000 entries. This example using a [`for await`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for-await...of) statement to 'loop' requests until all data matching the desired query is returned.
7+
- [Generate numbered pages](/using-pagination/src/pages/products/[page].js). This example generates a number of static pages based on a total count and a 'per page' limit.
8+
- [Larger result sets](/using-pagination/src/pages/index.js). GraphCMS has a default [result set size](https://graphcms.com/docs/guides/migrating#result-set-size) of 100 entries, which can be increased up to 1000 entries. This example using a [`for await`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for-await...of) statement to 'loop' requests until all data matching the desired query is returned.
99

1010
This example is built with [Next.js](https://nextjs.org) and [`graphql-request`](https://github.com/prisma-labs/graphql-request).
1111

1212
[Demo](https://graphcms-using-pagination.vercel.app)
1313

14-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/GraphCMS/graphcms-examples/tree/master/using-pagination)
14+
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/GraphCMS/graphcms-examples/tree/master/using-pagination) [![Clone project](https://graphcms.com/button)](https://app.graphcms.com/clone/0ff23f7a41ce4da69a366ab299cc24d8)
1515

1616
## How to Use
1717

using-rich-text-react-renderer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This example demonstrates how you can render Rich Text from GraphCMS.
66

77
[Demo](https://graphcms-using-rich-text-react-renderer.vercel.app)
88

9-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/GraphCMS/graphcms-examples/tree/master/using-pagination)
9+
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/GraphCMS/graphcms-examples/tree/master/using-rich-text-react-renderer)
1010

1111
## How to Use
1212

using-where-filter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This example is built with [Next.js](https://nextjs.org), [`graphql-request`](ht
88

99
[Demo](https://graphcms-using-where-filter.vercel.app)
1010

11-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/GraphCMS/graphcms-examples/tree/master/using-where-filter)
11+
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/GraphCMS/graphcms-examples/tree/master/using-where-filter) [![Clone project](https://graphcms.com/button)](https://app.graphcms.com/clone/0ff23f7a41ce4da69a366ab299cc24d8)
1212

1313
## How to Use
1414

with-algolia/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Using [GraphCMS webhooks](https://graphcms.com/webhooks) to sync data to [Algoli
66

77
[Demo](https://graphcms-with-algolia.vercel.app)
88

9-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/GraphCMS/graphcms-examples/tree/master/with-algolia)
9+
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/GraphCMS/graphcms-examples/tree/master/with-algolia) [![Clone project](https://graphcms.com/button)](https://app.graphcms.com/clone/0ff23f7a41ce4da69a366ab299cc24d8)
1010

1111
## How to Use
1212

with-apollo-client-3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This example demonstrates how to query from GraphCMS with `graphql-request` in R
66

77
[Demo](https://graphcms-with-apollo-client-3.vercel.app)
88

9-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/GraphCMS/graphcms-examples/tree/master/with-apollo-client-3)
9+
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/GraphCMS/graphcms-examples/tree/master/with-apollo-client-3) [![Clone project](https://graphcms.com/button)](https://app.graphcms.com/clone/0ff23f7a41ce4da69a366ab299cc24d8)
1010

1111
## How to Use
1212

with-apollo-server/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Using [`apollo-datasource-graphql`](https://github.com/poetic/apollo-datasource-
66

77
[Demo](https://graphcms-with-apollo-server.herokuapp.com)
88

9+
[![Clone project](https://graphcms.com/button)](https://app.graphcms.com/clone/0ff23f7a41ce4da69a366ab299cc24d8)
10+
911
## How to Use
1012

1113
### Download Manually

with-astro/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This example shows how to use the Astro with GraphCMS.
66

77
[Demo](https://graphcms-with-astro.vercel.app)
88

9-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/GraphCMS/graphcms-examples/tree/master/with-astro)
9+
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/GraphCMS/graphcms-examples/tree/master/with-astro) [![Clone project](https://graphcms.com/button)](https://app.graphcms.com/clone/0ff23f7a41ce4da69a366ab299cc24d8)
1010

1111
## How to Use
1212

0 commit comments

Comments
 (0)