A book on all things Foundry. Read now.
中文翻译贡献参考中文文档说明。
Check our contributing guidelines. Feel free to contribute wording, sentences, chapters, and guides!
The book is build with mdbook, which you can get by running cargo install mdbook
.
To see the book change live run:
mdbook serve
To run the book with docker, run:
docker run -p 3000:3000 -v `pwd`:/book peaceiris/mdbook serve
To add a new section (file) to the book, add it to SUMMARY.md
.
For a more structured overview of the current issues, see the GitHub project.
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification.