docs: update content

This commit is contained in:
Hans Pagel
2021-03-10 22:06:18 +01:00
parent 64d9f2336d
commit 5cdc1f1f24
4 changed files with 21 additions and 11 deletions

View File

@@ -282,16 +282,7 @@ renderHTML({ HTMLAttributes }) {
``` ```
## Examples ## Examples
TODO Weve 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

View 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" />

View File

@@ -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);

View File

@@ -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