Skip to content

Commit

Permalink
Merge branch 'main' into combine-explorer-and-editor
Browse files Browse the repository at this point in the history
  • Loading branch information
SwapnilChand authored Dec 13, 2024
2 parents 72b7579 + a329244 commit c3b4fd9
Show file tree
Hide file tree
Showing 46 changed files with 1,519 additions and 2,000 deletions.
4 changes: 2 additions & 2 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"name": "akiradocs",
"version": "1.0.44",
"version": "1.0.47",
"private": true,
"scripts": {
"translate": "npm run compile && node scripts/translate.js",
"compile": "node scripts/compile.js",
"compile": "node scripts/compile.js && npm run generate-manifest",
"generate-sitemap": "node scripts/generate-sitemap.mjs",
"dev": "npm run compile && set NEXT_PUBLIC_AKIRADOCS_EDIT_MODE=true && next dev",
"build": "npm run compile && npm run generate-sitemap && set NEXT_PUBLIC_AKIRADOCS_EDIT_MODE=false && next build",
"start": "set NEXT_PUBLIC_AKIRADOCS_EDIT_MODE=false && next start",
"lint": "next lint",
"migrate-gitbook": "node scripts/migrations/gitbook.js"
"migrate-gitbook": "node scripts/migrations/gitbook.js",
"generate-manifest": "node scripts/generate-manifest.js"
},
"dependencies": {
"@ai-sdk/anthropic": "^1.0.1",
Expand Down
Loading

0 comments on commit c3b4fd9

Please sign in to comment.