Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
588a6aa
docs: add v7 release notes page
christianhg May 7, 2026
c135bf7
fixup! docs: add v7 release notes page
christianhg May 7, 2026
bd12b0c
fixup! docs: add v7 release notes page
christianhg May 7, 2026
8c25593
fixup! docs: add v7 release notes page
christianhg May 7, 2026
8138ffd
fixup! docs: add v7 release notes page
christianhg May 7, 2026
7800ac3
fixup! docs: add v7 release notes page
christianhg May 7, 2026
fee5d0c
fixup! docs: add v7 release notes page
christianhg May 7, 2026
78ff3d4
fixup! docs: add v7 release notes page
christianhg May 7, 2026
85e30e9
fixup! docs: add v7 release notes page
christianhg May 7, 2026
dcc3e72
fixup! docs: add v7 release notes page
christianhg May 7, 2026
60bdd23
fixup! docs: add v7 release notes page
christianhg May 7, 2026
bf683e7
fixup! docs: add v7 release notes page
christianhg May 7, 2026
3d6a770
fixup! docs: add v7 release notes page
christianhg May 8, 2026
5c27830
fixup! docs: add v7 release notes page
christianhg May 8, 2026
03bb561
fixup! docs: add v7 release notes page
christianhg May 8, 2026
685b7b5
fixup! docs: add v7 release notes page
christianhg May 8, 2026
3669d2d
fixup! docs: add v7 release notes page
christianhg May 8, 2026
49ee9a1
fixup! docs: add v7 release notes page
christianhg May 8, 2026
e6f7876
fixup! docs: add v7 release notes page
christianhg May 8, 2026
90f5f2a
fixup! docs: add v7 release notes page
christianhg May 8, 2026
d90d46f
fixup! docs: add v7 release notes page
christianhg May 8, 2026
edb395f
fixup! docs: add v7 release notes page
christianhg May 8, 2026
c009541
fixup! docs: add v7 release notes page
christianhg May 8, 2026
06b5856
fixup! docs: add v7 release notes page
christianhg May 8, 2026
8b1c216
fixup! docs: add v7 release notes page
christianhg May 8, 2026
9d66e12
fixup! docs: add v7 release notes page
christianhg May 8, 2026
5caf9e8
fixup! docs: add v7 release notes page
christianhg May 8, 2026
3789052
fixup! fixup! docs: add v7 release notes page
christianhg May 8, 2026
a6dbf1b
fixup! fixup! docs: add v7 release notes page
christianhg May 8, 2026
5158745
fixup! fixup! docs: add v7 release notes page
christianhg May 8, 2026
8a145d3
fixup! docs: add v7 release notes page
christianhg May 8, 2026
12bba62
fixup! docs: add v7 release notes page
christianhg May 8, 2026
6d8d275
fixup! docs: add v7 release notes page
christianhg May 8, 2026
f9e8b06
fixup! docs: add v7 release notes page
christianhg May 8, 2026
4895c40
fixup! docs: add v7 release notes page
christianhg May 8, 2026
6a09631
fixup! docs: add v7 release notes page
christianhg May 8, 2026
72f7a1e
fixup! docs: add v7 release notes page
christianhg May 8, 2026
a132493
fixup! docs: add v7 release notes page
christianhg May 8, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions apps/docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,10 @@ export default defineConfig({
},
],
},
{
label: 'Releases',
items: [{slug: 'editor/releases/v7', label: 'v7'}],
},
],
},
{
Expand Down
1 change: 1 addition & 0 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@astrojs/starlight-tailwind": "^5.0.0",
"@portabletext/editor": "workspace:*",
"@portabletext/keyboard-shortcuts": "workspace:*",
"@portabletext/markdown": "workspace:*",
"@portabletext/plugin-markdown-shortcuts": "workspace:*",
"@portabletext/plugin-typography": "workspace:*",
"@portabletext/react": "^6.2.0",
Expand Down
Loading
Loading