When entering the 'building-rnw.md' page, Monorepo is mentioned as a
type of RNW. The issue is that when clicking on the "this page" link,
404 is returned instead of redirecting to the monorepo.md page.
The root cause of that issue is the capital letter originally used in
the link code, while the page itself has a name as: "monorepo.md".
This commit provides the fix for that by changing the letter to the
correct one, so there's no confusion for newcommers.
* Lerna to Lage
This gives us incremental and scoped JS builds, with more intelligent parallelism. I haven't configured fine-grained caching for the more esoteric projects, but as is, 12/17 projects will cache outputs. The incremental build of the repo takes ~15s on my machine.
* Remove now unneeded eslintignore
* Avoid dist
* buildci color
* Tester build caching
* Cache NuGet
* Remove more unused build artifacts
* Remove clean script
* Lint ts
* Clean Whitespace
* More whitespace
* Remove buildci to allow JSChecks build caching for lint
* Change files
* Parallel lint
* Verbose lint so we can see warnings
* add rnw-dependencies.ps1
* Change files
* --sln
* run in CI
* print
* desktop appium is optional
* use agent directory
* 15GB is a ballpark estimate
* optional space
* .
* Docs folder moved, blog folder removed, links and updates made to README
* some link reversion until final title name is settled on
* Update building-rnw.md