Skip to content

Commit 99d2d08

Browse files
committed
main
1 parent 0498174 commit 99d2d08

File tree

3 files changed

+1532
-1304
lines changed

3 files changed

+1532
-1304
lines changed

docs/.vitepress/config.mts

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ const vitepressConfig = defineConfig({
3535
);
3636
},
3737
},
38+
lang: 'en-CA',
3839
locales: {
3940
root: {
4041
label: 'English',
41-
lang: 'en',
42+
lang: 'en-CA',
4243
},
4344
},
4445
head: [['link', { rel: 'icon', href: '/favicon.ico' }]],
@@ -82,6 +83,15 @@ const vitepressConfig = defineConfig({
8283
externalLinkIcon: true,
8384
lastUpdated: {
8485
text: 'Last updated',
86+
// formatOptions: {
87+
// year: 'numeric',
88+
// month: '2-digit',
89+
// day: '2-digit',
90+
// hour: '2-digit',
91+
// minute: '2-digit',
92+
// second: '2-digit',
93+
// hourCycle: 'h23',
94+
// },
8595
},
8696
search: {
8797
provider: 'local',

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,26 @@
66
"test": "vitest"
77
},
88
"dependencies": {
9-
"@types/markdown-it": "^13.0.8",
10-
"fast-glob": "^3.3.2",
9+
"@types/markdown-it": "^13.0.9",
10+
"fast-glob": "^3.3.3",
1111
"gray-matter": "^4.0.3",
1212
"linq": "^4.0.3",
1313
"markdown-it": "^14.1.0",
14-
"octokit": "^4.0.2",
15-
"vue": "^3.4.29"
14+
"octokit": "^4.1.4",
15+
"vue": "^3.5.18"
1616
},
1717
"devDependencies": {
18+
"@shikijs/vitepress-twoslash": "^1.29.2",
19+
"@types/node": "^20.19.9",
20+
"axios": "^1.11.0",
21+
"jsonc-parser": "^3.3.1",
1822
"markdown-it-wikilinks": "^1.4.0",
19-
"@shikijs/vitepress-twoslash": "^1.9.0",
20-
"@types/node": "^20.14.5",
21-
"axios": "^1.7.2",
22-
"jsonc-parser": "^3.2.1",
2323
"mermaid": "11.7.0",
24-
"shiki": "^1.7.0",
25-
"typescript": "^5.6.3",
24+
"shiki": "^1.29.2",
25+
"typescript": "^5.8.3",
2626
"vitepress": "latest",
27-
"vitepress-plugin-mermaid": "^2.0.16",
28-
"vitest": "^2.1.1"
27+
"vitepress-plugin-mermaid": "^2.0.17",
28+
"vitest": "^2.1.9"
2929
},
3030
"type": "module"
3131
}

0 commit comments

Comments
 (0)