Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 15 additions & 7 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,24 @@
}
],
"icon": "grid-4"
},
{
"group": "Notepad",
"pages": [
"welcome"
],
"icon": "notebook"
}
],
"icon": "grid-4"
},
{
"tab": "Bingo44"
},
{
"tab": "Developer",
"pages": [
"untitled-page",
{
"group": "API",
"pages": [
"untitled-page-2"
]
}
]
}
]
},
Expand Down
Binary file added images/dev/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You will find easy to follow step by step guides on how to use Math44 to the ful
Math44 is growing every day! Join today!
</Tip>

<Card title="Getting Started" icon="zap" href="/quickstart">
<Card title="etting Started" icon="zap" href="/quickstart">
Create your account!
</Card>

Expand All @@ -20,4 +20,4 @@ You will find easy to follow step by step guides on how to use Math44 to the ful

<Card title="Adding Students" icon="plus" href="https://math44.mintlify.site/add-students-to-your-class">
Learn how to add students to your class!
</Card>
</Card>
45 changes: 45 additions & 0 deletions untitled-page-2.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
title: "Number Generator"
icon: "input-numeric"
---

The Math44 Number Generator lets you generate random numbers for your projects.

It can be used for math activities, games, quizzes, testing, or anywhere else you need a random number.

## Example Uses

- Random math problems
- Games
- Quizzes
- Classroom activities
- Testing
- Randomized exercises

See the API reference for the available options and parameters.

## How to Use:

Send a `GET`Request to the URL Below.

```json
https://adrofi.avicenna.run/api/random
```

### Reference

<ResponseField name="success" type="true / false" default="true">
Status if API worked.
</ResponseField>

<ResponseField name="status" type="numbers" default="200">
The status of the API.
</ResponseField>

<ResponseField name="timestamp" type="time">
The time that the request was sent.
</ResponseField>

<ResponseField name="number" type="number" default="N/A">
The main output/ random number.
</ResponseField>
14 changes: 14 additions & 0 deletions untitled-page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "Getting Started"
icon: "dev"
---

## What is Math44 Dev?

Math44 Dev is the developer side of Math44. It gives developers access to Math44 APIs and tools that can be used to build apps, websites, bots, and other projects.

The Math44 API lets you get Math44 data and more!

These docs cover the available APIs, endpoints, requests, responses, and other information you need when building with Math44 Dev.

![Banner](/images/dev/banner.png "Banner")