|
1 | 1 | {
|
2 |
| - "out": "../docs/api/shared-models" |
| 2 | + "externalSymbolLinkMappings": { |
| 3 | + "@jupyterlab/nbformat": { |
| 4 | + "CellType": "https://jupyterlab.readthedocs.io/en/latest/api/types/nbformat.CellType.html", |
| 5 | + "ExecutionCount": "https://jupyterlab.readthedocs.io/en/latest/api/types/nbformat.ExecutionCount.html", |
| 6 | + "IAttachments": "https://jupyterlab.readthedocs.io/en/latest/api/interfaces/nbformat.IAttachments.html", |
| 7 | + "IBaseCell": "https://jupyterlab.readthedocs.io/en/latest/api/interfaces/nbformat.IBaseCell.html", |
| 8 | + "IBaseCellMetadata": "https://jupyterlab.readthedocs.io/en/latest/api/interfaces/nbformat.IBaseCellMetadata.html", |
| 9 | + "ICodeCell": "https://jupyterlab.readthedocs.io/en/latest/api/interfaces/nbformat.ICodeCell.html", |
| 10 | + "IMarkdownCell": "https://jupyterlab.readthedocs.io/en/latest/api/interfaces/nbformat.IMarkdownCell.html", |
| 11 | + "INotebookContent": "https://jupyterlab.readthedocs.io/en/latest/api/interfaces/nbformat.INotebookContent.html", |
| 12 | + "INotebookMetadata": "https://jupyterlab.readthedocs.io/en/latest/api/interfaces/nbformat.INotebookMetadata.html", |
| 13 | + "IOutput": "https://jupyterlab.readthedocs.io/en/latest/api/types/nbformat.IOutput.html", |
| 14 | + "IRawCell": "https://jupyterlab.readthedocs.io/en/latest/api/interfaces/nbformat.IRawCell.html", |
| 15 | + "IUnrecognizedCell": "https://jupyterlab.readthedocs.io/en/latest/api/interfaces/nbformat.IUnrecognizedCell.html" |
| 16 | + }, |
| 17 | + "@lumino/coreutils": { |
| 18 | + "JSONObject": "https://lumino.readthedocs.io/en/latest/api/interfaces/coreutils.JSONObject.html", |
| 19 | + "JSONValue": "https://lumino.readthedocs.io/en/latest/api/types/coreutils.JSONValue.html", |
| 20 | + "PartialJSONValue": "https://lumino.readthedocs.io/en/latest/api/types/coreutils.PartialJSONValue.html" |
| 21 | + }, |
| 22 | + "@lumino/disposable": { |
| 23 | + "IObservableDisposable": "https://lumino.readthedocs.io/en/latest/api/interfaces/disposable.IObservableDisposable.html" |
| 24 | + }, |
| 25 | + "@lumino/signaling": { |
| 26 | + "ISignal": "https://lumino.readthedocs.io/en/latest/api/interfaces/signaling.ISignal.html", |
| 27 | + "Signal": "https://lumino.readthedocs.io/en/latest/api/classes/signaling.Signal-1.html" |
| 28 | + }, |
| 29 | + "y-protocols": { |
| 30 | + "Awareness": "https://docs.yjs.dev/api/about-awareness" |
| 31 | + }, |
| 32 | + "yjs": { |
| 33 | + "Array": "https://docs.yjs.dev/api/shared-types/y.array", |
| 34 | + "Doc": "https://docs.yjs.dev/api/y.doc", |
| 35 | + "Map": "https://docs.yjs.dev/api/shared-types/y.map", |
| 36 | + "Text": "https://docs.yjs.dev/api/shared-types/y.text", |
| 37 | + "UndoManager": "https://docs.yjs.dev/api/undo-manager", |
| 38 | + "YArrayEvent": "https://docs.yjs.dev/api/shared-types/y.array#y.arrayevent-api", |
| 39 | + "YEvent": "https://docs.yjs.dev/api/y.event", |
| 40 | + "YMapEvent": "https://docs.yjs.dev/api/shared-types/y.map#y.mapevent-api", |
| 41 | + "YTextEvent": "https://docs.yjs.dev/api/shared-types/y.text#y.textevent-api" |
| 42 | + } |
| 43 | + }, |
| 44 | + "githubPages": false, |
| 45 | + "navigationLinks": { |
| 46 | + "GitHub": "https://github.com/jupyter-server/jupyter_ydoc", |
| 47 | + "Jupyter": "https://jupyter.org" |
| 48 | + }, |
| 49 | + "titleLink": "https://jupyter-ydoc.readthedocs.io/en/latest", |
| 50 | + "out": "./docs" |
3 | 51 | }
|
0 commit comments