mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-04 22:02:16 +02:00
refactor(changelog): remove title and description fields from changelog entries and update schema
This commit is contained in:
parent
1c6227eef3
commit
c9351c421e
18 changed files with 6 additions and 38 deletions
|
|
@ -9,7 +9,7 @@ export const docs = defineDocs({
|
|||
export const changelog = defineDocs({
|
||||
dir: "changelog/content",
|
||||
docs: {
|
||||
schema: frontmatterSchema.extend({
|
||||
schema: frontmatterSchema.omit({ title: true, description: true }).extend({
|
||||
date: z.string(),
|
||||
version: z.string().optional(),
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue