docs: update content
This commit is contained in:
@@ -282,16 +282,7 @@ renderHTML({ HTMLAttributes }) {
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
TODO
|
We’ve put together [a list of interactive examples](/guide/node-views/examples). :-)
|
||||||
|
|
||||||
<!-- ### Drag handles
|
|
||||||
<demo name="Guide/NodeViews/DragHandle" />
|
|
||||||
|
|
||||||
### Table of contents
|
|
||||||
<demo name="Guide/NodeViews/TableOfContents" />
|
|
||||||
|
|
||||||
### Drawing in the editor
|
|
||||||
<demo name="Examples/Drawing" /> -->
|
|
||||||
|
|
||||||
## Reference
|
## Reference
|
||||||
|
|
||||||
|
|||||||
15
docs/src/docPages/guide/node-views/examples.md
Normal file
15
docs/src/docPages/guide/node-views/examples.md
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
# Examples
|
||||||
|
|
||||||
|
## toc
|
||||||
|
|
||||||
|
## Introduction
|
||||||
|
TODO
|
||||||
|
|
||||||
|
## Drag handles
|
||||||
|
<demo name="Guide/NodeViews/DragHandle" />
|
||||||
|
|
||||||
|
## Table of contents
|
||||||
|
<demo name="Guide/NodeViews/TableOfContents" />
|
||||||
|
|
||||||
|
## Drawing in the editor
|
||||||
|
<demo name="Examples/Drawing" />
|
||||||
@@ -298,7 +298,7 @@ $menuBreakPoint: 800px;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&--with-children::after {
|
&--with-children::before {
|
||||||
content: '›';
|
content: '›';
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: rgba($colorBlack, 0.2);
|
color: rgba($colorBlack, 0.2);
|
||||||
|
|||||||
@@ -95,6 +95,10 @@
|
|||||||
- title: Interactive node views
|
- title: Interactive node views
|
||||||
link: /guide/node-views
|
link: /guide/node-views
|
||||||
type: draft
|
type: draft
|
||||||
|
items:
|
||||||
|
- title: Examples
|
||||||
|
link: /guide/node-views/examples
|
||||||
|
draft: true
|
||||||
- title: Working with TypeScript
|
- title: Working with TypeScript
|
||||||
link: /guide/typescript
|
link: /guide/typescript
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user