Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
malezjaa committed Jan 3, 2024
1 parent 96a59fd commit 2a248d6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 19 deletions.
1 change: 0 additions & 1 deletion apps/docs/src/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ export default defineConfig({
{
text: "📖 Reference",
items: [
{ text: "Editor", link: "/docs/reference/editor" },
{ text: "EditorProps", link: "/docs/reference/editor-props" },
{ text: "BubbleMenuItem", link: "/docs/reference/bubble-menu-item" },
],
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/docs/components/bubble-button.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ export default function Page() {

| Prop | Type | Description |
| ----------------- | ------------------------------------------------------- | --------------------------------------------- |
| `editor` | [`Editor`](/docs/reference/editor) | Editor instance |
| `editor` | `Editor` | Editor instance |
| `item` | [`BubbleMenuItem`](/docs/reference/bubble-menu-item.md) | Bubble menu item |
| `contextVariant?` | `boolean` | Based on this variable buttons changes styles |
2 changes: 1 addition & 1 deletion apps/docs/src/docs/components/bubble-menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ export default function Page() {

| Prop | Type | Description |
| -------- | --------------------------------------------------------- | -------------------------- |
| `editor` | [`Editor`](/docs/reference/editor) | Editor instance |
| `editor` | `Editor` | Editor instance |
| `items` | [`BubbleMenuItem[]`](/docs/reference/bubble-menu-item.md) | Array of bubble menu items |
16 changes: 0 additions & 16 deletions apps/docs/src/docs/reference/editor.md

This file was deleted.

0 comments on commit 2a248d6

Please sign in to comment.