Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .DS_Store
Binary file not shown.
6 changes: 0 additions & 6 deletions .github/workflows/vitepress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ jobs:
with:
node-version: 20

# Copy images from assets to .vitepress/public
- name: Copy images into public
run: |
mkdir -p .vitepress/public
cp -R assets/* .vitepress/public/

# Setup GitHub Pages
Copy link

Copilot AI Feb 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the workflow no longer copies a local assets/ directory into the published site, any remaining /assets/... references will break on Pages. There is at least one in index.md (hero.image.src); either update the docs to use the external Documentation_Images URLs everywhere or restore an assets publish step.

Copilot uses AI. Check for mistakes.
- uses: actions/configure-pages@v4

Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ Thumbs.db
/tmp/
.DS_Store
.DS_Store
.DS_Store
.DS_Store
31 changes: 31 additions & 0 deletions .vitepress/cache/deps/_metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"hash": "0841564a",
"configHash": "e9650206",
"lockfileHash": "9c0b0a4f",
"browserHash": "8f1bc4dd",
"optimized": {
"vue": {
"src": "../../../node_modules/vue/dist/vue.runtime.esm-bundler.js",
"file": "vue.js",
"fileHash": "e8a35cd0",
"needsInterop": false
},
"vitepress > @vue/devtools-api": {
"src": "../../../node_modules/@vue/devtools-api/dist/index.js",
"file": "vitepress___@vue_devtools-api.js",
"fileHash": "50519121",
"needsInterop": false
},
"vitepress > @vueuse/core": {
"src": "../../../node_modules/@vueuse/core/index.mjs",
"file": "vitepress___@vueuse_core.js",
"fileHash": "cbc940c9",
"needsInterop": false
}
},
"chunks": {
"chunk-LT66L4YR": {
"file": "chunk-LT66L4YR.js"
}
}
}
12,824 changes: 12,824 additions & 0 deletions .vitepress/cache/deps/chunk-LT66L4YR.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions .vitepress/cache/deps/chunk-LT66L4YR.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .vitepress/cache/deps/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"type": "module"
}
Loading