Skip to content

Commit 9f8d7b0

Browse files
committed
Merge branch 'staging' of https://github.com/WaifuAPI/Documentation into staging
2 parents 075354a + d9e83ea commit 9f8d7b0

File tree

4 files changed

+28
-30
lines changed

4 files changed

+28
-30
lines changed

CONTRIBUTING.md

+25-26
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
1-
# Contributing to Waifu.it
2-
3-
We love your input! We want to make contributing to this project as easy as possible, whether it's:
4-
5-
- Submitting a fix
6-
- Reporting an issue
7-
- Becoming a maintainer
8-
- Proposing new features
9-
- Discussing the current state of the code
10-
11-
## Code of Conduct
12-
13-
The code of conduct is described in [Code of Conduct](CODE_OF_CONDUCT.md).
14-
15-
## Feature Request
16-
17-
Great Feature Requests tend to have:
18-
19-
- A quick idea summary.
20-
- What & why you wanted to add the specific feature.
21-
- Additional context like images, links to resources to implement the feature etc, etc.
22-
23-
## License
24-
25-
By contributing to Animu Documentation, you agree that your contributions will be licensed
26-
under the [LICENSE file](LICENSE.md).
1+
# Contributing Guidelines
2+
3+
Welcome to the Waifu.it community! We value your contributions and aim to make the process of contributing as straightforward as possible. You can help in various ways, such as:
4+
5+
- Fixing issues
6+
- Reporting bugs or problems
7+
- Becoming a project maintainer
8+
- Proposing new features
9+
- Engaging in discussions about the project's codebase
10+
11+
## Code of Conduct
12+
13+
Please review our [Code of Conduct](CODE_OF_CONDUCT.md) to understand our community's behavior standards.
14+
15+
## Feature Requests
16+
17+
If you have a feature in mind, we appreciate it when feature requests include:
18+
19+
- A concise summary of the idea
20+
- Explanation of what the feature is and why it would be beneficial
21+
- Any additional context, like images or resources that could help in implementing the feature
22+
23+
## Licensing
24+
25+
By contributing to the Waifu.it project, you agree that your contributions will be subject to the terms specified in our [LICENSE file](LICENSE.md).

components/counters.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ function MyButton() {
2121

2222
export default function MyApp() {
2323
return <MyButton />
24-
}
24+
}

pages/index.mdx

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
# Introduction
22

3-
Welcome to the documentation for Waifu.it - a high-level API that provide anime related information from numerous
4-
entertainment mediums (such as anime, manga, light novels, movies etc.), along with links to these contents from publicly-available online
5-
sources. This website intends to inform you about how to use both the API ([https://waifu.it](https://waifu.it)).
3+
Welcome to the documentation for Waifu.it, a comprehensive API that offers a wealth of anime-related information spanning various entertainment mediums, including anime, manga, light novels, and movies. Additionally, it provides direct links to these contents from publicly accessible online sources. This documentation aims to guide you on how to effectively utilize the API, which can be accessed at [https://waifu.it](https://waifu.it).

pages/list-of-endpoints.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
## List of Endpoints
23

34
Waifu.it supports a wealth of endpoints, which can be categorized into the following groups:

0 commit comments

Comments
 (0)