Skip to content

Commit 276382f

Browse files
leochibicodelucleray
authored
Apply renaming changes (#1769)
* Remove workflow * Fix mdx by adding zero-width space * Add eslint-config-prettier (#1754) * add eslint-config-prettier * fix lint-staged * Update name-constants.json * Update guides.json * Use 'Overview' instead * Update overview links * Force deploy * Fix MDX spacing (#1755) * Add redirects * Update README/CONTRIBUTING * Update editUrl/lastEdited * Update emails * Add CDN_SHORT_NAME * network -> edge-network * Modify lastEdited * Update URL * Remove 'Providers' from 'Regions and...' * Update lastEdited * Fix URL for guides * Update urls * Update ISSUE_TEMPLATE * Update sign up URL * Update sitemap domain * Update URLs * Update issue template * Update more URLs * Use example.com * Rename URLs * Rename images * Rename images * Fix disconnecting from github * Fix deploy button page * Use example.com * More fixes * Update example URLs * Remove zeit.chat * Update database name * Fix 404 * Fix guides * Fix guides * Fix images * Rename ionic angular guide * Update edit date * Update API endpoint * Update example domains * Added workflow file Co-authored-by: Shu Uesugi <[email protected]> Co-authored-by: Luc <[email protected]>
1 parent 59b0c55 commit 276382f

File tree

224 files changed

+1160
-1024
lines changed

Some content is hidden

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

224 files changed

+1160
-1024
lines changed

.github/CODEOWNERS

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pages/docs/v2/introduction.mdx @joecohens @paulogdm @chibicode
66
pages/docs/v2/build-step.mdx @leo @AndyBitz @TooTallNate @chibicode
77
pages/docs/v2/custom-domains.mdx @anatrajkovska @javivelasco @mglagola @joecohens @chibicode
88
pages/docs/v2/serverless-functions/ @leo @AndyBitz @TooTallNate @chibicode
9-
pages/docs/v2/network/ @juancampa @hharnisc @dav-is @joecohens @chibicode
9+
pages/docs/v2/edge-network/ @juancampa @hharnisc @dav-is @joecohens @chibicode
1010
pages/docs/v2/platform/ @leo @styfle @joecohens @chibicode
1111
pages/docs/v2/git-integrations/ @arunoda @chibicode
1212
pages/docs/configuration @leo @styfle @AndyBitz @joecohens @chibicode
@@ -15,4 +15,4 @@ pages/docs/v2/advanced/builders.mdx @leo @AndyBitz @styfle @joecohens @
1515
pages/docs/api/ @anatrajkovska @arunoda @javivelasco @mglagola @chibicode
1616
pages/docs/integrations/ @arunoda @chibicode
1717
pages/docs/error/ @juancampa @dav-is @joecohens @chibicode
18-
pages/guides/ @timothyis @msweeneydev @coetry
18+
pages/guides/ @timothyis @msweeneydev @coetry @chibicode

.github/ISSUE_TEMPLATE/api-reference-report-or-request.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
name: API Reference Report or Request
3-
about: Create a report or request for the API Reference (zeit.co/docs/api)
3+
about: Create a report or request for the API Reference (vercel.com/docs/api)
44
title: ''
55
labels: 'Section: API'
66
assignees: ''
77
---
88

99
## Documentation
1010

11-
**Section** if applicable to existing section(s): <!--- e.g. https://zeit.co/docs/v2/deployments/basics/ -->
11+
**Section** if applicable to existing section(s): <!--- e.g. https://vercel.com/docs/v2/deployments/basics/ -->
1212
**Brief Summary**: <!--- A brief summary of the API reference report or request -->
1313

1414
## Additional Information

.github/ISSUE_TEMPLATE/documentation-issue-or-request.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
name: Documentation Issue or Request
3-
about: Create a report or request for documentation (zeit.co/docs)
3+
about: Create a report or request for documentation (vercel.com/docs)
44
title: ''
55
labels: 'Section: Docs'
66
assignees: ''
77
---
88

99
## Documentation
1010

11-
**URL(s)** if applicable to existing page(s): <!--- e.g. https://zeit.co/docs/v2/deployments/basics/ -->
11+
**URL(s)** if applicable to existing page(s): <!--- e.g. https://vercel.com/docs/v2/deployments/basics/ -->
1212
**Brief Summary**: <!--- A brief summary of the documentation issue or request -->
1313

1414
## Additional Information

.github/ISSUE_TEMPLATE/guide-report-or-request.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Guide Report or Request
3-
about: Create a report or request for a guide (zeit.co/guides)
3+
about: Create a report or request for a guide (vercel.com/guides)
44
title: ''
55
labels: 'Section: Guides'
66
assignees: ''

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
5555
### Enforcement
5656

5757
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58-
reported by contacting the project team at [abuse@zeit.co](mailto:abuse@zeit.co). All
58+
reported by contacting the project team at [abuse@vercel.com](mailto:abuse@vercel.com). All
5959
complaints will be reviewed and investigated and will result in a response that
6060
is deemed necessary and appropriate to the circumstances. The project team is
6161
obligated to maintain confidentiality with regard to the reporter of an incident.

CONTRIBUTING.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Contributing to the ZEIT Documentation
1+
# Contributing to the Vercel Documentation
22

3-
Thank you for your interest in contributing to the ZEIT Docs!
3+
Thank you for your interest in contributing to the Vercel Docs!
44

5-
The following describes how to contribute to the ZEIT documentation, API reference, guides and code examples.
5+
The following describes how to contribute to the Vercel documentation, API reference, guides and code examples.
66

77
## What Does this Document Contain?
88

9-
This document contains all the required information and links to resources needed to contribute to the ZEIT documentation:
9+
This document contains all the required information and links to resources needed to contribute to the Vercel documentation:
1010

1111
- [Code of Conduct](#code-of-conduct) - our Code of Conduct, adapted from the [Contributor Covenant](http://contributor-covenant.org)
12-
- [Reporting an Issue](#reporting-issues) - guidance on how to raise an issue or provide feedback on the ZEIT documentation
12+
- [Reporting an Issue](#reporting-issues) - guidance on how to raise an issue or provide feedback on the Vercel documentation
1313
- [Contributing Content](#contributing-content) - a collection of all information required for contributing
1414
- [Forking Workflow](#forking-workflow) - a guide on how to keep your fork in sync with `master`
1515
- [Platform and Usage Documentation](#platform-and-usage-documentation) - information on contributing to `pages/docs`
@@ -28,15 +28,15 @@ available at [http://contributor-covenant.org/version/1/4](http://contributor-co
2828

2929
## Reporting Issues
3030

31-
If you have found a bug, spelling mistake, missing information, or anything related to the ZEIT documentation that you feel is an issue that should be reported, please create a new issue here on GitHub. For issues relating to examples, please [create an issue on the ZEIT Now repository](https://github.com/zeit/now/issues/new).
31+
If you have found a bug, spelling mistake, missing information, or anything related to the Vercel documentation that you feel is an issue that should be reported, please create a new issue here on GitHub. For issues relating to examples, please [create an issue on the Vercel repository](https://github.com/zeit/now/issues/new).
3232

3333
An issue can be raised by clicking the 'Issues' tab at the top of the repository, followed by the Green 'New issue' button. To make this process as easy as possible we have created a few basic templates to choose from, there are, however, often cases that will fall outside of the templates provided.
3434

3535
If your issue doesn't fit with any of the templates then that's okay, please submit it as a 'Documentation Issue or Request'. When submitting an issue, please thoroughly and concisely describe the problem you are experiencing so that we may easily understand and resolve the issue in a timely manner.
3636

3737
## Contributing Content
3838

39-
There are multiple sections of the ZEIT Docs, including: the main [ZEIT platform and usage documentation](https://zeit.co/docs), [guides](https://zeit.co/guides), [ZEIT API reference](https://zeit.co/docs/api), and [examples](https://zeit.co/examples).
39+
There are multiple sections of the Vercel Docs, including: the main [Vercel platform and usage documentation](https://vercel.com/docs), [guides](https://vercel.com/guides), [Vercel API reference](https://vercel.com/docs/api), and [examples](https://vercel.com/examples).
4040

4141
When contributing content to any of the previously mentioned sections, please fork this repository and then edit the content for the section that you want to contribute to, if you are not sure how to do this then please take a look at the [Forking Workflow](#forking-workflow) below.
4242

@@ -98,7 +98,7 @@ To the right of the branch you will see a button that says 'New pull request', c
9898
- Your reason for making them
9999
- A request for feedback if required (add [WIP] to your title)
100100

101-
Congratulations, you've just made your first pull request to the ZEIT Documentation!
101+
Congratulations, you've just made your first pull request to the Vercel Documentation!
102102

103103
The rest of this section relates to other scenarios you may encounter whilst contributing and may not be applicable just yet, so feel free to [read ahead](#platform-and-usage-documentation). If you want to know what you should do in the event changes are requested to your pull request, or your master branch becomes out of sync with the official repository, read on below:
104104

@@ -124,11 +124,11 @@ All you need to do is make the changes on the same branch locally, commit and pu
124124

125125
## Platform and Usage Documentation
126126

127-
The content for this section can be found in the `pages/docs` directory, under its respective version tag. The latest documentation for ZEIT Now 2.0 can be found within the `pages/docs/v2` directory.
127+
The content for this section can be found in the `pages/docs` directory.
128128

129-
Each `.mdx` file within the docs directory, aside from the API files, is an independent page; as [enabled by Next.js](https://nextjs.org/docs/#configuring-extensions-looked-for-when-resolving-pages-in-pages). You can edit existing files or create a new file under the section the content belongs to.
129+
Each `.mdx` file within the docs directory, aside from the API files, is an independent page. You can edit existing files or create a new file under the section the content belongs to.
130130

131-
As suggested by the `.mdx` extension, the ZEIT documentation uses [MDX](https://mdxjs.com), a markdown parser mixed with JSX. This allows us to use React components within markdown to nicely render our content.
131+
As suggested by the `.mdx` extension, the Vercel documentation uses [MDX](https://mdxjs.com), a markdown parser mixed with JSX. This allows us to use React components within markdown to nicely render our content.
132132

133133
An example of a docs MDX file:
134134

@@ -159,9 +159,9 @@ When adding a new page to the v2 docs, make sure to add it to the appropriate se
159159
The content for this section can be found in the `pages/guides` directory.
160160
Just like [Platform and Usage Docs](#platform-and-usage-documentation), our Guides use the same MDX system to generate top-level pages.
161161

162-
A guide can be written on many topics and will commonly focus on the creation and deployment of a project using ZEIT Now. We strongly encourage you to take a look at the existing guides, these illustrate the right level of detail required for each step, from initial creation through to deployment.
162+
A guide can be written on many topics and will commonly focus on the creation and deployment of a project using Vercel. We strongly encourage you to take a look at the existing guides, these illustrate the right level of detail required for each step, from initial creation through to deployment.
163163

164-
Guides are not limited to project creation and deployment however. The ZEIT Now platform is incredibly powerful and feature-rich, as a result there are many topics you could contribute to, our advice would be to take a feature you enjoy and use that as a starting point for your guide.
164+
Guides are not limited to project creation and deployment however. The Vercel platform is incredibly powerful and feature-rich, as a result there are many topics you could contribute to, our advice would be to take a feature you enjoy and use that as a starting point for your guide.
165165

166166
An example of a guides MDX file:
167167

@@ -195,7 +195,7 @@ When adding a new guide, make sure to import and export the meta of the guide in
195195

196196
The content for this section can be found in the `pages/docs/api` directory. It uses the same versioning structure as `pages/docs`.
197197

198-
We are currently focused on expanding the documentation for the ZEIT Now platform 2.0 API reference which can be found in `pages/docs/api/v2`.
198+
We are currently focused on expanding the documentation for the Vercel platform 2.0 API reference which can be found in `pages/docs/api/v2`.
199199

200200
As with the [Platform and Usage Docs](#platform-and-usage-documentation), the API uses MDX, although each file is not an independent page but instead is compiled into a single page, listing the file in the `lib/data/v2/api.js` file.
201201

@@ -219,6 +219,6 @@ We believe that these components should be enough to cover usage in nearly all s
219219

220220
A picture is worth a thousand words. Using graphics such as images in guides and documentation can really help the reader understand new concepts, if you'd like to include images, or any other static asset, you should follow this advice.
221221

222-
All static assets should be filed under `public/static` along with their type, docs or guide, and if specific to a particular page, the name of that page. For example, `public/static/guides/deploying-angular-with-now` would be the place to store static assets for a guide on deploying Angular with ZEIT Now.
222+
All static assets should be filed under `public/static` along with their type, docs or guide, and if specific to a particular page, the name of that page. For example, `public/static/guides/deploying-angular-with-now` would be the place to store static assets for a guide on deploying Angular with Vercel.
223223

224224
By following this convention, you will be helping us keep this repository organized and easy to find things within, making life easier for everyone.

README.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
# ZEIT Now Documentation
1+
# Vercel Documentation
22

3-
This is the public documentation for **ZEIT Now** and other related services.
3+
This is the public documentation for **Vercel** and other related services.
44

5-
You can view this documentation at [ZEIT Docs](https://zeit.co/docs).
5+
You can view this documentation at https://vercel.com/docs.
66

7-
## What is ZEIT Now?
7+
## What is Vercel?
88

9-
ZEIT Now is a cloud platform for serverless deployment. It enables developers to host Jamstack websites and web services that deploy instantly, scale automatically, and require no supervision, all with minimal configuration.
9+
Vercel is a cloud platform for serverless deployment. It enables developers to host Jamstack websites and web services that deploy instantly, scale automatically, and require no supervision, all with minimal configuration.
1010

1111
## What Does this Repository Contain?
1212

1313
This repository is broken down into several sections, these include:
1414

1515
- [Components](https://github.com/zeit/docs/tree/master/components) - a collection of reusable components to be used when creating documentation
16-
- [Documentation](https://github.com/zeit/docs/tree/master/pages/docs) - the documentation for both ZEIT Now 1.0 and 2.0
17-
- [Guides](https://github.com/zeit/docs/tree/master/pages/guides) - guides created to show how to use ZEIT Now 2.0 in a variety of ways
16+
- [Documentation](https://github.com/zeit/docs/tree/master/pages/docs) - the documentation for Vercel
17+
- [Guides](https://github.com/zeit/docs/tree/master/pages/guides) - guides created to show how to use Vercel in a variety of ways
1818
- [Static Assets](https://github.com/zeit/docs/tree/master/public/static/guides) - the location for static assets, such as images, to be used in guides
1919
- [Code of Conduct](https://github.com/zeit/docs/blob/master/CODE_OF_CONDUCT.md) - our Code of Conduct, adapted from the [Contributor Covenant](http://contributor-covenant.org)
20-
- [Contributing Guidelines](https://github.com/zeit/docs/blob/master/CONTRIBUTING.md) - a guide on how to contribute to the ZEIT Now documentation
20+
- [Contributing Guidelines](https://github.com/zeit/docs/blob/master/CONTRIBUTING.md) - a guide on how to contribute to the Vercel documentation
2121

2222
The above sections provide quick access to the most important parts of the repository, helping you navigate as easily as possible.
2323

@@ -27,26 +27,26 @@ You can run the documentation site locally by cloning this repository, installin
2727

2828
## How to Contribute
2929

30-
Contributing to the ZEIT Now documentation should be an enjoyable experience, as such we have created a set of [contributing guidelines](https://github.com/zeit/docs/blob/master/CONTRIBUTING.md) to help you do so.
30+
Contributing to the Vercel documentation should be an enjoyable experience, as such we have created a set of [contributing guidelines](https://github.com/zeit/docs/blob/master/CONTRIBUTING.md) to help you do so.
3131

3232
The guidelines cover important information such as the difference between documentation and guides, how to use the provided components and where to put static assets.
3333

34-
We have tried to make contributing to the ZEIT Now documentation as easy as possible, especially for those new to Open Source. If anything is unclear or you have any questions then please create an issue to discuss your contribution and how best to make it.
34+
We have tried to make contributing to the Vercel documentation as easy as possible, especially for those new to Open Source. If anything is unclear or you have any questions then please create an issue to discuss your contribution and how best to make it.
3535

3636
## Reporting Issues
3737

38-
We actively encourage our community to raise issues and provide feedback on areas of the ZEIT Now documentation that could be improved.
38+
We actively encourage our community to raise issues and provide feedback on areas of the Vercel documentation that could be improved.
3939

4040
An issue can be raised by clicking the 'Issues' tab at the top of the repository, followed by the Green 'New issue' button. To make this process as easy as possible we have created a few basic templates to choose from, there are, however, often cases that will fall outside of the templates provided.
4141

4242
If your issue doesn't fit with any of the templates then that's okay, please submit it as a 'Documentation Issue or Request'. When submitting an issue, please thoroughly and concisely describe the problem you are experiencing so that we may easily understand and resolve the issue in a timely manner.
4343

4444
## License
4545

46-
The ZEIT Now documentation is an open source project released under the [MIT License](https://github.com/zeit/docs/blob/master/LICENSE.md).
46+
The Vercel documentation is an open source project released under the [MIT License](https://github.com/zeit/docs/blob/master/LICENSE.md).
4747

48-
The ZEIT Now documentation uses the emojis from [Twemoji](https://twemoji.twitter.com). Copyright 2020 Twitter, Inc and other contributors. Licensed under [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0).
48+
The Vercel documentation uses the emojis from [Twemoji](https://twemoji.twitter.com). Copyright 2020 Twitter, Inc and other contributors. Licensed under [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0).
4949

5050
## Get In Touch
5151

52-
If you have any questions that are not covered by raising an issue then please get in touch with us by emailing support@zeit.co. There you will find both members of the community and staff who are happy to help answer questions on anything ZEIT related.
52+
If you have any questions that are not covered by raising an issue then please get in touch with us by emailing support@vercel.com. There you will find both members of the community and staff who are happy to help answer questions on anything Vercel related.

components/build-step-mdx/build-step.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ When you trigger a deploy, <ProductName /> **builds** your project. For many fro
2323

2424
## Customizing Build Settings
2525

26-
To customize the build settings for your project, choose a project from the [dashboard](https://zeit.co/dashboard):
26+
To customize the build settings for your project, choose a project from the [dashboard](/dashboard):
2727

2828
<Image
2929
src={`${process.env.ASSETS}/docs/common/select-project.png`}
@@ -366,7 +366,7 @@ This is equivalent to `npm install --only=production` or `yarn install --product
366366

367367
### Prevent Cache Usage
368368

369-
If you need to ignore the cache for a deployment, you can do so by using the [`-f` flag for <ProductShortName /> CLI](/docs/now-cli/#commands/now/global-options). This prevents the cache from being used in the deployment and ensures a fresh install for all dependencies.
369+
If you need to ignore the cache for a deployment, you can do so by using the [`-f` flag for <ProductShortName /> CLI](/docs/now-cli/#commands/overview/global-options). This prevents the cache from being used in the deployment and ensures a fresh install for all dependencies.
370370

371371
### Framework Versioning
372372

components/buttons/deploy.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import Button from './button'
33

44
export default function DeployButton({ url }) {
55
const deployUrl = url.includes('github.com/zeit/now/tree/master/examples')
6-
? `https://zeit.co/import/project?template=${url}`
7-
: `https://zeit.co/import/${url}`
6+
? `https://vercel.com/import/project?template=${url}`
7+
: `https://vercel.com/import/${url}`
88

99
return (
1010
<div className="deploy-button">

0 commit comments

Comments
 (0)