1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-24 15:29:36 +02:00

chore: update dependencies and improve script execution condition

- Updated vitepress from version 1.5.0 to 1.6.3 in package.json and pnpm-lock.yaml.
- Updated various dependencies in pnpm-lock.yaml including @docsearch/css, @docsearch/js, @iconify-json/simple-icons, @shikijs/core, and others to their latest versions.
- Modified install_adventurelog.sh to improve script execution condition by allowing it to run when piped input is detected.
This commit is contained in:
Sean Morley 2025-06-05 16:24:43 -04:00
parent 36a2e59d52
commit 5f9d0cd207
7 changed files with 480 additions and 172 deletions

View file

@ -129,6 +129,7 @@ export default defineConfig({
collapsed: false,
items: [
{ text: "Getting Started", link: "/docs/install/getting_started" },
{ text: "Quick Start Script ⏲️", link: "/docs/install/quick_start" },
{ text: "Docker 🐋", link: "/docs/install/docker" },
{ text: "Proxmox LXC 🐧", link: "/docs/install/proxmox_lxc" },
{ text: "Synology NAS ☁️", link: "/docs/install/synology_nas" },