@notionhq/custom-blocks-dev-shell 0.1.2 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -10
- package/dist/assets/index-7cNoc5dY.js +9 -0
- package/dist/assets/{index-DvRqSoqY.css → index-CzXh8_H1.css} +1 -1
- package/dist/index.html +2 -2
- package/dist-cli/data-sources.js +3 -4
- package/dist-cli/main.js +5 -3
- package/dist-cli/materialize.js +104 -0
- package/dist-cli/worker-manifest.js +3 -1
- package/docs/data-sources.md +17 -1
- package/package.json +2 -2
- package/dist/assets/index-B1zP6MFl.js +0 -9
package/README.md
CHANGED
|
@@ -23,16 +23,15 @@ Options:
|
|
|
23
23
|
- `--block-base-port <port>` — first port handed to the per-block dev servers
|
|
24
24
|
(default 9876; blocks count up from there).
|
|
25
25
|
|
|
26
|
-
##
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
exactly the sources in `src/data/` — none yet means an empty DATA sidebar.
|
|
26
|
+
## Reference
|
|
27
|
+
|
|
28
|
+
One page per topic, shipped in this package's `docs/` so they're readable
|
|
29
|
+
from `node_modules`:
|
|
30
|
+
|
|
31
|
+
- [`docs/data-sources.md`](./docs/data-sources.md) — local data sources: the
|
|
32
|
+
`src/data/*.json` file format, value shapes per property type, validation,
|
|
33
|
+
and how missing sources are materialized from the worker's declared
|
|
34
|
+
schemas.
|
|
36
35
|
|
|
37
36
|
## Requirements
|
|
38
37
|
|