Skip to content

Commit e269abf

Browse files
authored
Rename vercel configuration file from now.json to vercel.json (#738)
* Rename now.json to vercel.json ZEIT changed their name to Vercel (https://vercel.com/blog/zeit-is-now-vercel). The configuration file now.json also changed to vercel.json. * Also Fix Zeit to Vercel in MAINTENANCE.md
1 parent 5f8a084 commit e269abf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

MAINTENANCE.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ tagged releases, and to PyPI for tagged releases only.
8080

8181
## Continuous Documentation
8282

83-
We use the [Zeit Now for GitHub integration](https://zeit.co/github) to preview changes
83+
We use the [Vercel for GitHub](https://github.com/apps/vercel) App to preview changes
8484
made to our documentation website every time we make a commit in a pull request.
85-
The integration service has a configuration file `now.json`, with a list of options to
86-
change the default behaviour at https://zeit.co/docs/configuration.
87-
The actual script `package.json` is used by Zeit Now to install the necessary packages,
85+
The service has a configuration file `vercel.json`, with a list of options to
86+
change the default behaviour at https://vercel.com/docs/configuration.
87+
The actual script `package.json` is used by Vercel to install the necessary packages,
8888
build the documentation, copy the files to a 'public' folder and deploy that to the web,
89-
see https://zeit.co/docs/v2/build-step/?query=package.json#defining-a-build-script.
89+
see https://vercel.com/docs/build-step.
9090

9191
## Making a Release
9292

now.json renamed to vercel.json

File renamed without changes.

0 commit comments

Comments
 (0)