Skip to content

Commit 7393e67

Browse files
author
aetrnyx
committed
Updated domain
1 parent 7702cf0 commit 7393e67

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing to Airi
1+
# Contributing to Animu
22

33
We love your input! We want to make contributing to this project as easy as possible, whether it's:
44

@@ -22,5 +22,5 @@ Great Feature Requests tend to have:
2222

2323
## License
2424

25-
By contributing to Airi Documentation, you agree that your contributions will be licensed
25+
By contributing to Animu Documentation, you agree that your contributions will be licensed
2626
under the [LICENSE file](LICENSE.md).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Airi Documentation
1+
# Animu Documentation
22

33
## Getting Started
44

config/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineConfig } from 'dumi';
22

33
export default defineConfig({
4-
title: 'Airi',
4+
title: 'Animu',
55
favicon: 'https://avatars.githubusercontent.com/u/79479798?s=500&v=4',
66
logo: 'https://avatars.githubusercontent.com/u/79479798?s=700&v=5',
77
outputPath: 'docs-dist',

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
## Introduction
22

3-
### Airi API
3+
### Animu API
44

55
- Version: `1.3.8`
6-
- Base URL: `https://airi.kyoyo.me/api/:endpoint`
6+
- Base URL: `https://animu.ml/api/:endpoint`
77
- Protocols: `https`
88
- Responds With: `application/json`
99

@@ -33,7 +33,7 @@ To get your API token, join this [discord server](https://discord.gg/yyW389c), t
3333

3434
**How can I support the project?**
3535

36-
- Contribute to the [API](https://github.com/AiriAPI/Airi)
36+
- Contribute to the [API](https://github.com/AnimuAPI/Animu)
3737
- Donate me via [Ko-fi](https://ko-fi.com/Aeryk)
3838
- Give feedback or suggestions in [discord server](https://discord.gg/yyW389c).
3939

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
3-
"name": "airi_docs",
4-
"version": "1.6.8",
3+
"name": "animu_docs",
4+
"version": "1.6.9",
55
"description": "Documentatin for a API Serving Anime stuff",
66
"author": "Kyoyo",
77
"license": "AGPLv3",

src/Authentication/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
- Use the API key that you generate to authenticate each request made to the API.
44

5-
> If you don’t have an API Key, then just head over to https://docs.airi.kyoyo.me/#frequently-asked-questions-faqs, then read and get one for free.
5+
> If you don’t have an API Key, then just head over to https://docs.animu.ml/#frequently-asked-questions-faqs, then read and get one for free.
66
77
> **Request Header**
88
>

src/Endpoints/fact.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@ GET /fact
3737

3838
#### Examples
3939

40-
Random fact [try in browser](https://airi.kyoyo.me/api/fact)
40+
Random fact [try in browser](https://animu.ml/api/fact)
4141

4242
```HTTP
4343
GET /fact
4444
```
4545

46-
Random fact with tags "pokemon" **`AND`** "pikachu" [try in browser](https://airi.kyoyo.me/api/fact?tags=pokemon,pikachu)
46+
Random fact with tags "pokemon" **`AND`** "pikachu" [try in browser](https://animu.ml/api/fact?tags=pokemon,pikachu)
4747

4848
```HTTP
4949
GET /fact?tags=pokemon,pikachu
5050
```
5151

52-
Random fact with tags "AttackonTitan" **`OR`** "Levi" [try in browser](https://airi.kyoyo.me/api/fact?tags=AttackonTitan|Levi)
52+
Random fact with tags "AttackonTitan" **`OR`** "Levi" [try in browser](https://animu.ml/api/fact?tags=AttackonTitan|Levi)
5353

5454
```HTTP
5555
GET /fact?tags=AttackonTitan|Levi

src/pages/document.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
name="description"
99
content="An open-souce api featuring bunch of anime related stuffs!"
1010
/>
11-
<meta name="og:title" content="Airi" />
11+
<meta name="og:title" content="Animu" />
1212
<meta name="theme-color" content="#1DA1F2" />
13-
<meta property="og:url" content="https://docs.airi.kyoyo.me" />
13+
<meta property="og:url" content="https://docs.animu.ml" />
1414
<meta
1515
name="og:image"
1616
content="https://avatars.githubusercontent.com/u/79479798?s=200&v=4"

0 commit comments

Comments
 (0)