rsnext/docs
Mario Beltrán Alarcón 56d62a52fd
docs: include test env in default env vars (#13708)
[Current Environment Variables doc](https://nextjs.org/docs/basic-features/environment-variables#default-environment-variables) mentions `development` and `production` env options but nothing about `test`. Test env is a 3rd valid option, and actually has some implications for `.env.local` from [what I can see in load env configs mechanism](https://github.com/vercel/next.js/blob/canary/packages/next/lib/load-env-config.ts#L68).

This PR aims to include corresponding `test` info for environment variables.
2020-07-17 01:36:12 +00:00
..
advanced-features Documentation improvements from feedback (#14544) 2020-07-14 00:15:55 -04:00
api-reference Update docs for basePath custom-routes interop (#15140) 2020-07-14 01:26:54 +00:00
api-routes Document API Middlewares with TypeScript (#14275) 2020-07-16 05:03:48 +00:00
basic-features docs: include test env in default env vars (#13708) 2020-07-17 01:36:12 +00:00
routing Documentation improvements from feedback (#14544) 2020-07-14 00:15:55 -04:00
deployment.md chore(docs): use proper Jamstack casing (#13697) 2020-06-03 03:02:41 +00:00
faq.md Docs: Add supported browsers and features (#13741) 2020-06-04 10:15:34 +00:00
getting-started.md Update references to zeit/next.js (#13463) 2020-05-27 17:51:11 -04:00
manifest.json Add custom routes docs (rewrites, redirects, headers) (#14887) 2020-07-06 14:01:42 +00:00
upgrading.md docs: update links to docs site (#14305) 2020-06-18 09:54:07 +00:00