summaryrefslogtreecommitdiff
path: root/docs/src/reference/welcome.md
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-05-17 14:38:03 +0200
committerLaurenz <laurmaedje@gmail.com>2023-05-17 14:38:03 +0200
commit42afa410ae561eb5b267080d088bca529a5d0b54 (patch)
treebdea7348daef7409490ba542f9bdec5d52732d03 /docs/src/reference/welcome.md
parent8971588486b6ffa9269344b4bda71de86af9d908 (diff)
Better documentation outlines
Diffstat (limited to 'docs/src/reference/welcome.md')
-rw-r--r--docs/src/reference/welcome.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/reference/welcome.md b/docs/src/reference/welcome.md
index dc38663d..fc526f52 100644
--- a/docs/src/reference/welcome.md
+++ b/docs/src/reference/welcome.md
@@ -10,14 +10,14 @@ syntax, concepts, types, and functions. If you are completely new to Typst, we
recommend starting with the [tutorial]($tutorial) and then coming back to
the reference to learn more about Typst's features as you need them.
-## Language
+## Language { #language }
The reference starts with a language part that gives an overview over [Typst's
syntax]($syntax) and contains information about concepts involved in
[styling documents,]($styling) using
[Typst's scripting capabilities,]($scripting) and a detailed documentation of
all [data types]($types) in Typst.
-## Functions
+## Functions { #functions }
The second part includes chapters on all functions used to insert, style, transform,
and layout content in Typst documents. Each function is documented with a
description of its purpose, a list of its parameters, and examples of how to use