Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CchristiNana committed Dec 17, 2023
1 parent f299ac6 commit dda7003
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 87 deletions.
101 changes: 39 additions & 62 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
},
],
},
],
},
],
},
],
},
Expand Down Expand Up @@ -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",
},
},
],
},
],
},
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit dda7003

Please sign in to comment.