"Rust Book"-style introduction and documentation for Kinode OS.
cargo install mdbook
mdbook serve
Navigate to http://localhost:3000 to view.
- Prefer the triple-backtick ("`") codeblocks to single-backtick lines when writing code intended to be copied. This is more readable and easy to use for readers following along by copy-pasting commands.
- Each line in a paragraph should be on a newline. When compiled, markdown places these lines into a single paragraph: separate paragraphs must be separated by two newlines. Thus, from the reader's perspective, there is no difference. From the editor's and reviewer's perspective, though, it is much easier to read diffs of prose that are per-sentence rather than per-paragraph.
- Do not use "double dashes" in prose (
--
). Instead use "em dashes" (—
).