Skip to content

Add deploy now button to the top of all example READMEs #1763

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 22, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions examples/basic-css/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions examples/custom-server-express/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions examples/custom-server-hapi/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions examples/custom-server-koa/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions examples/custom-server/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions examples/data-fetch/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions examples/head-elements/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions examples/hello-world/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions examples/layout-component/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions examples/nested-components/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions examples/parameterized-routing/README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
1 change: 1 addition & 0 deletions examples/progressive-render/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions examples/shared-modules/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions examples/ssr-caching/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions examples/svg-components/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions examples/using-inferno/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions examples/using-preact/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions examples/using-router/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions examples/with-amp/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions examples/with-aphrodite/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions examples/with-apollo-and-redux/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions examples/with-apollo/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions examples/with-custom-babel-config/README.md
Original file line number Diff line number Diff line change
@@ -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):
Expand Down
1 change: 1 addition & 0 deletions examples/with-cxs/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions examples/with-external-scoped-css/README.md
Original file line number Diff line number Diff line change
@@ -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..

Expand Down
1 change: 1 addition & 0 deletions examples/with-fela/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions examples/with-flow/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions examples/with-glamor/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions examples/with-glamorous/README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
1 change: 1 addition & 0 deletions examples/with-global-stylesheet/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions examples/with-jest/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions examples/with-loading/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions examples/with-mobx/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions examples/with-next-routes/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions examples/with-prefetching/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions examples/with-pretty-url-routing/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions examples/with-react-helmet/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions examples/with-react-intl/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions examples/with-react-md/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions examples/with-redux/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions examples/with-refnux/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions examples/with-scoped-stylesheets-and-postcss/README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
1 change: 1 addition & 0 deletions examples/with-shallow-routing/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions examples/with-styled-components/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions examples/with-styled-jsx-postcss/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions examples/with-styletron/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions examples/with-typescript/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
1 change: 1 addition & 0 deletions examples/with-universal-configuration/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions examples/with-url-object-routing/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions examples/with-webpack-bundle-analyzer/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down