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