diff --git a/astro.config.mjs b/astro.config.mjs index 6a5a9a0d..5733e5d9 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -78,7 +78,7 @@ export default defineConfig({ collapsed: true, items: [ { label: "Overview", link: "guides/" }, - { label: "Using SplashKit", autogenerate: { directory: "guides/Using SplashKit", collapsed: false } }, + { label: "Using SplashKit", autogenerate: { directory: "guides/Using-SplashKit", collapsed: false } }, { label: "Animations", autogenerate: { directory: "guides/Animations", collapsed: false } }, { label: "Audio", autogenerate: { directory: "guides/Audio", collapsed: false } }, { label: "Camera", autogenerate: { directory: "guides/Camera", collapsed: false } }, @@ -87,8 +87,8 @@ export default defineConfig({ { label: "Interface", autogenerate: { directory: "guides/Interface", collapsed: false } }, { label: "Json", autogenerate: { directory: "guides/JSON", collapsed: false } }, { label: "Networking", autogenerate: { directory: "guides/Networking", collapsed: false } }, - { label: "Raspberry GPIO", autogenerate: { directory: "guides/Raspberry GPIO", collapsed: false } }, - { label: "Resource Bundles", autogenerate: { directory: "guides/Resource Bundles", collapsed: false } }, + { label: "Raspberry GPIO", autogenerate: { directory: "guides/Raspberry-GPIO", collapsed: false } }, + { label: "Resource Bundles", autogenerate: { directory: "guides/Resource-Bundles", collapsed: false } }, { label: "Sprites", autogenerate: { directory: "guides/Sprites", collapsed: false } }, { label: "Utilities", autogenerate: { directory: "guides/Utilities", collapsed: false } }, ] diff --git a/src/content/docs/guides/Raspberry GPIO/0-blink-led.mdx b/src/content/docs/guides/Raspberry-GPIO/0-blink-led.mdx similarity index 100% rename from src/content/docs/guides/Raspberry GPIO/0-blink-led.mdx rename to src/content/docs/guides/Raspberry-GPIO/0-blink-led.mdx diff --git a/src/content/docs/guides/Raspberry GPIO/1-read-button-press.mdx b/src/content/docs/guides/Raspberry-GPIO/1-read-button-press.mdx similarity index 100% rename from src/content/docs/guides/Raspberry GPIO/1-read-button-press.mdx rename to src/content/docs/guides/Raspberry-GPIO/1-read-button-press.mdx diff --git a/src/content/docs/guides/Raspberry GPIO/2-pwm-control-led.mdx b/src/content/docs/guides/Raspberry-GPIO/2-pwm-control-led.mdx similarity index 100% rename from src/content/docs/guides/Raspberry GPIO/2-pwm-control-led.mdx rename to src/content/docs/guides/Raspberry-GPIO/2-pwm-control-led.mdx diff --git a/src/content/docs/guides/Raspberry GPIO/3-pwm-button-control.mdx b/src/content/docs/guides/Raspberry-GPIO/3-pwm-button-control.mdx similarity index 100% rename from src/content/docs/guides/Raspberry GPIO/3-pwm-button-control.mdx rename to src/content/docs/guides/Raspberry-GPIO/3-pwm-button-control.mdx diff --git a/src/content/docs/guides/Raspberry GPIO/4-analog-signals.mdx b/src/content/docs/guides/Raspberry-GPIO/4-analog-signals.mdx similarity index 100% rename from src/content/docs/guides/Raspberry GPIO/4-analog-signals.mdx rename to src/content/docs/guides/Raspberry-GPIO/4-analog-signals.mdx diff --git a/src/content/docs/guides/Raspberry GPIO/images/circuits/blink_led_circuit.jpg b/src/content/docs/guides/Raspberry-GPIO/images/circuits/blink_led_circuit.jpg similarity index 100% rename from src/content/docs/guides/Raspberry GPIO/images/circuits/blink_led_circuit.jpg rename to src/content/docs/guides/Raspberry-GPIO/images/circuits/blink_led_circuit.jpg diff --git a/src/content/docs/guides/Raspberry GPIO/images/circuits/blinkled.png b/src/content/docs/guides/Raspberry-GPIO/images/circuits/blinkled.png similarity index 100% rename from src/content/docs/guides/Raspberry GPIO/images/circuits/blinkled.png rename to src/content/docs/guides/Raspberry-GPIO/images/circuits/blinkled.png diff --git a/src/content/docs/guides/Raspberry GPIO/images/circuits/buttonpush.png b/src/content/docs/guides/Raspberry-GPIO/images/circuits/buttonpush.png similarity index 100% rename from src/content/docs/guides/Raspberry GPIO/images/circuits/buttonpush.png rename to src/content/docs/guides/Raspberry-GPIO/images/circuits/buttonpush.png diff --git a/src/content/docs/guides/Raspberry GPIO/images/circuits/joystick.png b/src/content/docs/guides/Raspberry-GPIO/images/circuits/joystick.png similarity index 100% rename from src/content/docs/guides/Raspberry GPIO/images/circuits/joystick.png rename to src/content/docs/guides/Raspberry-GPIO/images/circuits/joystick.png diff --git a/src/content/docs/guides/Raspberry GPIO/images/circuits/joystick_circuit.png b/src/content/docs/guides/Raspberry-GPIO/images/circuits/joystick_circuit.png similarity index 100% rename from src/content/docs/guides/Raspberry GPIO/images/circuits/joystick_circuit.png rename to src/content/docs/guides/Raspberry-GPIO/images/circuits/joystick_circuit.png diff --git a/src/content/docs/guides/Raspberry GPIO/images/circuits/push_button_circuit.png b/src/content/docs/guides/Raspberry-GPIO/images/circuits/push_button_circuit.png similarity index 100% rename from src/content/docs/guides/Raspberry GPIO/images/circuits/push_button_circuit.png rename to src/content/docs/guides/Raspberry-GPIO/images/circuits/push_button_circuit.png diff --git a/src/content/docs/guides/Raspberry GPIO/images/circuits/pwm_buttons.png b/src/content/docs/guides/Raspberry-GPIO/images/circuits/pwm_buttons.png similarity index 100% rename from src/content/docs/guides/Raspberry GPIO/images/circuits/pwm_buttons.png rename to src/content/docs/guides/Raspberry-GPIO/images/circuits/pwm_buttons.png diff --git a/src/content/docs/guides/Raspberry GPIO/images/circuits/pwm_buttons_circuit.png b/src/content/docs/guides/Raspberry-GPIO/images/circuits/pwm_buttons_circuit.png similarity index 100% rename from src/content/docs/guides/Raspberry GPIO/images/circuits/pwm_buttons_circuit.png rename to src/content/docs/guides/Raspberry-GPIO/images/circuits/pwm_buttons_circuit.png diff --git a/src/content/docs/guides/Raspberry GPIO/images/ctrl-bit_table.png b/src/content/docs/guides/Raspberry-GPIO/images/ctrl-bit_table.png similarity index 100% rename from src/content/docs/guides/Raspberry GPIO/images/ctrl-bit_table.png rename to src/content/docs/guides/Raspberry-GPIO/images/ctrl-bit_table.png diff --git a/src/content/docs/guides/Raspberry GPIO/images/joystick_pinout.png b/src/content/docs/guides/Raspberry-GPIO/images/joystick_pinout.png similarity index 100% rename from src/content/docs/guides/Raspberry GPIO/images/joystick_pinout.png rename to src/content/docs/guides/Raspberry-GPIO/images/joystick_pinout.png diff --git a/src/content/docs/guides/Raspberry GPIO/images/mcp3008_pinout.png b/src/content/docs/guides/Raspberry-GPIO/images/mcp3008_pinout.png similarity index 100% rename from src/content/docs/guides/Raspberry GPIO/images/mcp3008_pinout.png rename to src/content/docs/guides/Raspberry-GPIO/images/mcp3008_pinout.png diff --git a/src/content/docs/guides/Raspberry GPIO/images/transmit_details.png b/src/content/docs/guides/Raspberry-GPIO/images/transmit_details.png similarity index 100% rename from src/content/docs/guides/Raspberry GPIO/images/transmit_details.png rename to src/content/docs/guides/Raspberry-GPIO/images/transmit_details.png diff --git a/src/content/docs/guides/Resource Bundles/0-loading-resources-with-bundles.mdx b/src/content/docs/guides/Resource-Bundles/0-loading-resources-with-bundles.mdx similarity index 100% rename from src/content/docs/guides/Resource Bundles/0-loading-resources-with-bundles.mdx rename to src/content/docs/guides/Resource-Bundles/0-loading-resources-with-bundles.mdx diff --git a/src/content/docs/guides/Using SplashKit/0-overview.mdx b/src/content/docs/guides/Using-SplashKit/0-overview.mdx similarity index 100% rename from src/content/docs/guides/Using SplashKit/0-overview.mdx rename to src/content/docs/guides/Using-SplashKit/0-overview.mdx diff --git a/src/content/docs/guides/Using SplashKit/1-splashkit-on-macos.mdx b/src/content/docs/guides/Using-SplashKit/1-splashkit-on-macos.mdx similarity index 100% rename from src/content/docs/guides/Using SplashKit/1-splashkit-on-macos.mdx rename to src/content/docs/guides/Using-SplashKit/1-splashkit-on-macos.mdx diff --git a/src/content/docs/guides/Using SplashKit/2-splashkit-with-msys2-on-windows.mdx b/src/content/docs/guides/Using-SplashKit/2-splashkit-with-msys2-on-windows.mdx similarity index 100% rename from src/content/docs/guides/Using SplashKit/2-splashkit-with-msys2-on-windows.mdx rename to src/content/docs/guides/Using-SplashKit/2-splashkit-with-msys2-on-windows.mdx diff --git a/src/content/docs/guides/Using SplashKit/3-splashkit-with-wsl-on-windows.mdx b/src/content/docs/guides/Using-SplashKit/3-splashkit-with-wsl-on-windows.mdx similarity index 100% rename from src/content/docs/guides/Using SplashKit/3-splashkit-with-wsl-on-windows.mdx rename to src/content/docs/guides/Using-SplashKit/3-splashkit-with-wsl-on-windows.mdx diff --git a/src/content/docs/guides/Using SplashKit/4-splashkit-on-linux.mdx b/src/content/docs/guides/Using-SplashKit/4-splashkit-on-linux.mdx similarity index 100% rename from src/content/docs/guides/Using SplashKit/4-splashkit-on-linux.mdx rename to src/content/docs/guides/Using-SplashKit/4-splashkit-on-linux.mdx