diff --git a/README.md b/README.md index 5001f6893..ce09ac146 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![TypeGPU (light mode)](./apps/typegpu-docs/public/typegpu-logo-light.svg#gh-light-mode-only) ![TypeGPU (dark mode)](./apps/typegpu-docs/public/typegpu-logo-dark.svg#gh-dark-mode-only) -[Website](https://docs.swmansion.com/typegpu) — [Live Examples](https://docs.swmansion.com/typegpu/examples) — [Documentation](https://docs.swmansion.com/typegpu/guides/getting-started) +[Website](https://docs.swmansion.com/TypeGPU) — [Live Examples](https://docs.swmansion.com/TypeGPU/examples) — [Documentation](https://docs.swmansion.com/TypeGPU/guides/getting-started) diff --git a/apps/typegpu-docs/astro.config.mjs b/apps/typegpu-docs/astro.config.mjs index 5b45bea8e..2ff9ec20b 100644 --- a/apps/typegpu-docs/astro.config.mjs +++ b/apps/typegpu-docs/astro.config.mjs @@ -9,7 +9,7 @@ import importRawRedirectPlugin from './vite-import-raw-redirect-plugin'; // https://astro.build/config export default defineConfig({ site: 'https://docs.swmansion.com', - base: 'typegpu', + base: 'TypeGPU', vite: { plugins: [ importRawRedirectPlugin({ @@ -36,7 +36,7 @@ export default defineConfig({ Head: './src/components/starlight/Head.astro', }, social: { - github: 'https://github.com/software-mansion/typegpu', + github: 'https://github.com/software-mansion/TypeGPU', }, sidebar: [ // { diff --git a/apps/typegpu-docs/src/components/ExampleLayout.tsx b/apps/typegpu-docs/src/components/ExampleLayout.tsx index 3ced923cc..43372704d 100644 --- a/apps/typegpu-docs/src/components/ExampleLayout.tsx +++ b/apps/typegpu-docs/src/components/ExampleLayout.tsx @@ -21,10 +21,10 @@ function SideMenu() {