Skip to content

Commit 1c44f37

Browse files
committed
feat(docs): beta release prep
1 parent c15809e commit 1c44f37

File tree

16 files changed

+1781
-93
lines changed

16 files changed

+1781
-93
lines changed

apps/docs/package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,18 @@
99
"cleanup": "rimraf dist .turbo node_modules"
1010
},
1111
"dependencies": {
12-
"@theguild/remark-mermaid": "0.1.3",
12+
"@theguild/remark-mermaid": "0.2.0",
1313
"@types/react": "latest",
14-
"@uidotdev/usehooks": "^2.4.1",
15-
"clsx": "^2.1.1",
16-
"lucide-react": "0.454.0",
14+
"@uidotdev/usehooks": "2.4.1",
15+
"clsx": "2.1.1",
16+
"lucide-react": "0.482.0",
1717
"react": "18.3.1",
1818
"react-dom": "18.3.1",
19-
"typescript": "5.6.3",
20-
"vocs": "1.0.0-alpha.62"
19+
"vocs": "1.0.5"
2120
},
2221
"devDependencies": {
2322
"@mina-js/klesia-sdk": "workspace:*",
2423
"@mina-js/connect": "workspace:*",
25-
"daisyui": "4.12.14"
24+
"daisyui": "5.0.4"
2625
}
2726
}

apps/docs/src/pages/about.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# About MinaJS [Learn about MinaJS and Klesia.]
22

3-
:::warning
4-
As of September 2024, MinaJS is in early development. Don't use for production just yet.
5-
:::
6-
73
MinaJS is a TypeScript interface for Mina Protocol. It provides a set of TypeScript types and utilities to interact with Mina Protocol. MinaJS is the missing piece for your smooth zkApp development on Mina.
84
It aims to remove the complexities, and allow developers to focus on building innovative zkApps on Mina.
95

apps/docs/src/pages/accounts/getting-started.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Getting Started [Start with MinaJS Accounts.]
22

3-
:::warning
4-
For now there are only nightly builds available before we reach a beta version. You won't be able to install it from npm.
5-
:::
6-
73
MinaJS Accounts shares an API similar to [Viem](https://viem.sh/).
84

95
## Installation
@@ -18,10 +14,6 @@ $ npm install @mina-js/accounts
1814
$ npm install https://pkg.pr.new/palladians/mina-js/@mina-js/accounts@main
1915
```
2016

21-
:::warning
22-
For now there are only [nightly builds](/getting-started#nightly-builds) available. The stable version will be released soon™️.
23-
:::
24-
2517
## Utilities
2618

2719
### generateMnemonic

apps/docs/src/pages/connect/getting-started.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ $ npm install @mina-js/connect
1212
$ npm install https://pkg.pr.new/palladians/mina-js/@mina-js/connect@main
1313
```
1414

15-
:::warning
16-
For now there are only [nightly builds](/getting-started#nightly-builds) available. The stable version will be released soon™️.
17-
:::
18-
1915
## Find Mina wallets
2016

2117
To discover injected wallet providers, we've developed a Provider Discovery reactive store utility. [Check out the usage](/connect/provider-discovery).

apps/docs/src/pages/klesia/sdk.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ $ npm install @mina-js/klesia-sdk
1414
$ npm install https://pkg.pr.new/palladians/mina-js/@mina-js/klesia-sdk@main
1515
```
1616

17-
:::warning
18-
For now there are only [nightly builds](/getting-started#nightly-builds) available. The stable version will be released soon™️.
19-
:::
20-
2117
## Client Options
2218

2319
- `network`: The network to connect to. One of: `mainnet`, `devnet`, `zeko-devnet`.

apps/docs/src/styles.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
@layer vocs_preflight { @tailwind base; }
2-
@tailwind components;
3-
@tailwind utilities;
1+
@import "tailwindcss";
2+
@plugin "daisyui";

apps/docs/vocs.config.ts

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -20,30 +20,6 @@ export default defineConfig({
2020
light: "#907aa9",
2121
dark: "#c4a7e7",
2222
},
23-
variables: {
24-
color: {
25-
background: {
26-
light: "#fffaf3",
27-
dark: "#1f1d2e",
28-
},
29-
backgroundDark: {
30-
light: "#faf4ed",
31-
dark: "#191724",
32-
},
33-
codeBlockBackground: {
34-
light: "#faf4ed",
35-
dark: "#191724",
36-
},
37-
codeTitleBackground: {
38-
light: "#f2e9e1",
39-
dark: "#26233a",
40-
},
41-
codeInlineBorder: {
42-
light: "#9893a5",
43-
dark: "#6e6a86",
44-
},
45-
},
46-
},
4723
},
4824
markdown: {
4925
code: {

apps/klesia/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@
2121
"@mina-js/utils": "workspace:*"
2222
},
2323
"dependencies": {
24-
"@hono/node-server": "^1.12.2",
25-
"@hono/zod-openapi": "^0.16.0",
26-
"@urql/core": "^5.0.6",
27-
"bigint-quantile": "^0.0.2",
28-
"dayjs": "^1.11.13",
29-
"dotenv": "^16.4.5",
30-
"hono": "4.6.9",
31-
"hono-rate-limiter": "^0.4.0",
32-
"nanoid": "^5.0.7",
33-
"ofetch": "^1.3.4",
34-
"ts-pattern": "^5.3.1",
35-
"zod": "^3.23.8"
24+
"@hono/node-server": "1.13.8",
25+
"@hono/zod-openapi": "0.19.2",
26+
"@urql/core": "5.1.1",
27+
"bigint-quantile": "0.0.2",
28+
"dayjs": "1.11.13",
29+
"dotenv": "16.4.7",
30+
"hono": "4.7.4",
31+
"hono-rate-limiter": "0.4.2",
32+
"nanoid": "5.1.3",
33+
"ofetch": "1.4.1",
34+
"ts-pattern": "5.6.2",
35+
"zod": "3.24.2"
3636
}
3737
}

bun.lock

Lines changed: 1734 additions & 0 deletions
Large diffs are not rendered by default.

bun.lockb

-332 KB
Binary file not shown.

0 commit comments

Comments
 (0)