Move documentation into docs/ dir
#831
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.
This PR centralizes all of the WASI documentation files in the
docs/dir. This includes sources from:proposals/dirThe goal with this is make it easier to find what people are looking for. As well as setting us up for further iteration on the documents themselves in the future. We might potentially even deputize specific owners or editors for the docs in the future other than the WASI SG chairs.
One notable change in this PR is that it moves theContributing.mdfile from the project root to thedocs/directory. But according to GitHub that is a valid place to put it, and will be detected by the GitHub UI.The other notable change is that this moves
Proposals.mdout of the project root. I'm marking this PR as a draft since there are a number of external resources that link toProposals.mdon main. I want to file draft PRs against all known references in both the WebAssembly and BytecodeAlliance orgs before marking this PR as ready to review.Thanks!