Skip to content

Commit eba13ce

Browse files
chore(download): update packages
1 parent a995559 commit eba13ce

4 files changed

Lines changed: 6 additions & 15 deletions

File tree

book.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ command = "cargo run --release --manifest-path ./typst-extra-docs/Cargo.toml"
2626
[preprocessor.typst-extra-docs.download]
2727
# Format: `git log -1 --format='%h %ad' --date=iso-strict`
2828
# `%ad` can also be obtained from GitHub API: `gh api /repos/typst/REPO/commits/COMMIT --jq .commit.author.date`
29-
typst = "701c7f9b2 2026-01-15T23:43:26+01:00"
30-
codex = "cd6d10d73 2025-12-19T20:21:19Z"
29+
typst = "909c0028d 2026-01-26T16:34:01-05:00"
30+
codex = "7f60dcc 2026-01-26T08:02:25Z"
3131
hayagriva = "a137441 2025-12-27T22:30:59Z"
32-
packages = "09e558d 2026-01-16T17:13:40Z"
32+
packages = "145b87e 2026-01-26T22:32:26Z"

download.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def download_codex(repo, /) -> None:
7373
codex = src_dir / "codex"
7474

7575
download(f"{repo}/README.md", codex / "index.md", title="Codex", level=0)
76+
download(f"{repo}/CONTRIBUTING.md", codex / "contributing.md", title="Contributing guidelines")
7677
download(f"{repo}/CHANGELOG.md", codex / "changelog.md", title="Changelog")
7778

7879
for f in ["LICENSE"]:

src/codex/index.prelude.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
> [!TIP]
22
>
3-
> This chapter only contains the [changelog](./changelog.md) of symbols. For regular use, read the official documentation:
3+
> This chapter only contains the [design](./contributing.md) and [changelog](./changelog.md) of symbols. For regular use, read the official documentation:
44
>
55
> - [Symbol Type – Typst Documentation](https://typst.app/docs/reference/foundations/symbol/) — how to use symbols
66
> - [Symbols – Typst Documentation](https://typst.app/docs/reference/symbols/) — what symbols are available, categorized as [`sym`](https://typst.app/docs/reference/symbols/sym/) and [`emoji`](https://typst.app/docs/reference/symbols/emoji/)

src/packages/tips.prelude.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
11
> [!NOTE]
22
>
3-
> Additional notes for [Tools that can be useful](#tools-that-can-be-useful) at the end of this page:
4-
>
5-
> - [typst-package-check](https://github.com/typst/package-check) is the only official tool listed there. Unofficial pre-built binaries are available at [Typst dev builds](https://typst-community.github.io/dev-builds/#package-check). However, the PR robot will run it automatically when you submitting your package, so usually it's unnecessary to use it locally.
6-
>
7-
> - [showman](https://github.com/ntjess/showman) has not been updated since 2024.
8-
>
9-
> - [🚀 Package development — Best of Typst (TCDM)](https://ydx-2147483647.github.io/best-of-typst/#pkg) lists more useful tools:
10-
> - [UTPM](https://github.com/typst-community/utpm): A package manager for local and remote Typst packages
11-
> - [wasm-minimal-protocol](https://github.com/astrale-sharp/wasm-minimal-protocol): Typst plugin helper macro library
12-
> - [typst-package-template](https://github.com/typst-community/typst-package-template): A template to start your Typst package repositories from
13-
> -
3+
> Among [_Tools that can be useful_](#tools-that-can-be-useful) at the end of this page, [typst-package-check](https://github.com/typst/package-check) is the only official one. Unofficial pre-built binaries for it are available at [Typst dev builds](https://typst-community.github.io/dev-builds/#package-check). However, the PR robot will run it automatically when you submitting your package, so usually it's unnecessary to use it locally.

0 commit comments

Comments
 (0)