We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 179d7f9 commit 7e4a905Copy full SHA for 7e4a905
packages/common/src/templates/configuration/now/index.ts
@@ -3,8 +3,9 @@ import { ConfigurationFile } from '../types';
3
const config: ConfigurationFile = {
4
title: 'now.json',
5
type: 'now',
6
- description: 'Configuration for your deployments on now.',
7
- moreInfoUrl: 'https://zeit.co/docs/features/configuration',
+ description: 'Configuration for your deployments on ZEIT Now.',
+ moreInfoUrl:
8
+ 'https://zeit.co/docs/configuration#introduction/configuration-reference',
9
10
getDefaultCode: () => JSON.stringify({}, null, 2),
11
};
0 commit comments