Commit graph

30 commits

Author SHA1 Message Date
Chris Wong
a3c8ea3b4d
Switch to use Comrak for syntax highlighting () 2024-08-22 12:58:41 +10:00
Chris Wong
f0d11ce147
Update to Comrak 0.27 () 2024-08-21 14:33:40 +00:00
Chris Wong
16f2d2e017 Update docs dependencies 2024-06-03 20:54:00 +10:00
Chris Wong
9bba7d6390
Fix unused imports () 2024-03-10 13:43:23 +00:00
Chris Wong
bf44196a61
Release 0.25.0 () 2023-04-16 16:54:45 +10:00
Chris Wong
c42153f20c
Change #![feature(once_cell)] to lazy_cell ()
For 
2023-04-01 09:39:04 +00:00
Chris Wong
f3cf24b341
Update documentation dependencies () 2022-08-12 13:30:42 +00:00
Chris Wong
f43d47d135
Use LazyLock () 2022-06-20 19:55:37 +08:00
Chris Wong
5aa543a6c2
Replace split_n(2, ...) with split_once () 2022-05-13 05:05:36 +00:00
Chris Wong
12cec48134
Run Clippy on docs builder () 2021-11-11 22:32:37 +11:00
Chris Wong
dc028116b8
Enforce merged imports ()
Closes 
2021-09-11 10:42:25 +00:00
Chris Wong
3ceb70d727
Refactor book builder ()
Move page and nav builders to separate modules.
2021-09-04 06:26:32 +00:00
Chris Wong
eaf552d417
Test documentation examples in CI ()
Closes 

Closes 
2021-01-15 17:40:46 +13:00
Chris Wong
0c9b6f2150
Release 0.22.1 ()
* Release 0.22.1

* Update benchmarks and docs dependencies

* Comrak breaking change
2020-11-02 19:24:13 +13:00
Chris Wong
b3d16f83b1
Add a version string to the documentation () 2020-10-08 11:05:00 +13:00
Chris Wong
165cfd5fe0
Update benchmarks and documentation dependencies ()
* Add `--locked` to benchmarks and documentation builds

* Update `Cargo.lock` and fix docs generator
2020-09-28 22:57:55 +10:00
Chris Wong
d66c2d66fd
Remove #![feature(proc_macro_hygiene)] () 2020-09-27 23:17:41 +10:00
Chris Wong
50a7e9ce37 Format everything! 2020-09-27 21:36:27 +10:00
Chris Wong
abb1e799f9
Remove #![feature(crate_visibility_modifier)] ()
The documentation builder is an executable crate, so crate-level visibility doesn't add much.
2020-06-20 19:22:10 +10:00
Chris Wong
d0f29ae410 Change username from lfairy to lambda-fairy 2019-09-14 13:48:59 +12:00
Chris Wong
3a038d8f95 Tweak colors 2019-03-24 14:51:41 +13:00
Chris Wong
327480c442 Build table of contents in a separate step
- Add pretty logging to Makefile
2019-03-24 14:27:04 +13:00
Chris Wong
612208a344 Don't link a page to itself 2019-03-23 23:03:51 +13:00
Chris Wong
d23bbe6680 Add Makefile 2019-03-23 22:58:16 +13:00
Chris Wong
9be2d31d72 Update Comrak 2019-03-16 19:46:29 +13:00
Chris Wong
e3ee44cd4b Add meta tags 2019-03-16 19:40:46 +13:00
Chris Wong
a986c22526 Remove tagline 2019-03-16 19:36:07 +13:00
Chris Wong
00a38a32b3 Add files from existing book 2019-03-16 16:29:31 +13:00
Chris Wong
f8b19960dd Rewrite .md links to .html 2019-03-16 16:29:31 +13:00
Chris Wong
65849b051e Rewrite the book! 2019-03-16 16:29:31 +13:00