-
Notifications
You must be signed in to change notification settings - Fork 0
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
c0e7e61
commit 7db4f5d
Showing
17 changed files
with
3,446 additions
and
813 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
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
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
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
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
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,26 +1,26 @@ | ||
{ | ||
"name": "docs", | ||
"version": "0.0.1", | ||
"private": true, | ||
"type": "module", | ||
"scripts": { | ||
"start": "pnpm dev", | ||
"dev": "pnpm setup:docs && vitepress dev", | ||
"build": "pnpm setup:docs && vitepress build", | ||
"setup:docs": "pnpm -F @holochain-open-dev/tasks analyze && cp ../ui/custom-elements.json elements && pnpm setup:cargo", | ||
"setup:cargo": "cargo doc --release --no-deps --target-dir public/backend", | ||
"preview": "vitepress preview" | ||
}, | ||
"devDependencies": { | ||
"@api-viewer/demo": "1.0.0-pre.10", | ||
"@api-viewer/docs": "1.0.0-pre.10", | ||
"@holochain/client": "^0.17.0", | ||
"@holochain-open-dev/profiles": "github:holochain-open-dev/profiles#nixify&path:ui", | ||
"@holochain-open-dev/tasks": "workspace:*", | ||
"@shoelace-style/shoelace": "^2.11.0", | ||
"api-viewer-element": "^1.0.0-pre.10", | ||
"lit": "^3.0.0", | ||
"vitepress": "^1.0.1", | ||
"vitepress-plugin-mermaid": "^2.0.16" | ||
} | ||
} | ||
"name": "docs", | ||
"version": "0.0.1", | ||
"private": true, | ||
"type": "module", | ||
"scripts": { | ||
"start": "pnpm dev", | ||
"dev": "pnpm setup:docs && vitepress dev", | ||
"build": "pnpm setup:docs && vitepress build", | ||
"setup:docs": "pnpm -F @darksoil-studio/tasks analyze && cp ../ui/custom-elements.json elements && pnpm setup:cargo", | ||
"setup:cargo": "cargo doc --release --no-deps --target-dir public/backend", | ||
"preview": "vitepress preview" | ||
}, | ||
"devDependencies": { | ||
"@api-viewer/demo": "1.0.0-pre.10", | ||
"@api-viewer/docs": "1.0.0-pre.10", | ||
"@holochain/client": "^0.17.0", | ||
"@holochain-open-dev/profiles": "github:holochain-open-dev/profiles#nixify&path:ui", | ||
"@darksoil-studio/tasks": "workspace:*", | ||
"@shoelace-style/shoelace": "^2.11.0", | ||
"api-viewer-element": "^1.0.0-pre.10", | ||
"lit": "^3.0.0", | ||
"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
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.