-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5d69660
commit a92470d
Showing
11 changed files
with
6,183 additions
and
9,587 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,24 @@ | ||
{ | ||
"name": "docs", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"type": "module", | ||
"scripts": { | ||
"start": "npm run dev", | ||
"dev": "npm run setup && vitepress dev", | ||
"build": "npm run setup && vitepress build", | ||
"setup": "npm run analyze -w @holochain-open-dev/profiles && cp ../ui/custom-elements.json elements && npm run cargo:docs", | ||
"cargo:docs": "cargo doc --release --no-deps --target-dir public/backend", | ||
"preview": "vitepress preview" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"api-viewer-element": "^1.0.0-pre.8", | ||
"vitepress": "^1.0.1", | ||
"vitepress-plugin-mermaid": "^2.0.16" | ||
} | ||
} | ||
"name": "docs", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"type": "module", | ||
"scripts": { | ||
"start": "pnpm dev", | ||
"dev": "pnpm setup:docs && vitepress dev", | ||
"build": "pnpm setup:docs && vitepress build", | ||
"setup:docs": "pnpm setup:custom-elements && pnpm setup:cargo", | ||
"setup:custom-elements": "pnpm -F @holochain-open-dev/profiles analyze && mkdir -p public/elements && cp ../ui/custom-elements.json ./public/elements/custom-elements.json", | ||
"setup:cargo": "cargo doc --release --no-deps --target-dir public/backend", | ||
"preview": "vitepress preview" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"api-viewer-element": "^1.0.0-pre.8", | ||
"vitepress": "^1.0.1", | ||
"vitepress-plugin-mermaid": "^2.0.16" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.