diff --git a/docs.json b/docs.json
index 058c208..cca1f5a 100644
--- a/docs.json
+++ b/docs.json
@@ -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"
+ ]
+ }
+ ]
}
]
},
diff --git a/images/dev/banner.png b/images/dev/banner.png
new file mode 100644
index 0000000..7a31485
Binary files /dev/null and b/images/dev/banner.png differ
diff --git a/index.mdx b/index.mdx
index 4e58d8e..618571b 100644
--- a/index.mdx
+++ b/index.mdx
@@ -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!
-
+
Create your account!
@@ -20,4 +20,4 @@ You will find easy to follow step by step guides on how to use Math44 to the ful
Learn how to add students to your class!
-
\ No newline at end of file
+
diff --git a/untitled-page-2.mdx b/untitled-page-2.mdx
new file mode 100644
index 0000000..508b1d7
--- /dev/null
+++ b/untitled-page-2.mdx
@@ -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
+
+
+ Status if API worked.
+
+
+
+ The status of the API.
+
+
+
+ The time that the request was sent.
+
+
+
+ The main output/ random number.
+
diff --git a/untitled-page.mdx b/untitled-page.mdx
new file mode 100644
index 0000000..1e185b1
--- /dev/null
+++ b/untitled-page.mdx
@@ -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.
+
+