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

@ -43,7 +43,7 @@ module.exports = new Package('angular-content', [basePackage, contentPackage])
readFilesProcessor.sourceFiles = readFilesProcessor.sourceFiles.concat([
{
basePath: CONTENTS_PATH,
include: CONTENTS_PATH + '/{getting-started,guide,tutorial}/**/*.md',
include: CONTENTS_PATH + '/{start,guide,tutorial}/**/*.md',
fileReader: 'contentFileReader'
},
{