From dda70036dfd1913d162b27601aca0cd0bfd935cc Mon Sep 17 00:00:00 2001 From: CchristiNana <139203070+CchristiNana@users.noreply.github.com> Date: Sun, 17 Dec 2023 19:22:58 +1100 Subject: [PATCH] fix --- astro.config.mjs | 101 +++++++----------- .../DXBall/Resources/bundles/readme.md | 5 - .../DXBall/Resources/fonts/readme.md | 5 - .../DXBall/Resources/images/readme.md | 5 - .../DXBall/Resources/json/readme.md | 5 - .../DXBall/Resources/sounds/readme.md | 5 - 6 files changed, 39 insertions(+), 87 deletions(-) delete mode 100644 src/content/docs/products/splashkit/Documentation/API Expansion/Windows DevContainer/.devcontainer/DXBall/Resources/bundles/readme.md delete mode 100644 src/content/docs/products/splashkit/Documentation/API Expansion/Windows DevContainer/.devcontainer/DXBall/Resources/fonts/readme.md delete mode 100644 src/content/docs/products/splashkit/Documentation/API Expansion/Windows DevContainer/.devcontainer/DXBall/Resources/images/readme.md delete mode 100644 src/content/docs/products/splashkit/Documentation/API Expansion/Windows DevContainer/.devcontainer/DXBall/Resources/json/readme.md delete mode 100644 src/content/docs/products/splashkit/Documentation/API Expansion/Windows DevContainer/.devcontainer/DXBall/Resources/sounds/readme.md diff --git a/astro.config.mjs b/astro.config.mjs index 0695738e..355c4344 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -445,68 +445,6 @@ export default defineConfig({ directory: "products/splashkit/Documentation/API-Expansion/Windows-DevContainer/.devcontainer", }, - items: [ - { - label: "DXball", - autogenerate: { - directory: - "products/splashkit/Documentation/API-Expansion/Windows-DevContainer/.devcontainer/DXball", - }, - items: [ - { - label: "logs", - autogenerate: { - directory: - "products/splashkit/Documentation/API-Expansion/Windows-DevContainer/.devcontainer/DXball/logs", - }, - }, - { - label: "Resources", - autogenerate: { - directory: - "products/splashkit/Documentation/API-Expansion/Windows-DevContainer/.devcontainer/DXball/Resources", - }, - items: [ - { - label: "bundles", - autogenerate: { - directory: - "products/splashkit/Documentation/API-Expansion/Windows-DevContainer/.devcontainer/DXball/Resources/bundles", - }, - }, - { - label: "fonts", - autogenerate: { - directory: - "products/splashkit/Documentation/API-Expansion/Windows-DevContainer/.devcontainer/DXball/Resources/fonts", - }, - }, - { - label: "images", - autogenerate: { - directory: - "products/splashkit/Documentation/API-Expansion/Windows-DevContainer/.devcontainer/DXball/Resources/images", - }, - }, - { - label: "json", - autogenerate: { - directory: - "products/splashkit/Documentation/API-Expansion/Windows-DevContainer/.devcontainer/DXball/Resources/json", - }, - }, - { - label: "sounds", - autogenerate: { - directory: - "products/splashkit/Documentation/API-Expansion/Windows-DevContainer/.devcontainer/DXball/Resources/sounds", - }, - }, - ], - }, - ], - }, - ], }, ], }, @@ -628,6 +566,45 @@ export default defineConfig({ directory: "products/splashkit/Documentation/Starlight-Website/Website-Additions", }, + items: [ + { + label: "Troubleshoot", + autogenerate: { + directory: + "products/splashkit/Documentation/Starlight-Website/Website-Additions/Troubleshoot", + }, + items: [ + { + label: "linux", + autogenerate: { + directory: + "products/splashkit/Documentation/Starlight-Website/Website-Additions/Troubleshoot/linux", + }, + }, + { + label: "macOS", + autogenerate: { + directory: + "products/splashkit/Documentation/Starlight-Website/Website-Additions/Troubleshoot/macOS", + }, + }, + { + label: "windows", + autogenerate: { + directory: + "products/splashkit/Documentation/Starlight-Website/Website-Additions/Troubleshoot/windows", + }, + }, + ], + }, + { + label: "WSL Installation", + autogenerate: { + directory: + "products/splashkit/Documentation/Starlight-Website/Website-Additions/WSL-Installation", + }, + }, + ], }, ], }, diff --git a/src/content/docs/products/splashkit/Documentation/API Expansion/Windows DevContainer/.devcontainer/DXBall/Resources/bundles/readme.md b/src/content/docs/products/splashkit/Documentation/API Expansion/Windows DevContainer/.devcontainer/DXBall/Resources/bundles/readme.md deleted file mode 100644 index bbe9ec39..00000000 --- a/src/content/docs/products/splashkit/Documentation/API Expansion/Windows DevContainer/.devcontainer/DXBall/Resources/bundles/readme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: bundles ---- - -You can place bundle scripts in this folder. diff --git a/src/content/docs/products/splashkit/Documentation/API Expansion/Windows DevContainer/.devcontainer/DXBall/Resources/fonts/readme.md b/src/content/docs/products/splashkit/Documentation/API Expansion/Windows DevContainer/.devcontainer/DXBall/Resources/fonts/readme.md deleted file mode 100644 index b50c0413..00000000 --- a/src/content/docs/products/splashkit/Documentation/API Expansion/Windows DevContainer/.devcontainer/DXBall/Resources/fonts/readme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: fonts ---- - -You can place fonts in this folder. Fonts can be otf or ttf files. diff --git a/src/content/docs/products/splashkit/Documentation/API Expansion/Windows DevContainer/.devcontainer/DXBall/Resources/images/readme.md b/src/content/docs/products/splashkit/Documentation/API Expansion/Windows DevContainer/.devcontainer/DXBall/Resources/images/readme.md deleted file mode 100644 index 27d5293b..00000000 --- a/src/content/docs/products/splashkit/Documentation/API Expansion/Windows DevContainer/.devcontainer/DXBall/Resources/images/readme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: images ---- - -Place images in this folder. SplashKit can work with png, jpeg, jpg, or tif files. diff --git a/src/content/docs/products/splashkit/Documentation/API Expansion/Windows DevContainer/.devcontainer/DXBall/Resources/json/readme.md b/src/content/docs/products/splashkit/Documentation/API Expansion/Windows DevContainer/.devcontainer/DXBall/Resources/json/readme.md deleted file mode 100644 index ad0c205c..00000000 --- a/src/content/docs/products/splashkit/Documentation/API Expansion/Windows DevContainer/.devcontainer/DXBall/Resources/json/readme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: images ---- - -You can place json file in this folder for your program to read. diff --git a/src/content/docs/products/splashkit/Documentation/API Expansion/Windows DevContainer/.devcontainer/DXBall/Resources/sounds/readme.md b/src/content/docs/products/splashkit/Documentation/API Expansion/Windows DevContainer/.devcontainer/DXBall/Resources/sounds/readme.md deleted file mode 100644 index 5ab23007..00000000 --- a/src/content/docs/products/splashkit/Documentation/API Expansion/Windows DevContainer/.devcontainer/DXBall/Resources/sounds/readme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: sounds ---- - -You can place sound effects in this folder. SplashKit can play ogg, wav, mod, flac, and mp3