forked from libre-chip/website
add WIP CPU architecture draft proposal
This commit is contained in:
parent
0442390142
commit
e9aaaec5f1
7 changed files with 202 additions and 3 deletions
|
@ -14,6 +14,9 @@ edition = "2021"
|
|||
[preprocessor.mermaid]
|
||||
command = "mdbook-mermaid"
|
||||
|
||||
[preprocessor.dia]
|
||||
command = "scripts/mdbook-dia.py"
|
||||
|
||||
[output.html]
|
||||
mathjax-support = true
|
||||
no-section-label = true
|
||||
|
@ -25,4 +28,8 @@ additional-css = ["src/custom.css"]
|
|||
additional-js = ["mermaid.min.js", "mermaid-init.js"]
|
||||
|
||||
[output.html.print]
|
||||
enable = false
|
||||
enable = false
|
||||
|
||||
[output.html.fold]
|
||||
enable = true
|
||||
level = 1
|
Loading…
Add table
Add a link
Reference in a new issue