diff --git a/.jsdoc.json b/.jsdoc.json index f8638a27..c987d659 100644 --- a/.jsdoc.json +++ b/.jsdoc.json @@ -17,7 +17,7 @@ "useCollapsibles": true, "collapse": true, "resources": { - "y-js.org": "y-js.org" + "y-js.org": "yjs.website" }, "logo": { "url": "https://user-images.githubusercontent.com/5553757/48975307-61efb100-f06d-11e8-9177-ee895e5916e5.png", diff --git a/README.new.md b/README.new.md deleted file mode 100644 index b5589784..00000000 --- a/README.new.md +++ /dev/null @@ -1,14 +0,0 @@ - -### Typescript Declarations - -Until [this](https://github.com/Microsoft/TypeScript/issues/7546) is fixed, the only way to get type declarations is by adding Yjs to the list of checked files: - -```json -{ - "checkJs": true, - "include": [ - "./node_modules/yjs/" - ] - .. -} -``` diff --git a/examples/examples.json b/examples/examples.json index 31e1a19c..7f2e9d55 100644 --- a/examples/examples.json +++ b/examples/examples.json @@ -7,5 +7,8 @@ }, "quill": { "title": "Quill Binding" + }, + "dom": { + "title": "Dom Binding" } } \ No newline at end of file diff --git a/examples/prosemirror.html b/examples/prosemirror.html index 37271c36..512d62c4 100644 --- a/examples/prosemirror.html +++ b/examples/prosemirror.html @@ -42,7 +42,6 @@