diff --git a/docs/customization/custom-apps.md b/docs/customization/custom-apps.md index d192d0d..ae9629b 100644 --- a/docs/customization/custom-apps.md +++ b/docs/customization/custom-apps.md @@ -134,7 +134,7 @@ Custom apps are React applications. A basic app needs: - `index.js`: Main application code with a `render()` function - `manifest.json`: Metadata including name, icons, and optional subfiles -For a streamlined development experience, check out **[Spicetify Creator](/docs/development/spicetify-creator)** which supports TypeScript, JSX, and hot reloading. +For a streamlined development experience, check out **[Spicetify Creator](/docs/development/spicetify-creator/the-basics)** which supports TypeScript, JSX, and hot reloading. --- diff --git a/docs/customization/extensions.md b/docs/customization/extensions.md index 75910c6..8a5b29b 100644 --- a/docs/customization/extensions.md +++ b/docs/customization/extensions.md @@ -242,4 +242,4 @@ spicetify apply ## Creating Extensions -Want to build your own extension? See the **[Development Guide](/docs/development)** and **[Spicetify Creator](/docs/development/spicetify-creator)** for tools and tutorials. +Want to build your own extension? See the **[Development Guide](/docs/development)** and **[Spicetify Creator](/docs/development/spicetify-creator/the-basics)** for tools and tutorials. diff --git a/docs/development/extensions.md b/docs/development/extensions.md index 1327307..34a195d 100644 --- a/docs/development/extensions.md +++ b/docs/development/extensions.md @@ -15,7 +15,7 @@ Extensions are JavaScript files that run alongside Spotify's main code. They can └── ... ``` -Extensions are single JavaScript files. For complex extensions with multiple files, use [Spicetify Creator](/docs/development/spicetify-creator). +Extensions are single JavaScript files. For complex extensions with multiple files, use [Spicetify Creator](/docs/development/spicetify-creator/the-basics). ## Getting Started @@ -218,7 +218,7 @@ Spicetify.PopupModal.display({ ## Spicetify Creator -For a better development experience with TypeScript, JSX, and hot reloading, use **[Spicetify Creator](/docs/development/spicetify-creator)**. +For a better development experience with TypeScript, JSX, and hot reloading, use **[Spicetify Creator](/docs/development/spicetify-creator/the-basics)**. ```bash npx spicetify-creator @@ -283,6 +283,6 @@ To share your extension: ## Resources - **[API Wrapper Reference](/docs/development/api-wrapper)**: Complete API documentation -- **[Spicetify Creator](/docs/development/spicetify-creator)**: TypeScript development tool +- **[Spicetify Creator](/docs/development/spicetify-creator/the-basics)**: TypeScript development tool - **[Built-in Extensions](https://github.com/spicetify/cli/tree/main/Extensions)**: Reference implementations - **[Marketplace Extensions](https://github.com/spicetify/marketplace)**: Community examples diff --git a/src/content/docs/customization/custom-apps.md b/src/content/docs/customization/custom-apps.md index d192d0d..ae9629b 100644 --- a/src/content/docs/customization/custom-apps.md +++ b/src/content/docs/customization/custom-apps.md @@ -134,7 +134,7 @@ Custom apps are React applications. A basic app needs: - `index.js`: Main application code with a `render()` function - `manifest.json`: Metadata including name, icons, and optional subfiles -For a streamlined development experience, check out **[Spicetify Creator](/docs/development/spicetify-creator)** which supports TypeScript, JSX, and hot reloading. +For a streamlined development experience, check out **[Spicetify Creator](/docs/development/spicetify-creator/the-basics)** which supports TypeScript, JSX, and hot reloading. --- diff --git a/src/content/docs/customization/extensions.md b/src/content/docs/customization/extensions.md index 75910c6..8a5b29b 100644 --- a/src/content/docs/customization/extensions.md +++ b/src/content/docs/customization/extensions.md @@ -242,4 +242,4 @@ spicetify apply ## Creating Extensions -Want to build your own extension? See the **[Development Guide](/docs/development)** and **[Spicetify Creator](/docs/development/spicetify-creator)** for tools and tutorials. +Want to build your own extension? See the **[Development Guide](/docs/development)** and **[Spicetify Creator](/docs/development/spicetify-creator/the-basics)** for tools and tutorials. diff --git a/src/content/docs/development/extensions.md b/src/content/docs/development/extensions.md index 1327307..34a195d 100644 --- a/src/content/docs/development/extensions.md +++ b/src/content/docs/development/extensions.md @@ -15,7 +15,7 @@ Extensions are JavaScript files that run alongside Spotify's main code. They can └── ... ``` -Extensions are single JavaScript files. For complex extensions with multiple files, use [Spicetify Creator](/docs/development/spicetify-creator). +Extensions are single JavaScript files. For complex extensions with multiple files, use [Spicetify Creator](/docs/development/spicetify-creator/the-basics). ## Getting Started @@ -218,7 +218,7 @@ Spicetify.PopupModal.display({ ## Spicetify Creator -For a better development experience with TypeScript, JSX, and hot reloading, use **[Spicetify Creator](/docs/development/spicetify-creator)**. +For a better development experience with TypeScript, JSX, and hot reloading, use **[Spicetify Creator](/docs/development/spicetify-creator/the-basics)**. ```bash npx spicetify-creator @@ -283,6 +283,6 @@ To share your extension: ## Resources - **[API Wrapper Reference](/docs/development/api-wrapper)**: Complete API documentation -- **[Spicetify Creator](/docs/development/spicetify-creator)**: TypeScript development tool +- **[Spicetify Creator](/docs/development/spicetify-creator/the-basics)**: TypeScript development tool - **[Built-in Extensions](https://github.com/spicetify/cli/tree/main/Extensions)**: Reference implementations - **[Marketplace Extensions](https://github.com/spicetify/marketplace)**: Community examples