Skip to content

Commit 3c6deca

Browse files
committed
Towards working binder
1 parent 7bbdf99 commit 3c6deca

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

.github/workflows/docs-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
uses: JamesIves/github-pages-deploy-action@4.1.3
2424
with:
2525
branch: gh-pages
26-
folder: storybook-static
26+
folder: packages/components/storybook-static

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
![Extension status](https://img.shields.io/badge/status-draft-critical "Not yet working")
66

77
![Release: Public Preview](https://img.shields.io/badge/release-public%20preview-orange)
8-
[![NPM Version](https://img.shields.io/npm/v/@vscode/webview-ui-toolkit?color=blue)](https://www.npmjs.com/package/@vscode/webview-ui-toolkit)
8+
[![NPM Version](https://img.shields.io/npm/v/@vscode/webview-ui-toolkit?color=blue)](https://www.npmjs.com/package/@jupyter-notebook/ui-components)
99
![Toolkit CI Status](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/actions/workflows/ci.yml/badge.svg)
1010
![Deploy Docs Status](https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/actions/workflows/docs-cd.yml/badge.svg)
11+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyterlab-contrib/jupyter-ui-toolkit/main)
1112

12-
![Toolkit for Jupyter Artwork](./docs/assets/toolkit-artwork.png)
13+
![Toolkit for Jupyter Artwork](./packages/components/docs/assets/toolkit-artwork.png)
1314

1415
## Introduction
1516

@@ -31,13 +32,15 @@ are not guarantee between minor versions prior to v1.0.0.
3132

3233
## Getting started
3334

35+
<!--
3436
Follow the [Getting Started Guide](./docs/getting-started.md).
3537
3638
If you already have a webview-based extension, you can install the toolkit with the following command:
3739
3840
```
3941
npm install --save @vscode/webview-ui-toolkit
4042
```
43+
-->
4144

4245
## Documentation
4346

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"private": true,
44
"scripts": {
55
"build": "lerna run build",
6+
"build:prod": "lerna run --scope @jupyter-notebook/ui-components build && lerna run --scope jupyter-ui-demo build",
67
"clean": "lerna run clean",
78
"install": "lerna bootstrap",
89
"prettier": "prettier --write \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"",
24.2 KB
Loading

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ factory = "jupyter_packaging.npm_builder"
1111

1212
[tool.jupyter-packaging.build-args]
1313
build_cmd = "build:prod"
14-
path = "packages/lab-example"
1514
npm = ["yarn"]
1615

1716
[tool.check-manifest]

0 commit comments

Comments
 (0)