docs: Include the code of conduct directly into the mdbook

Also update the link to the organizational code of conduct so that it works in
the rendered mdbook as well as when viewed on github.
This commit is contained in:
Nick Fitzgerald
2019-12-03 14:32:54 -08:00
parent fd8a5f62ed
commit 14823de237
2 changed files with 2 additions and 4 deletions

View File

@@ -44,6 +44,6 @@ Project maintainers who do not follow or enforce the Code of Conduct in good fai
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
[OCoC]: ORG_CODE_OF_CONDUCT.md
[OCoC]: https://github.com/bytecodealliance/wasmtime/blob/master/ORG_CODE_OF_CONDUCT.md
[homepage]: https://www.contributor-covenant.org
[version]: https://www.contributor-covenant.org/version/1/4/

View File

@@ -1,3 +1 @@
# Code of Conduct
... more coming soon
{{#include ../CODE_OF_CONDUCT.md }}