Skip to content

Commit 509882e

Browse files
committed
doc(v7): add API doc gen
1 parent 470ea95 commit 509882e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<h1>Lit Protocol Javascript/Typescript SDK V6.5.x</h1>
2+
<h1>Lit Protocol Javascript/Typescript SDK V7.x.x</h1>
33

44
<img src="https://i.ibb.co/p2xfzK1/Screenshot-2022-11-15-at-09-56-57.png">
55
<br/>
@@ -88,7 +88,8 @@ If you're a tech-savvy user and wish to utilize only specific submodules that ou
8888

8989
| Version | Link |
9090
| ---------------- | -------------------------------------------------------- |
91-
| V6 (Beta) | [6.x.x docs](https://v6-api-doc-lit-js-sdk.vercel.app/) |
91+
| V7 (Beta) | [7.x.x docs](https://v7-api-doc-lit-js-sdk.vercel.app/) |
92+
| V6 | [6.x.x docs](https://v6-api-doc-lit-js-sdk.vercel.app/) |
9293
| V5 (**Current**) | [5.x.x docs](https://v3.api-docs.getlit.dev/) |
9394
| V2 | [2.x.x docs](http://docs.lit-js-sdk-v2.litprotocol.com/) |
9495

tools/scripts/gen-doc.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import inquirer from 'inquirer';
1717
const VERCEL_PROJECT = {
1818
V5: 'prj_Xq6tl0JfFOmWlCLlMkh0B5rzFHoK',
1919
V6: 'prj_Ed96nvLrMCQgjVN252BmnHD1kRy4',
20+
V7: 'prj_87TpDb44hK5zKtny2fjcLcyND73Q',
2021
};
2122

2223
const args = getArgs();
@@ -40,6 +41,7 @@ async function selectProject() {
4041
choices: [
4142
{ name: 'V5', value: VERCEL_PROJECT.V5 },
4243
{ name: 'V6', value: VERCEL_PROJECT.V6 },
44+
{ name: 'V7', value: VERCEL_PROJECT.V7 },
4345
],
4446
},
4547
]);

0 commit comments

Comments
 (0)