Skip to content

Commit

Permalink
docs: update landing page intro (#4892)
Browse files Browse the repository at this point in the history
  • Loading branch information
doodlewind committed Sep 24, 2023
1 parent ad009d1 commit 8993bc0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
8 changes: 0 additions & 8 deletions packages/docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ export default defineConfig({
text: 'Unidirectional Data Flow',
link: '/unidirectional-data-flow',
},
{
text: 'The Local-First Paradigm',
link: '/the-local-first-paradigm',
},
{
text: 'Editor UI Architecture',
link: '/editor-ui-architecture',
Expand All @@ -65,10 +61,6 @@ export default defineConfig({
text: 'Editors as Hosts',
link: '/editors-as-hosts',
},
{
text: 'Rich Text Orchestration',
link: '/rich-text-orchestration',
},
{
text: 'Framework Integration',
link: '/framework-integration',
Expand Down
12 changes: 6 additions & 6 deletions packages/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
layout: home

title: BlockSuite
titleTemplate: Collaborative Editing Toolkit
titleTemplate: Structral Editing Toolkit

hero:
name: BlockSuite
text: Where Diverse Editing Tools Converge
tagline: BlockSuite provides the toolkit for building collaborative editors.
tagline: BlockSuite provides the toolkit for block-based structral editing.
actions:
- theme: brand
text: Get Started
Expand All @@ -18,10 +18,10 @@ hero:
link: https://blocksuite-toeverything.vercel.app/starter/?init

features:
- title: 🎨 Isomorphic Editors
details: Build diverse editors with standardized <b><i>blocks</i></b>. One model, multiple views.
- title: 🎨 Isomorphic Block-Based Editors
details: Build diverse content editing tools with reusable <b><i>blocks</i></b>, including rich text, whiteboard, spreadsheet, and more!
- title: 🧬 Intrinsically Collaborative
details: Conflict resolution and time travel built into the core. Collaboration ready from day one.
details: Powered by CRDT, BlockSuite built conflict resolution and time travel into its core. Collaboration ready from day one.
- title: 🧩 Progressive Suite
details: Comprehensive toolkit tailored for extensibility. Battery included. Framework agnostic.
details: BlockSuite provides a comprehensive toolkit tailored for extensibility. Battery included. Framework agnostic.
---

3 comments on commit 8993bc0

@vercel
Copy link

@vercel vercel bot commented on 8993bc0 Sep 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blocksuite – ./packages/playground

blocksuite-git-master-toeverything.vercel.app
blocksuite-five.vercel.app
blocksuite-toeverything.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 8993bc0 Sep 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Size Report

Bundles

Entry Size Gzip Brotli
examples/basic 10.8 MB (-4.2 kB) 2.12 MB (-4.09 kB) 1.33 MB (-1.35 kB)

Packages

Name Size Gzip Brotli
blocks 1.47 MB (+1.04 kB) 369 kB (+275 B) 279 kB (+205 B)
editor 8.82 kB 3.33 kB 2.91 kB
store 59.6 kB 17.2 kB 15.4 kB
virgo 29.6 kB 8.48 kB 7.62 kB

Please sign in to comment.