diff options
Diffstat (limited to 'src/doc/contrib/README.md')
-rw-r--r-- | src/doc/contrib/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/doc/contrib/README.md b/src/doc/contrib/README.md new file mode 100644 index 0000000..5775621 --- /dev/null +++ b/src/doc/contrib/README.md @@ -0,0 +1,12 @@ +# Cargo Contributor Guide + +This is the source of the Cargo Contributor Guide, published at +<https://rust-lang.github.io/cargo/contrib/>. It is written in Markdown, using +the [mdbook] tool to convert to HTML. If you are editing these pages, the best +option to view the results is to run `mdbook serve`, which will start a web +server on localhost that you can visit to view the book, and it will +automatically reload each time you edit a page. + +This is published via GitHub Actions to GitHub Pages. + +[mdbook]: https://rust-lang.github.io/mdBook/ |