Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit ef31e2e

Browse files
committed
Update styles, dependencies, and documentation for improved functionality and clarity to support TutoriaLLM v1.0.0
1 parent 82155bf commit ef31e2e

15 files changed

+6181
-2666
lines changed

astro.config.mjs astro.config.ts

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ export default defineConfig({
1212
starlightOpenAPI([
1313
{
1414
base: "api",
15-
label: "API(ja)",
15+
label: "API リファレンス",
16+
schema: "./schema/api-schema.yaml",
17+
},
18+
{
19+
base: "en/api",
20+
label: "API Reference",
1621
schema: "./schema/api-schema.yaml",
1722
},
18-
// {
19-
// base: "/en/api",
20-
// label: "API(en)",
21-
// schema: "./schema/api-schema.yaml",
22-
// },
2323
]),
2424
],
2525
title: "TutoriaLLM",

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/check": "^0.9.4",
14-
"@astrojs/starlight": "^0.28.3",
14+
"@astrojs/starlight": "^0.28.6",
1515
"@astrojs/starlight-tailwind": "^2.0.3",
16-
"@astrojs/tailwind": "^5.1.2",
17-
"astro": "^4.16.7",
18-
"astro-embed": "^0.7.2",
19-
"sharp": "^0.32.5",
20-
"starlight-links-validator": "^0.12.3",
21-
"starlight-openapi": "^0.8.1",
22-
"tailwindcss": "^3.4.9",
23-
"typescript": "^5.5.4"
16+
"@astrojs/tailwind": "^5.1.4",
17+
"astro": "^4.16.18",
18+
"astro-embed": "^0.7.4",
19+
"sharp": "^0.32.6",
20+
"starlight-links-validator": "^0.12.4",
21+
"starlight-openapi": "^0.9.0",
22+
"tailwindcss": "^3.4.17",
23+
"typescript": "^5.7.2"
2424
}
2525
}

pnpm-lock.yaml

+1,956-1,519
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)