Skip to content

Commit df5b57f

Browse files
committed
rag restructuring
1 parent e9bcdc8 commit df5b57f

28 files changed

Lines changed: 47 additions & 46 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# build output
22
dist/
3+
rag/
34
# generated types
45
.astro/
56
.vscode/

package-lock.json

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@
1010
},
1111
"devDependencies": {
1212
"@astrojs/check": "^0.9.4",
13-
"@astrojs/starlight": "^0.35.1",
13+
"@astrojs/starlight": "^0.35.2",
1414
"@expressive-code/plugin-collapsible-sections": "^0.41.3",
1515
"@expressive-code/plugin-line-numbers": "^0.41.3",
1616
"@inox-tools/portal-gun": "^1.2.0",
1717
"@playwright/test": "^1.54.1",
18-
"@types/node": "^24.0.15",
18+
"@types/node": "^24.1.0",
1919
"@vtbag/cam-shaft": "^1.0.6",
2020
"@vtbag/element-crossing": "^1.1.0",
2121
"@vtbag/inspection-chamber": "^1.0.22",
2222
"@vtbag/turn-signal": "^1.3.1",
2323
"@vtbag/utensil-drawer": "^1.2.11",
24-
"astro": "^5.12.0",
24+
"astro": "^5.12.6",
2525
"astro-d2": "^0.8.0",
2626
"astro-og": "^0.3.0",
27-
"astro-vtbot": "^2.1.6",
27+
"astro-vtbot": "^2.1.7",
2828
"postcss-active-view-transition-type": "^0.0.4",
2929
"rehype-autolink-headings": "^7.1.0",
3030
"rehype-external-links": "^3.0.0",
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/content/docs/basics/hide-and-seek/_main-hidden-light.png renamed to src/assets/hide-and-seek/_main-hidden-light.png

File renamed without changes.

src/content/docs/basics/hide-and-seek/_main-unhidden-dark.png renamed to src/assets/hide-and-seek/_main-unhidden-dark.png

File renamed without changes.

src/content/docs/basics/hide-and-seek/_main-unhidden-light.png renamed to src/assets/hide-and-seek/_main-unhidden-light.png

File renamed without changes.

0 commit comments

Comments
 (0)