From 140801e5d5278b482f447f3083de8f59a0c8668f Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Sun, 17 Dec 2023 20:07:17 +0530 Subject: [PATCH] docs(`BackToTop`): add `BackToTop` href for convenience --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index a2b441a..18ac1eb 100644 --- a/README.md +++ b/README.md @@ -258,8 +258,11 @@ console.log(data); {...}, ], } + ``` +[🔼 Back to Top](#table-of-contents) + ### `GET` Anime About Info #### Endpoint @@ -371,6 +374,8 @@ console.log(data); } ``` +[🔼 Back to Top](#table-of-contents) + ### `GET` Search Results #### Endpoint @@ -435,6 +440,8 @@ console.log(data); } ``` +[🔼 Back to Top](#table-of-contents) + ### `GET` Search Suggestions #### Endpoint @@ -476,6 +483,8 @@ console.log(data); } ``` +[🔼 Back to Top](#table-of-contents) + ### `GET` Producer Animes #### Endpoint @@ -563,6 +572,8 @@ console.log(data); } ``` +[🔼 Back to Top](#table-of-contents) + ### `GET` Genre Animes #### Endpoint @@ -634,6 +645,8 @@ console.log(data); } ``` +[🔼 Back to Top](#table-of-contents) + ### `GET` Category Anime #### Endpoint @@ -706,6 +719,8 @@ console.log(data); } ``` +[🔼 Back to Top](#table-of-contents) + ### `GET` Estimated Schedules #### Endpoint @@ -746,6 +761,8 @@ console.log(data); } ``` +[🔼 Back to Top](#table-of-contents) + ### `GET` Anime Episodes #### Endpoint @@ -787,6 +804,8 @@ console.log(data); } ``` +[🔼 Back to Top](#table-of-contents) + ### `GET` Anime Episode Servers #### Endpoint @@ -834,6 +853,8 @@ console.log(data); } ``` +[🔼 Back to Top](#table-of-contents) + ### `GET` Anime Episode Streaming Links #### Endpoint @@ -888,6 +909,8 @@ console.log(data); } ``` +[🔼 Back to Top](#table-of-contents) + ## 👨‍💻 Development Pull requests and stars are always welcome. If you encounter any bug or want to add a new feature to this api, consider creating a new [issue](https://github.com/ghoshRitesh12/aniwatch-api/issues). If you wish to contribute to this project, read the [CONTRIBUTING.md](https://github.com/ghoshRitesh12/aniwatch-api/blob/main/CONTRIBUTING.md) file.