From bc109d960d77b71356598a93cffa3d9f3f6a07c6 Mon Sep 17 00:00:00 2001 From: n4ze3m Date: Sat, 6 Apr 2024 21:59:10 +0530 Subject: [PATCH] Add documentation scripts and commands --- bun.lockb | Bin 406530 -> 406530 bytes package.json | 7 +++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bun.lockb b/bun.lockb index 8342534ba49b18c209848f409b473886235e7529..4c508469bec49fc248e62a0ff4c1486a756ee60f 100644 GIT binary patch delta 39 tcmZpAA<^_gqM?Pcg{g&k3(HXrcE&hkJp(=S_A?qRK+L-Rj0T$-Hvk&V4G91M delta 39 qcmZpAA<^_gqM?Pcg{g&k3(HXrb|wZeXg{OD0>rG_&uFljaRUGYJPWn} diff --git a/package.json b/package.json index 2d445ec..be80b27 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,10 @@ "zip": "wxt zip", "zip:firefox": "wxt zip -b firefox", "compile": "tsc --noEmit", - "postinstall": "wxt prepare" + "postinstall": "wxt prepare", + "docs:dev": "vitepress dev docs", + "docs:build": "vitepress build docs", + "docs:preview": "vitepress preview docs" }, "dependencies": { "@ant-design/cssinjs": "^1.18.4", @@ -74,4 +77,4 @@ "resolutions": { "@langchain/core": "0.1.45" } -} +} \ No newline at end of file