Skip to content

Commit dfd2d61

Browse files
committed
Merge commit '027451a05cb2d99f45411a28d3939d629114f9e6' into gomazarashi/translate/footnote
2 parents 42fd068 + 027451a commit dfd2d61

File tree

732 files changed

+33374
-18723
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

732 files changed

+33374
-18723
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.77-slim
1+
FROM rust:1.81-slim
22

33
ARG USER_NAME=typst-jp
44
ARG USER_UID=1000

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "typst-jp-domumentation",
2+
"name": "typst-jp-documentation",
33
"build": {
44
"dockerfile": "Dockerfile",
55
"context": ".."
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://typst.app/funding.json

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: dtolnay/rust-toolchain@master
1919
with:
20-
toolchain: "1.77"
20+
toolchain: "1.81"
2121
- uses: Swatinem/rust-cache@v2
2222
- uses: jdx/mise-action@v2
2323
- run: uv sync --locked

.vscode/tasks.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
"label": "generate-docs",
66
"type": "shell",
77
"command": "cargo test --package typst-docs --lib -- tests::test_docs --exact --nocapture && python3 ./gen.py && echo reload or open http://localhost:8000",
8-
"problemMatcher": []
8+
"problemMatcher": [],
9+
"group": {
10+
"kind": "build",
11+
"isDefault": true
12+
}
913
},
1014
{
1115
"label": "textlint-md",

0 commit comments

Comments
 (0)