[docs] Add documentation describing external resources. (#32584)

This commit is contained in:
Varun Gandhi
2020-06-29 15:28:50 -07:00
committed by GitHub
parent ff99d6537e
commit 440cd0bcfc
2 changed files with 180 additions and 6 deletions

View File

@@ -252,12 +252,10 @@ They are preserved mostly for historical interest.
## External Resources
The official [Swift blog](https://swift.org/blog/) contains a lot of useful
information, such as how library evolution works and how the compiler's new
diagnostic architecture is structured, helping us provide more precise
diagnostics.
TODO: Add a new document ExternalResources.md.
External resources are listed in [docs/ExternalResources.md](ExternalResources.md).
These cover a variety of topics,
such as the design of different aspects of the Swift compiler and runtime
and contributing to the project more effectively.
## Uncategorized