docs: move old quick start content into new local setup guide (#29651)

PR Close #29651
This commit is contained in:
jenniferfell
2019-04-02 00:12:55 -06:00
committed by Jason Aden
parent f78bda9ff0
commit 1c3ee41902
75 changed files with 388 additions and 750 deletions

View File

@ -25,7 +25,7 @@ describe(browser.baseUrl, () => {
describe('(marketing pages)', () => {
const textPerUrl: { [key: string]: string } = {
features: 'features & benefits',
docs: 'what is angular?',
docs: 'introduction to the angular docs',
events: 'events',
resources: 'explore angular resources',
};
@ -45,9 +45,9 @@ describe(browser.baseUrl, () => {
api: 'api list',
'guide/architecture': 'architecture',
'guide/http': 'httpclient',
'guide/quickstart': 'getting started',
'guide/security': 'security',
tutorial: 'tutorial',
start: 'getting started',
};
Object.keys(textPerUrl).forEach(url => {