add mdbook to the devshell

This commit is contained in:
Charles Hall 2024-03-21 15:40:10 -07:00 committed by strawberry
parent ce97a03b07
commit 0339b153af

View file

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