* Replace spec content with links
Replace the content of the spec folder with a list of anchored links to the ECMA draft spec.
Fixesdotnet/docs#27789 (final task).
* proofread
* add one clarifying note.
* missed one link
* Add note for tag
I created a tag with the latest commit before merging this PR. Add that note to the text with all links.
* fix docs suggestions
There are two different types of changes in this PR:
- H1s should use ATX headers (`#`)
- tables should have a header row that is not empty.
* replace docs links with source
This addresses another docs build warning. The docs build system flags absolute links to the pages on docs.microsoft.com as warnings, which should be replaced with relative links. This fix changes the link to the source doc on GitHub. I'm currently looking for a better solution.
* Revert "replace docs links with source"
This reverts commit b40cfc9632.
When the C# spec is incorporated into the docs.microsoft.com build, any links that include anchors generate warnings when the link is to the H1 tag in the first line of the file. These should be simple file links.
This PR removes the extra anchor tags
* Initial port of the C# 6 specification; all the heavy lifting had been done by @ljw1004
* Remove pdf, html versions and grammar versions until we figure out how to build them.