diff --git a/examples/basic-css/README.md b/examples/basic-css/README.md index 1b829f01..22ce99b4 100644 --- a/examples/basic-css/README.md +++ b/examples/basic-css/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/basic-css) # Basic CSS example diff --git a/examples/custom-server-express/README.md b/examples/custom-server-express/README.md index f369b8c5..ce3efd0d 100644 --- a/examples/custom-server-express/README.md +++ b/examples/custom-server-express/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/custom-server-express) # Custom Express Server example diff --git a/examples/custom-server-hapi/README.md b/examples/custom-server-hapi/README.md index 0596afdf..629fae4c 100644 --- a/examples/custom-server-hapi/README.md +++ b/examples/custom-server-hapi/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/custom-server-hapi) # Custom server using Hapi example diff --git a/examples/custom-server-koa/README.md b/examples/custom-server-koa/README.md index cbc0ec18..87e03cf2 100644 --- a/examples/custom-server-koa/README.md +++ b/examples/custom-server-koa/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/custom-server-koa) # Custom Koa Server example diff --git a/examples/custom-server/README.md b/examples/custom-server/README.md index f0fb47a2..c94fc2ce 100644 --- a/examples/custom-server/README.md +++ b/examples/custom-server/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/custom-server) # Custom server example diff --git a/examples/data-fetch/README.md b/examples/data-fetch/README.md index 2b8dd7df..d4da62d8 100644 --- a/examples/data-fetch/README.md +++ b/examples/data-fetch/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/data-fetch) # Data fetch example diff --git a/examples/head-elements/README.md b/examples/head-elements/README.md index 3982f111..ecdc0e6f 100644 --- a/examples/head-elements/README.md +++ b/examples/head-elements/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/head-elements) # Head elements example diff --git a/examples/hello-world/README.md b/examples/hello-world/README.md index 39ae6372..f1833130 100644 --- a/examples/hello-world/README.md +++ b/examples/hello-world/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/hello-world) # Hello World example diff --git a/examples/layout-component/README.md b/examples/layout-component/README.md index 4d87d164..468d4d7b 100644 --- a/examples/layout-component/README.md +++ b/examples/layout-component/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/layout-component) # Layout component example diff --git a/examples/nested-components/README.md b/examples/nested-components/README.md index 3aede8bd..e9d60263 100644 --- a/examples/nested-components/README.md +++ b/examples/nested-components/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/nested-components) # Example app using nested components diff --git a/examples/parameterized-routing/README.md b/examples/parameterized-routing/README.md index a2e89d5a..b37cb2bd 100644 --- a/examples/parameterized-routing/README.md +++ b/examples/parameterized-routing/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/parameterized-routing) # Parametrized routes example (dynamic routing) diff --git a/examples/progressive-render/README.md b/examples/progressive-render/README.md index 2af3fb7d..c9fa4d1c 100644 --- a/examples/progressive-render/README.md +++ b/examples/progressive-render/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/progressive-render) # Example app implementing progressive server-side render ## How to use diff --git a/examples/shared-modules/README.md b/examples/shared-modules/README.md index 92720401..0ba99de5 100644 --- a/examples/shared-modules/README.md +++ b/examples/shared-modules/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/shared-modules) # Example app using shared modules ## How to use diff --git a/examples/ssr-caching/README.md b/examples/ssr-caching/README.md index 06260144..5fc6d7f7 100644 --- a/examples/ssr-caching/README.md +++ b/examples/ssr-caching/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/ssr-caching) # Example app where it caches SSR'ed pages in the memory diff --git a/examples/svg-components/README.md b/examples/svg-components/README.md index 86c0c168..b7e274d7 100644 --- a/examples/svg-components/README.md +++ b/examples/svg-components/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/svg-components) # SVG components example diff --git a/examples/using-inferno/README.md b/examples/using-inferno/README.md index 75879059..69bd5fc7 100644 --- a/examples/using-inferno/README.md +++ b/examples/using-inferno/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/using-inferno) # Hello World example diff --git a/examples/using-preact/README.md b/examples/using-preact/README.md index 6c7953fa..300a5b5a 100644 --- a/examples/using-preact/README.md +++ b/examples/using-preact/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/using-preact) # Hello World example diff --git a/examples/using-router/README.md b/examples/using-router/README.md index 551cc048..ba15e97a 100644 --- a/examples/using-router/README.md +++ b/examples/using-router/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/using-router) # Example app utilizing next/router for routing ## How to use diff --git a/examples/with-amp/README.md b/examples/with-amp/README.md index 6227f0c0..c0e1d187 100644 --- a/examples/with-amp/README.md +++ b/examples/with-amp/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-amp) # Google AMP diff --git a/examples/with-aphrodite/README.md b/examples/with-aphrodite/README.md index 3f403dc0..7102dead 100644 --- a/examples/with-aphrodite/README.md +++ b/examples/with-aphrodite/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-aphrodite) # Example app with aphrodite diff --git a/examples/with-apollo-and-redux/README.md b/examples/with-apollo-and-redux/README.md index 4d0820aa..d95c8c0a 100644 --- a/examples/with-apollo-and-redux/README.md +++ b/examples/with-apollo-and-redux/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-apollo-and-redux) # Apollo & Redux Example ## How to use diff --git a/examples/with-apollo/README.md b/examples/with-apollo/README.md index 9437e007..a283a645 100644 --- a/examples/with-apollo/README.md +++ b/examples/with-apollo/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-apollo) # Apollo Example ## Demo diff --git a/examples/with-custom-babel-config/README.md b/examples/with-custom-babel-config/README.md index 09254129..9798a1da 100644 --- a/examples/with-custom-babel-config/README.md +++ b/examples/with-custom-babel-config/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-custom-babel-config) # Example app using custom babel config Download the example [or clone the repo](https://github.com/zeit/next.js): diff --git a/examples/with-cxs/README.md b/examples/with-cxs/README.md index 59d51deb..e8e9d886 100644 --- a/examples/with-cxs/README.md +++ b/examples/with-cxs/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-cxs) # Example app with cxs diff --git a/examples/with-external-scoped-css/README.md b/examples/with-external-scoped-css/README.md index 821d9ccc..46f32d71 100644 --- a/examples/with-external-scoped-css/README.md +++ b/examples/with-external-scoped-css/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-external-scoped-css) ## Scoped Style with external CSS file The motivation for this example is using scoped css from external files and in the end generate a compiled static `.css` file to use in production.. diff --git a/examples/with-fela/README.md b/examples/with-fela/README.md index 88a976f1..96198637 100644 --- a/examples/with-fela/README.md +++ b/examples/with-fela/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-fela) # Example app with Fela diff --git a/examples/with-flow/README.md b/examples/with-flow/README.md index 1f62f1e8..480f6012 100644 --- a/examples/with-flow/README.md +++ b/examples/with-flow/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-flow) # Example app with [Flow](https://flowtype.org/) ## How to use diff --git a/examples/with-glamor/README.md b/examples/with-glamor/README.md index 8444b485..798ec168 100644 --- a/examples/with-glamor/README.md +++ b/examples/with-glamor/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-glamor) # Example app with glamor diff --git a/examples/with-glamorous/README.md b/examples/with-glamorous/README.md index b39238e3..33e6c4c7 100644 --- a/examples/with-glamorous/README.md +++ b/examples/with-glamorous/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-glamorous) # Example app with [glamorous](https://github.com/kentcdodds/glamorous) diff --git a/examples/with-global-stylesheet/README.md b/examples/with-global-stylesheet/README.md index 53cd30b8..2a92a51f 100644 --- a/examples/with-global-stylesheet/README.md +++ b/examples/with-global-stylesheet/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-global-stylesheet) # Global Stylesheet example This is an example of how you can include a global stylesheet in a next.js webapp. diff --git a/examples/with-jest/README.md b/examples/with-jest/README.md index 6de953b4..6e96426b 100644 --- a/examples/with-jest/README.md +++ b/examples/with-jest/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-jest) # Example app with jest tests ## How to use diff --git a/examples/with-loading/README.md b/examples/with-loading/README.md index 3ea7226b..82425223 100644 --- a/examples/with-loading/README.md +++ b/examples/with-loading/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-loading) # Example app with page loading indicator ## How to use diff --git a/examples/with-mobx/README.md b/examples/with-mobx/README.md index ff9bf936..21722531 100644 --- a/examples/with-mobx/README.md +++ b/examples/with-mobx/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-mobx) # MobX example diff --git a/examples/with-next-routes/README.md b/examples/with-next-routes/README.md index 60c22561..e9a0bb25 100644 --- a/examples/with-next-routes/README.md +++ b/examples/with-next-routes/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-next-routes) # Named routes example ([next-routes](https://github.com/fridays/next-routes)) ## How to use diff --git a/examples/with-prefetching/README.md b/examples/with-prefetching/README.md index c213c903..2a6f0973 100644 --- a/examples/with-prefetching/README.md +++ b/examples/with-prefetching/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-prefetching) # Example app with prefetching pages ## How to use diff --git a/examples/with-pretty-url-routing/README.md b/examples/with-pretty-url-routing/README.md index 759f4186..4ce46583 100644 --- a/examples/with-pretty-url-routing/README.md +++ b/examples/with-pretty-url-routing/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-pretty-url-routing) # Example app with pretty url routing diff --git a/examples/with-react-helmet/README.md b/examples/with-react-helmet/README.md index 25398452..1f8cde2c 100644 --- a/examples/with-react-helmet/README.md +++ b/examples/with-react-helmet/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-react-helmet) # react-helmet example diff --git a/examples/with-react-intl/README.md b/examples/with-react-intl/README.md index 2bbbe1dc..f29d91cb 100644 --- a/examples/with-react-intl/README.md +++ b/examples/with-react-intl/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-react-intl) # Example app with [React Intl][] ## How to use diff --git a/examples/with-react-md/README.md b/examples/with-react-md/README.md index f9e840eb..c482b88d 100644 --- a/examples/with-react-md/README.md +++ b/examples/with-react-md/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-react-md) # Example app with react-md diff --git a/examples/with-redux/README.md b/examples/with-redux/README.md index 893bc0e9..6b7d6759 100644 --- a/examples/with-redux/README.md +++ b/examples/with-redux/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-redux) # Redux example diff --git a/examples/with-refnux/README.md b/examples/with-refnux/README.md index 46efc8c9..8a469efc 100644 --- a/examples/with-refnux/README.md +++ b/examples/with-refnux/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-refnux) # Refnux example diff --git a/examples/with-scoped-stylesheets-and-postcss/README.md b/examples/with-scoped-stylesheets-and-postcss/README.md index a17e339f..71f30b41 100644 --- a/examples/with-scoped-stylesheets-and-postcss/README.md +++ b/examples/with-scoped-stylesheets-and-postcss/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-scoped-stylesheets-and-postcss) # Scoped stylesheets with PostCSS example This is an example of using scoped stylesheets and PostCSS, heavily influenced by @davibe's [`with-global-stylesheet`](https://github.com/zeit/next.js/tree/master/examples/with-global-stylesheet). diff --git a/examples/with-shallow-routing/README.md b/examples/with-shallow-routing/README.md index a3cb8506..328ac3e8 100644 --- a/examples/with-shallow-routing/README.md +++ b/examples/with-shallow-routing/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-shallow-routing) # Shallow Routing Example diff --git a/examples/with-styled-components/README.md b/examples/with-styled-components/README.md index 4da830f6..64bcebf8 100644 --- a/examples/with-styled-components/README.md +++ b/examples/with-styled-components/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-styled-components) # Example app with styled-components diff --git a/examples/with-styled-jsx-postcss/README.md b/examples/with-styled-jsx-postcss/README.md index 2e961e1e..bf7c6995 100644 --- a/examples/with-styled-jsx-postcss/README.md +++ b/examples/with-styled-jsx-postcss/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-styled-jsx-postcss) # Example app with styled-jsx-postcss diff --git a/examples/with-styletron/README.md b/examples/with-styletron/README.md index 3c7372d9..2be74ea6 100644 --- a/examples/with-styletron/README.md +++ b/examples/with-styletron/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-styletron) # Example app with styletron diff --git a/examples/with-typescript/README.md b/examples/with-typescript/README.md index f343f06c..1945d5d4 100644 --- a/examples/with-typescript/README.md +++ b/examples/with-typescript/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-typescript) # TypeScript Next.js example This is a really simple project that show the usage of Next.js with TypeScript. diff --git a/examples/with-universal-configuration/README.md b/examples/with-universal-configuration/README.md index a29734ad..78d7d2a3 100644 --- a/examples/with-universal-configuration/README.md +++ b/examples/with-universal-configuration/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-universal-configuration) # With universal configuration diff --git a/examples/with-url-object-routing/README.md b/examples/with-url-object-routing/README.md index e57f71c5..88a11621 100644 --- a/examples/with-url-object-routing/README.md +++ b/examples/with-url-object-routing/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-url-object-routing) # URL object routing ## How to use diff --git a/examples/with-webpack-bundle-analyzer/README.md b/examples/with-webpack-bundle-analyzer/README.md index bfd0d7a4..49d3d028 100644 --- a/examples/with-webpack-bundle-analyzer/README.md +++ b/examples/with-webpack-bundle-analyzer/README.md @@ -1,3 +1,4 @@ +[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-webpack-bundle-analyzer) # Webpack Bundle Analyzer example