Skip to content
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

Rename vercel configuration file from now.json to vercel.json #738

Merged
merged 2 commits into from
Dec 16, 2020
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
10 changes: 5 additions & 5 deletions MAINTENANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@ tagged releases, and to PyPI for tagged releases only.

## Continuous Documentation

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

## Making a Release

Expand Down
File renamed without changes.