Commit 03e9505
authored
chore: update typst-docs-web to
230699f (typst-jp#335)1 parent b243b75 commit 03e9505
3 files changed
+16
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | | - | |
13 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
35 | | - | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
10 | 18 | | |
11 | 19 | | |
12 | 20 | | |
| |||
Submodule typst-docs-web updated 45 files
- .github/CODEOWNERS+1-1
- .github/workflows/ci.yaml+90-3
- README.md+16-4
- bun.lock+3
- metadata.schema.json+31-4
- mise.toml+1
- netlify-build.sh+141
- netlify.toml+3
- package.json+2
- src/components/icons/DiscordIcon.tsx+1-2
- src/components/icons/GitHubIcon.tsx+1-2
- src/components/icons/LinkIcon.tsx+14
- src/components/icons/QQIcon.tsx+12
- src/components/icons/index.ts+12-4
- src/components/templates/BaseTemplate.tsx+6-1
- src/components/templates/CategoryTemplate.tsx+23-17
- src/components/templates/FuncTemplate.tsx+65-62
- src/components/templates/GroupTemplate.tsx+30-9
- src/components/templates/HtmlTemplate.tsx+2-2
- src/components/templates/TypeTemplate.tsx+23-17
- src/components/ui/DeprecationWarning.tsx+29-4
- src/components/ui/FunctionDefinition.tsx+43-36
- src/components/ui/FunctionDisplay.tsx+31-30
- src/components/ui/FunctionParameters.tsx+87-68
- src/components/ui/HtmlBlock.tsx+8-3
- src/components/ui/HtmlInline.tsx+14
- src/components/ui/Tooltip.tsx+15-5
- src/components/ui/common/Footer.tsx+2-20
- src/components/ui/common/Header.tsx+5-31
- src/components/ui/common/SiteNoticeBanner.tsx+6-4
- src/components/ui/common/SocialLinkIcons.tsx+57
- src/components/ui/genPath.ts-11
- src/components/ui/type2href.ts+2-1
- src/globals.css+103-38
- src/index.tsx+7
- src/metadata.ts+31-10
- src/translation/en-US.tsx+49-38
- src/translation/index.tsx+48-33
- src/translation/ja-JP.tsx+62-38
- src/types/model.ts+56-17
- src/utils/normalizeModel.ts+64
- src/utils/translationStatus.test.ts+6-6
- src/utils/translationStatus.ts+1-1
- tsconfig.json+3-1
- vitest.config.ts+3
0 commit comments