tealdeer/docs
Niklas Mohrin 2b127fd67e
Highlight code examples in user docs (#440)
* Highlight code examples in user docs
* Add missing quotes to archive_source example
2025-10-03 20:59:22 +02:00
..
src Highlight code examples in user docs (#440) 2025-10-03 20:59:22 +02:00
.gitignore Add mdbook documentation 2020-11-01 01:39:47 +01:00
book.toml Add mdbook documentation 2020-11-01 01:39:47 +01:00
README.md Docs: Add README 2020-11-14 23:55:49 +01:00

Tealdeer Docs

To build the docs, install mdbook.

You can build the HTML with mdbook build.

To serve the docs on localhost:3000 and watch for changes, use mdbook serve.