Skip to content

Commit

Permalink
Add readme to javascript package (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval authored Nov 29, 2022
1 parent 3832ced commit 6514a2a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions javascript/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @jupyter/ydoc

`@jupyter/ydoc` provides [Yjs](https://github.com/yjs/yjs)-based data structures for various
documents used in the Jupyter ecosystem. Built-in documents include:
- `YFile`: a generic text document.
- `YNotebook`: a Jupyter notebook document.

The API documentation is available [there](https://jupyter-ydoc.readthedocs.io/en/latest/api/index.html).

0 comments on commit 6514a2a

Please sign in to comment.