Skip to content

Commit

Permalink
chore: update site style
Browse files Browse the repository at this point in the history
  • Loading branch information
doodlewind committed Jan 31, 2024
1 parent 0e8fa4f commit b178f26
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ h1 {
.blog-posts-container {
max-width: 800px;
margin: 0 auto;
margin: auto;
padding-left: 30px;
padding-right: 30px;
}
.blog-post {
Expand Down
4 changes: 1 addition & 3 deletions packages/docs/blog/crdt-native-data-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ excerpt: To make editors intuitive and collaboration-ready, BlockSuite ensure th

<BlogPostMeta />

To make the editor logic based on BlockSuite intuitive and collaboration-ready, there is one major goal in BlockSuite: **Regardless of whether it is in a multi-user collaboration state, the application-layer code based on BlockSuite should be unaware of it**.

We will introduce how this is designed in BlockSuite.
To make editors intuitive and collaboration-ready, BlockSuite ensure that regardless of whether you are collaborating with others or not, the application code should be unaware of it. This article introduce how this is designed.

## CRDT as Single Source of Truth

Expand Down
2 changes: 1 addition & 1 deletion packages/docs/components/doc-editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ This editor component is great at block-based rich text editng, with drag handle
import { DocEditor } from '@blocksuite/presets';
```

<iframe src="https://try-blocksuite.vercel.app/starter/?init" width="100%" height="500"></iframe>
<iframe src="https://try-blocksuite.vercel.app/starter/?init" frameborder="no" width="100%" height="500"></iframe>
2 changes: 1 addition & 1 deletion packages/docs/components/edgeless-editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ This editor component is great at whiteboard graphics editing capabilites. It co
import { EdgelessEditor } from '@blocksuite/presets';
```

<iframe src="https://try-blocksuite.vercel.app/starter/?init&mode=edgeless" width="100%" height="500"></iframe>
<iframe src="https://try-blocksuite.vercel.app/starter/?init&mode=edgeless" frameborder="no" width="100%" height="500"></iframe>

0 comments on commit b178f26

Please sign in to comment.