About us
--
Simplify searching & downloading
-diff --git a/docs/_redirects b/docs/_redirects new file mode 100644 index 0000000..f824337 --- /dev/null +++ b/docs/_redirects @@ -0,0 +1 @@ +/* /index.html 200 \ No newline at end of file diff --git a/docs/about.html b/docs/about.html deleted file mode 100644 index c923b1c..0000000 --- a/docs/about.html +++ /dev/null @@ -1,37 +0,0 @@ - - -
- - - -Simplify searching & downloading
-This API allows you to search for posts on rutracker.
- -https://api.michijackson.xyz/
-GET/search?q={query}
- -Parameter
-Type
-Required
-Description
-q
-String
-True
-Search query
-GET api.michijackson.xyz/search?q=keks
-{ - "cached": false, - "count": 1, - "data": [ - { - "author": "Viterrson", - "id": 1, - "leechers": 0, - "seeders": 3, - "title": "(Hard - Rock) Keks - Keks - 1983, MP3, 320 kbps", - "url": "https://rutracker.org/forum/viewtopic.php?t=3835559" - } - ], - "query": "keks", - "success": true -}-
+ This API allows you to search for posts on rutracker.
+ +https://api.michijackson.xyz/
+GET/search?q={query}
+ +Parameter
+Type
+Required
+Description
+q
+String
+True
+Search query
+GET api.michijackson.xyz/search?q=keks
+{ + "cached": false, + "count": 1, + "data": [ + { + "author": "Viterrson", + "id": 1, + "leechers": 0, + "seeders": 3, + "title": "(Hard - Rock) Keks - Keks - 1983, MP3, 320 kbps", + "url": "https://rutracker.org/forum/viewtopic.php?t=3835559" + } + ], + "query": "keks", + "success": true + }+
Simplify searching & downloading
+