-
Notifications
You must be signed in to change notification settings - Fork 506
/
Copy pathredirects.js
24 lines (22 loc) · 1.49 KB
/
redirects.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module.exports = {
'/company/jobs': 'https://www.npmjs.com/jobs',
'/enterprise/whitelist': 'https://npme.npmjs.com/docs/workflow/mirroring.html',
'/enterprise/index': 'https://npme.npmjs.com',
'/enterprise/intro': 'https://npme.npmjs.com',
'/enterprise/requirements': 'https://npme.npmjs.com/docs/up-and-running/requirements.html',
'/enterprise/installation': 'https://npme.npmjs.com/docs/up-and-running/',
'/enterprise/client-configuration': 'https://npme.npmjs.com/docs/cli/',
'/enterprise/using-it': 'https://npme.npmjs.com/docs/workflow/',
'/enterprise/mirroring': 'https://npme.npmjs.com/docs/workflow/mirroring.html',
'/enterprise/github': 'https://npme.npmjs.com/docs/up-and-running/auth/github.html',
'/enterprise/updating': 'https://npme.npmjs.com/docs/troubleshooting/faq.html#how-do-i-upgrade-npm-enterprise',
'/enterprise/server-configuration': 'https://npme.npmjs.com/docs/up-and-running/customization.html',
'/enterprise/add-ons': 'https://npme.npmjs.com/docs/tutorials/addons.html',
'/enterprise/custom-authentication': 'https://npme.npmjs.com/docs/up-and-running/auth/',
'/enterprise/no-authentication': 'https://npme.npmjs.com/docs/up-and-running/auth/open.html',
'/enterprise/pipelines': 'https://npme.npmjs.com/docs/tutorials/pipelines.html',
'/enterprise/running-on-aws': 'https://npme.npmjs.com/docs/up-and-running/platforms/aws.html',
'/misc/index': '/',
'/package.json': '/files/package.json',
'/getting-started/working-with-orgs': '/orgs/what-are-orgs'
}