From 40bc222263af737bd0e811f20f1b40cb72271515 Mon Sep 17 00:00:00 2001 From: Kiera Affarantia <74483226+MinazukiAmane@users.noreply.github.com> Date: Fri, 8 Mar 2024 16:01:04 +0700 Subject: [PATCH] add anime category and fix miss types --- pages/rest-api/Anime/_meta.json | 34 +++++++++++++++++++++++++++++++++ pages/rest-api/start.mdx | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 pages/rest-api/Anime/_meta.json diff --git a/pages/rest-api/Anime/_meta.json b/pages/rest-api/Anime/_meta.json new file mode 100644 index 0000000..e2da5ba --- /dev/null +++ b/pages/rest-api/Anime/_meta.json @@ -0,0 +1,34 @@ +{ + "9anime": { + "title": "9Anime", + "theme": { "collapsed": true } + }, + "animefox": { + "title": "AnimeFox", + "theme": { "collapsed": true } + }, + "animepahe": { + "title": "Animepahe", + "theme": { "collapsed": true } + }, + "bilibili": { + "title": "BiliBili", + "theme": { "collapsed": true } + }, + "crunchyroll": { + "title": "Crunchyroll", + "theme": { "collapsed": true } + }, + "enime": { + "title": "Enime", + "theme": { "collapsed": true } + }, + "gogoanime": { + "title": "GogoAnime", + "theme": { "collapsed": true } + }, + "zoro": { + "title": "Zoro", + "theme": { "collapsed": true } + } + } \ No newline at end of file diff --git a/pages/rest-api/start.mdx b/pages/rest-api/start.mdx index eb4c328..286eacc 100644 --- a/pages/rest-api/start.mdx +++ b/pages/rest-api/start.mdx @@ -1,6 +1,6 @@ # Get Started -The base URL for the Consumet REST API is: [`https://api.nganime.my.id`](https://api.nganime.my.id) +The base URL for the Nganime REST API is: [`https://api.nganime.my.id`](https://api.nganime.my.id) ## Notes