Updates changelog visibility by format

Refines the visibility of the changelog based on the output format.

The full changelog is now displayed only in HTML format with Javascript enabled.
For PDF and EPUB formats, a link to the online changelog is provided instead.
This commit is contained in:
Vijay Janapa Reddi
2025-08-16 15:39:09 -04:00
parent be2e0c7030
commit ddf61e821c

View File

@@ -6,10 +6,10 @@ This Machine Learning Systems textbook is constantly evolving. This changelog is
These changelog entries are automatically generated from our development process and should be mostly accurate. They track code changes, content updates, and improvements across the entire book. While the entries are comprehensive, they may occasionally contain minor inaccuracies or overly technical details.
:::
::: {.content-visible when-format="html"}
::: {.content-visible when-format="html:js"}
{{< include ../../../../CHANGELOG.md >}}
:::
::: {.content-visible when-format="pdf"}
::: {.content-visible when-format="pdf,epub"}
For the complete and most up-to-date changelog, please visit [mlsysbook.ai](https://mlsysbook.ai).
:::