Skip to content

Commit 82458df

Browse files
committed
fix metadata + site issues and update deps
1 parent fd717c3 commit 82458df

File tree

9 files changed

+43
-40
lines changed

9 files changed

+43
-40
lines changed

bun.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

content/docs/api/manual/fetch-balance.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ _openapi:
1111
Fetch your current balance and expiration date
1212
1313
14-
**Note**: The actual base URL for this request is www.uncoverit.org
15-
not api.uncoverit.org
14+
**Note**: The actual base URL for this request is
15+
[www.uncoverit.org](https://www.uncoverit.org) not api.uncoverit.org
1616
---
1717

1818
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
1919

2020
Fetch your current balance and expiration date
2121

22-
**Note**: The actual base URL for this request is www.uncoverit.org not api.uncoverit.org
22+
**Note**: The actual base URL for this request is [www.uncoverit.org](https://www.uncoverit.org) not api.uncoverit.org
2323

2424
<APIPage document={"https://api.api-fiddle.com/v1/public/resources/oas_api_3_1/rajvir-goenkas-organization-ur0/gold-bird-9as8"} operations={[{"path":"/api/balance","method":"get"}]} />

content/docs/api/manual/upload-file.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ _openapi:
1414
All requests decrement the amount of remaning requests by one
1515
1616
17-
**IMPORTANT**: Please check the [/webhook](/manual/webhook) endpoint
18-
earlier to verify if the file already exists
17+
**IMPORTANT**: Please check the [websocket](/api/manual/websockets)
18+
endpoint earlier to verify if the file already exists
1919
---
2020

2121
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
@@ -24,6 +24,6 @@ Upload a file to our servers for analysis.
2424

2525
All requests decrement the amount of remaning requests by one
2626

27-
**IMPORTANT**: Please check the [/webhook](/manual/webhook) endpoint earlier to verify if the file already exists
27+
**IMPORTANT**: Please check the [websocket](/api/manual/websockets) endpoint earlier to verify if the file already exists
2828

29-
<APIPage document={"https://api.api-fiddle.com/v1/public/resources/oas_api_3_1/rajvir-goenkas-organization-ur0/gold-bird-9as8"} operations={[{"path":"/private/upload","method":"post"}]} />
29+
<APIPage document={"https://api.api-fiddle.com/v1/public/resources/oas_api_3_1/rajvir-goenkas-organization-ur0/gold-bird-9as8"} operations={[{"path":"/private/upload","method":"post"}]} />

content/docs/api/packages/npm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: npm
3-
descripton: Intergrate Uncover it's API with your javscript project easily
3+
description: Intergrate Uncover it's API with your javscript project easily with the official uncoverit npm package
44
---
55

66
# Installation

content/docs/api/packages/pypi.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: PyPI
3-
descripton: Intergrate Uncover it's API with your python project easily
3+
description: Intergrate Uncover it's API with your python project easily with the official uncoverit PyPI package
44
---
55

66
# Installation

content/docs/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Overview
3+
description: API Documentation for Uncover it
34
icon: Info
45
---
56

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,27 @@
1313
"dependencies": {
1414
"@orama/orama": "^3.1.18",
1515
"ajv": "^8.17.1",
16-
"fumadocs-core": "16.4.6",
17-
"fumadocs-mdx": "14.2.4",
16+
"fumadocs-core": "16.4.7",
17+
"fumadocs-mdx": "14.2.5",
1818
"fumadocs-openapi": "^10.2.4",
19-
"fumadocs-ui": "16.4.6",
19+
"fumadocs-ui": "16.4.7",
2020
"lucide-react": "^0.562.0",
21-
"next": "16.1.1",
21+
"next": "16.1.3",
2222
"react": "^19.2.3",
2323
"react-dom": "^19.2.3",
2424
"shiki": "^3.21.0"
2525
},
2626
"devDependencies": {
2727
"@tailwindcss/postcss": "^4.1.18",
2828
"@types/mdx": "^2.0.13",
29-
"@types/node": "^25.0.3",
29+
"@types/node": "^25.0.9",
3030
"@types/react": "^19.2.7",
3131
"@types/react-dom": "^19.2.3",
3232
"postcss": "^8.5.6",
3333
"serve": "^14.2.5",
3434
"tailwindcss": "^4.1.18",
3535
"typescript": "^5.9.3",
36-
"eslint-config-next": "16.1.1",
36+
"eslint-config-next": "16.1.3",
3737
"eslint": "^9.39.2"
3838
}
3939
}

postcss.config.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
export default {
1+
const config = {
22
plugins: {
33
'@tailwindcss/postcss': {},
44
},
55
};
6+
7+
export default config;

src/app/og/docs/[...slug]/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export async function GET(
2323
title={page.data.title}
2424
description={page.data.description}
2525
site="Uncover it"
26-
logo={<img width="80" height="80" src={src} />}
26+
logo={<img width="80" height="80" src={src} alt="Uncover it Logo" />}
2727
/>,
2828
await getImageResponseOptions(),
2929
);

0 commit comments

Comments
 (0)