diff --git a/docs/BUILDING.md b/docs/building.md similarity index 100% rename from docs/BUILDING.md rename to docs/building.md diff --git a/docs/CONFIGURATION.md b/docs/configuration.md similarity index 100% rename from docs/CONFIGURATION.md rename to docs/configuration.md diff --git a/docs/DECISIONS.md b/docs/decisions.md similarity index 100% rename from docs/DECISIONS.md rename to docs/decisions.md diff --git a/STYLEGUIDE.md b/docs/styleguides/bash_styleguide.md similarity index 100% rename from STYLEGUIDE.md rename to docs/styleguides/bash_styleguide.md diff --git a/docs/TROUBLESHOOTING.md b/docs/troubleshooting.md similarity index 96% rename from docs/TROUBLESHOOTING.md rename to docs/troubleshooting.md index 9072d91..6475d93 100644 --- a/docs/TROUBLESHOOTING.md +++ b/docs/troubleshooting.md @@ -80,7 +80,7 @@ If the global hotkey (Ctrl+Alt+Space) doesn't work, ensure you're not running in **Note:** Native Wayland mode doesn't support global hotkeys due to Electron/Chromium limitations with XDG GlobalShortcuts Portal. -See [CONFIGURATION.md](CONFIGURATION.md) for more details on the `CLAUDE_USE_WAYLAND` environment variable. +See [configuration.md](configuration.md) for more details on the `CLAUDE_USE_WAYLAND` environment variable. ### Keyboard Input Doesn't Work (IBus / GTK Input Method) @@ -237,7 +237,7 @@ If Cowork fails with a VM timeout, the KVM backend is selected but the guest VM COWORK_VM_BACKEND=bwrap claude-desktop ``` -See [CONFIGURATION.md](CONFIGURATION.md#cowork-backend) for how to make this permanent. +See [configuration.md](configuration.md#cowork-backend) for how to make this permanent. ### Cowork: virtiofsd not found (Fedora/RHEL)