mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-08-04 02:08:17 +00:00
docs: update release instruction (#1163)
This commit is contained in:
parent
4ab9680078
commit
a33f12ea7b
10 changed files with 220 additions and 4 deletions
|
@ -70,6 +70,13 @@ const main = async () => {
|
|||
convert("docs/tinymist/introduction.typ", "README.md", {
|
||||
before: "# Tinymist\n\n",
|
||||
}),
|
||||
convert(
|
||||
"docs/tinymist/release-instruction.typ",
|
||||
"docs/release-instruction.md",
|
||||
{
|
||||
before: "# Release Instructions\n\n",
|
||||
}
|
||||
),
|
||||
convert("docs/tinymist/frontend/emacs.typ", "editors/emacs/README.md", {
|
||||
before: "# Tinymist Emacs Support for Typst\n\n",
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue