We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc80122 + f3eadd2 commit 27731fcCopy full SHA for 27731fc
MDBOOK.md
@@ -16,6 +16,16 @@ To install mdBook, run the following command:
16
cargo install mdbook
17
```
18
19
+Install required preprocessors:
20
+
21
+```sh
22
+# Install mdbook-mermaid for Mermaid diagram support
23
+cargo install mdbook-mermaid
24
25
+# Install mdbook-embedify for embedding external content
26
+cargo install mdbook-embedify
27
+```
28
29
## Usage
30
31
To build the book, run the following command:
@@ -41,6 +51,4 @@ We've enabled the following features:
41
51
42
52
## Deployment
43
53
44
-TBD
45
-
46
-See: <https://github.com/rust-lang/mdBook/blob/master/.github/workflows/deploy.yml>
54
+Deployment is handled by GitHub Actions. See: <https://github.com/rust-lang/mdBook/blob/master/.github/workflows/deploy.yml>
0 commit comments