diff --git a/documentation.yml b/documentation.yml deleted file mode 100644 index 925badf2..00000000 --- a/documentation.yml +++ /dev/null @@ -1,43 +0,0 @@ -toc: - - Y - - name: Shared Types - description: | - Types provide an abstraction over the shared data. - Shared types can be edited concurrently by peers. - - Type - - YArray - - YMap - - YText - - YXmlElement - - YXmlFragment - - YXmlHook - - YXmlText - - name: Bindings - description: | - A binding handles data binding from a Yjs type to - a data object - - Binding - - DomBinding - - QuillBinding - - TextareaBinding - - name: Events - description: | - Events describe changes on shared types. - - YArrayEvent - - YEvent - - YMapEvent - - YTextEvent - - YXmlEvent - - name: Binary Encoding - description: | - Yjs efficiently encodes the Yjs model to a binary format. - This section describes utility functions for binary encoding and decoding. - - BinaryEncoder - - BinaryDecoder - - toBinary - - fromBinary - - name: Relative Position - - RelativePosition - - fromRelativePosition - - getRelativePosition - - name: Utility diff --git a/examples/xml/index.html b/examples/xml/index.html index 366ed69a..78403a40 100644 --- a/examples/xml/index.html +++ b/examples/xml/index.html @@ -1,7 +1,7 @@ - + @@ -24,14 +24,16 @@