Add new versions blog post (#4925)

This commit is contained in:
Prospector
2025-12-18 12:39:18 -08:00
committed by GitHub
parent 539132a527
commit 51d5ed771c
14 changed files with 119 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ import { article as russian_censorship } from "./russian_censorship";
import { article as skins_now_in_modrinth_app } from "./skins_now_in_modrinth_app";
import { article as standing_by_our_values } from "./standing_by_our_values";
import { article as standing_by_our_values_russian } from "./standing_by_our_values_russian";
import { article as streamlined_version_creation } from "./streamlined_version_creation";
import { article as two_years_of_modrinth } from "./two_years_of_modrinth";
import { article as two_years_of_modrinth_history } from "./two_years_of_modrinth_history";
import { article as whats_modrinth } from "./whats_modrinth";
@@ -38,6 +39,7 @@ export const articles = [
whats_modrinth,
two_years_of_modrinth,
two_years_of_modrinth_history,
streamlined_version_creation,
standing_by_our_values,
standing_by_our_values_russian,
skins_now_in_modrinth_app,

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,12 @@
// AUTO-GENERATED FILE - DO NOT EDIT
export const article = {
html: () => import(`./streamlined_version_creation.content`).then(m => m.html),
title: "Streamlined Version Creation",
summary: "Version creation is now dramatically more intelligent and easier for creators.",
date: "2025-12-12T23:00:00.000Z",
slug: "streamlined-version-creation",
authors: ["AJfd8YH6","6EjnV9Uf","Dc7EYhxG"],
unlisted: false,
thumbnail: true,
};