summaryrefslogtreecommitdiff
path: root/docs/dev/architecture.md
diff options
context:
space:
mode:
authorLachlan Kermode <lachiekermode@gmail.com>2025-06-02 16:15:04 +0200
committerGitHub <noreply@github.com>2025-06-02 14:15:04 +0000
commit6164ade9cecf1f7bf475d24e0123c3664b8490a8 (patch)
tree164372a951be61bc3400af277ad90f41209aeb5e /docs/dev/architecture.md
parentfd08c4bb3f55400e0fb9f461f463da19169a04a0 (diff)
Add `typst-html` to architecture crates list (#6364)
Diffstat (limited to 'docs/dev/architecture.md')
-rw-r--r--docs/dev/architecture.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/dev/architecture.md b/docs/dev/architecture.md
index bbae0679..3620d4fd 100644
--- a/docs/dev/architecture.md
+++ b/docs/dev/architecture.md
@@ -12,6 +12,7 @@ Let's start with a broad overview of the directories in this repository:
- `crates/typst-cli`: Typst's command line interface. This is a relatively small
layer on top of the compiler and the exporters.
- `crates/typst-eval`: The interpreter for the Typst language.
+- `crates/typst-html`: The HTML exporter.
- `crates/typst-ide`: Exposes IDE functionality.
- `crates/typst-kit`: Contains various default implementation of
functionality used in `typst-cli`.