Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/customization/custom-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

---

Expand Down
2 changes: 1 addition & 1 deletion docs/customization/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
6 changes: 3 additions & 3 deletions docs/development/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/content/docs/customization/custom-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

---

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/customization/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
6 changes: 3 additions & 3 deletions src/content/docs/development/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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