Skip to content

Commit 705fd23

Browse files
LunarLambdaavivace
andauthored
Port to mdbook (#52)
* mdbook port * implement figure numbering preprocessor, fix image links * timers.md: mdBook compatible TOC and links * update SUMMARY.md * fix links/toc for dma.md, interrupts.md, swi.md * content: fix markdown-in-html * add note about img tags --------- Co-authored-by: Antonio Vivace <avivace4@gmail.com>
1 parent f8df567 commit 705fd23

37 files changed

Lines changed: 2550 additions & 2304 deletions

.gitattributes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
* text=auto
2+
Cargo.lock -diff
3+
*.css text
4+
*.htm text
5+
*.html text
6+
*.md text
7+
*.jpg binary
8+
*.png binary

.github/workflows/deploy.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__pycache__
2-
output
1+
/output/
2+
target/

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[submodule "mdbook-external-links"]
2+
path = mdbook-external-links
3+
url = https://github.com/jonahgoldwastaken/mdbook-external-links
4+
[submodule "mdbook-toc"]
5+
path = mdbook-toc
6+
url = https://github.com/badboy/mdbook-toc

0 commit comments

Comments
 (0)