rustmdbookmdbook-katex
- To write or edit content, modify the files in the
src/directory. - To build, run
mdbook build. - To test, run
mdbook serve --open &. - To commit changes, first run
mdbook buildto ensure the book is up-to-date, then commit the changes in thesrc/directory, since the GitHub actions only serve the static files in thebook/directory.