update blog + changelog

This commit is contained in:
Prospector
2026-03-17 12:37:12 -07:00
parent 3a917631d5
commit 5b968a1486
4 changed files with 10 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
"title": "Content Management Overhaul", "title": "Content Management Overhaul",
"summary": "Overhauled content management for both Modrinth Hosting servers and Modrinth App instances.", "summary": "Overhauled content management for both Modrinth Hosting servers and Modrinth App instances.",
"thumbnail": "https://modrinth.com/news/article/content-management-overhaul/thumbnail.webp", "thumbnail": "https://modrinth.com/news/article/content-management-overhaul/thumbnail.webp",
"date": "2026-03-13T20:30:00.000Z", "date": "2026-03-17T20:15:00.000Z",
"link": "https://modrinth.com/news/article/content-management-overhaul" "link": "https://modrinth.com/news/article/content-management-overhaul"
}, },
{ {

View File

@@ -1,7 +1,7 @@
--- ---
title: Content Management Overhaul title: Content Management Overhaul
summary: Overhauled content management for both Modrinth Hosting servers and Modrinth App instances. summary: Overhauled content management for both Modrinth Hosting servers and Modrinth App instances.
date: 2026-03-13T12:30:00-08:00 date: 2026-03-17T12:15:00-08:00
authors: ['AJfd8YH6', 'bOHH0P9Z', 'LnK8MbX7'] authors: ['AJfd8YH6', 'bOHH0P9Z', 'LnK8MbX7']
--- ---

View File

@@ -3,7 +3,7 @@ export const article = {
html: () => import(`./content_management_overhaul.content`).then(m => m.html), html: () => import(`./content_management_overhaul.content`).then(m => m.html),
title: "Content Management Overhaul", title: "Content Management Overhaul",
summary: "Overhauled content management for both Modrinth Hosting servers and Modrinth App instances.", summary: "Overhauled content management for both Modrinth Hosting servers and Modrinth App instances.",
date: "2026-03-13T20:30:00.000Z", date: "2026-03-17T20:15:00.000Z",
slug: "content-management-overhaul", slug: "content-management-overhaul",
authors: ["AJfd8YH6","bOHH0P9Z","LnK8MbX7"], authors: ["AJfd8YH6","bOHH0P9Z","LnK8MbX7"],
unlisted: false, unlisted: false,

View File

@@ -11,7 +11,13 @@ export type VersionEntry = {
const VERSIONS: VersionEntry[] = [ const VERSIONS: VersionEntry[] = [
{ {
date: `2026-03-13T12:30:00-00:00`, date: `2026-03-17T12:40:00-08:00`,
product: 'hosting',
body: `## Improvements
- Fixed personal access token settings page erroring.`,
},
{
date: `2026-03-17T12:15:00-08:00`,
product: 'hosting', product: 'hosting',
body: `## [Content Management Overhaul](/news/article/content-management-overhaul) body: `## [Content Management Overhaul](/news/article/content-management-overhaul)
- We've overhauled the Content tab and improved parity with Modrinth App. Check out our [blog post](/news/article/content-management-overhaul) to learn more.`, - We've overhauled the Content tab and improved parity with Modrinth App. Check out our [blog post](/news/article/content-management-overhaul) to learn more.`,