feat(docs): migrate bs docs

This commit is contained in:
DarkSky
2026-04-29 17:23:23 +08:00
parent bf6fc66943
commit 0ccfacbc29
105 changed files with 5537 additions and 243 deletions
@@ -0,0 +1,14 @@
# Paragraph Block
This is a block used to place text content. It's generally placed inside a note block, but also supports nesting by pressing the tab key.
- When the `type` value of this block is `text`, it displays as a sequence of texts.
- When the `type` value of this block is `h1` / `h2` / `h3` / `h4` / `h5` / `h6`, it displays as titles of different levels.
- When the `type` value of this block is `quote`, it displays as a quote.
![block-nesting](../../images/block-nesting.png)
## Reference
- [`ParagraphBlockSchema`](/api/@blocksuite/blocks/variables/ParagraphBlockSchema.html)
- [`ParagraphBlockService`](/api/@blocksuite/blocks/classes/ParagraphBlockService.html)