Skip to content

Commit 18d0d1f

Browse files
docs: Fumadocs migration (#1769)
* Added home and about pages * docs: Examples, footer, and remaining pages (#1784) * Added examples card grid and fixed demo styling * Added footer + remaining pages, cleaned up files * Removed unused Logo component * - Fixed home page contributors GH/Discord icons - Fixed CSS file imports - Removed codeblock/tabs from generated example MDX files (now handled by the `Example` component) - Fixed component imports in MDX - Refactored `Example` component - Various styling fixes - Added `meta.json` generation * Fixed pro examples + minor changes/fixes * Small fix * Small fix * Removed `console.log` * Added missing examples pages to meta * Small fix * Fixed build * Updated package lock * Updated lockfile * Fixed example path in playground * Implemented PR feedback * Updated page headings
1 parent 4afa6bb commit 18d0d1f

File tree

109 files changed

+1516
-1075
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+1516
-1075
lines changed

examples/07-collaboration/01-partykit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"react": "^18.3.1",
1919
"react-dom": "^18.3.1",
2020
"y-partykit": "^0.0.25",
21-
"yjs": "^13.6.15"
21+
"yjs": "13.6.24"
2222
},
2323
"devDependencies": {
2424
"@types/react": "^18.0.25",
2525
"@types/react-dom": "^18.0.9",
2626
"@vitejs/plugin-react": "^4.3.1",
2727
"vite": "^5.3.4"
2828
}
29-
}
29+
}

examples/07-collaboration/02-liveblocks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
"@liveblocks/react-blocknote": "^2.23.1",
2323
"@liveblocks/react-tiptap": "^2.23.1",
2424
"@liveblocks/react-ui": "^2.23.1",
25-
"yjs": "^13.6.15"
25+
"yjs": "13.6.24"
2626
},
2727
"devDependencies": {
2828
"@types/react": "^18.0.25",
2929
"@types/react-dom": "^18.0.9",
3030
"@vitejs/plugin-react": "^4.3.1",
3131
"vite": "^5.3.4"
3232
}
33-
}
33+
}

examples/07-collaboration/03-y-sweet/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@
1717
"@blocknote/shadcn": "latest",
1818
"react": "^18.3.1",
1919
"react-dom": "^18.3.1",
20-
"@y-sweet/react": "^0.6.3"
20+
"@y-sweet/react": "^0.6.3",
21+
"yjs": "13.6.24"
2122
},
2223
"devDependencies": {
2324
"@types/react": "^18.0.25",
2425
"@types/react-dom": "^18.0.9",
2526
"@vitejs/plugin-react": "^4.3.1",
2627
"vite": "^5.3.4"
2728
}
28-
}
29+
}

examples/07-collaboration/04-comments/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@
1818
"react": "^18.3.1",
1919
"react-dom": "^18.3.1",
2020
"@y-sweet/react": "^0.6.3",
21-
"@mantine/core": "^7.10.1"
21+
"@mantine/core": "^7.10.1",
22+
"yjs": "13.6.24"
2223
},
2324
"devDependencies": {
2425
"@types/react": "^18.0.25",
2526
"@types/react-dom": "^18.0.9",
2627
"@vitejs/plugin-react": "^4.3.1",
2728
"vite": "^5.3.4"
2829
}
29-
}
30+
}

examples/07-collaboration/05-comments-with-sidebar/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@
1818
"react": "^18.3.1",
1919
"react-dom": "^18.3.1",
2020
"@y-sweet/react": "^0.6.3",
21-
"@mantine/core": "^7.10.1"
21+
"@mantine/core": "^7.10.1",
22+
"yjs": "13.6.24"
2223
},
2324
"devDependencies": {
2425
"@types/react": "^18.0.25",
2526
"@types/react-dom": "^18.0.9",
2627
"@vitejs/plugin-react": "^4.3.1",
2728
"vite": "^5.3.4"
2829
}
29-
}
30+
}

examples/07-collaboration/06-ghost-writer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"react": "^18.3.1",
1919
"react-dom": "^18.3.1",
2020
"y-partykit": "^0.0.25",
21-
"yjs": "^13.6.15"
21+
"yjs": "13.6.24"
2222
},
2323
"devDependencies": {
2424
"@types/react": "^18.0.25",
2525
"@types/react-dom": "^18.0.9",
2626
"@vitejs/plugin-react": "^4.3.1",
2727
"vite": "^5.3.4"
2828
}
29-
}
29+
}

examples/07-collaboration/07-forking/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"react": "^18.3.1",
1919
"react-dom": "^18.3.1",
2020
"y-partykit": "^0.0.25",
21-
"yjs": "^13.6.15"
21+
"yjs": "13.6.24"
2222
},
2323
"devDependencies": {
2424
"@types/react": "^18.0.25",
2525
"@types/react-dom": "^18.0.9",
2626
"@vitejs/plugin-react": "^4.3.1",
2727
"vite": "^5.3.4"
2828
}
29-
}
29+
}

0 commit comments

Comments
 (0)