add mdbook to the devshell

This commit is contained in:
Charles Hall
2024-03-21 15:40:10 -07:00
parent 81bc1fc4e3
commit 68a33862b3

View File

@@ -307,6 +307,9 @@
# Needed for finding broken markdown links # Needed for finding broken markdown links
lychee lychee
# Useful for editing the book locally
mdbook
]); ]);
}; };
}); });