Remove Developer Blog Tutorial under JavaScript -> Remix (#11953)

* Remove Developer Blog Tutorial under JavaScript -> Remix

This pull request removes a resource link that is no longer accessible (404 error). Keeping the list up-to-date and free of broken links ensures a better experience for readers and maintains the overall quality of the repository.

* Remove `Jokes-App-Tutorial` under JavaScript -> Remix

This pull request removes a [Jokes App Tutorial](https://remix.run/docs/en/v1/tutorials/jokes), which is no longer accessible.

* Remove Remix from the index
This commit is contained in:
Zeee 2025-09-10 22:22:32 +08:00 committed by GitHub
parent 249b93b6c4
commit f5e49c3118
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -114,7 +114,6 @@ Books on general-purpose programming that don't focus on a specific language are
* [React](#react)
* [React Native](#react-native)
* [Redux](#redux)
* [Remix](#remix)
* [Svelte](#svelte)
* [Vue.js](#vuejs)
* [Jenkins](#jenkins)
@ -1401,12 +1400,6 @@ Books on general-purpose programming that don't focus on a specific language are
* [The Complete Redux Book](https://leanpub.com/redux-book/read) - Boris Dinkevich, Ilya Gelman (HTML)
#### Remix
* [Developer Blog Tutorial](https://remix.run/docs/en/v1/tutorials/blog)
* [Jokes App Tutorial](https://remix.run/docs/en/v1/tutorials/jokes)
#### Svelte
* [Beginner SvelteKit](https://vercel.com/docs/beginner-sveltekit) - Steph Dietz