[docs] Import warnings that currently live in gists. #7175
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The goal is to make it so we're not locked in to these existing as a gist on on any single person's account. This way if we want to make changes to the contents while 1 person is unavailable, it's totally doable. There are other ways we could solve that (easiest if we wanted to keep this on github is a standalone repo with each warning getting a file)
Downside: There is currently some discussion happening on the gists, which could be helpful and it's a slightly longer turnaround to updating the content. Not sure what we should do about that, if anything.
I grepped for all the unique fb.me links in master (15-stable matches) and opened all of them. These 4 were the ones that don't already link to some part of our docs (1 currently links to a specific issue which is probably ok). Only some minor changes were made to keep formatting and markdown consistency. We should probably do a pass over previous version (0.14, 0.13 should be enough) and do the same. I can do that if we want to take this.