chore: modpack permissions blog (#6474)

* chore: add blog

* update bullets

* Update blog

* remove old files

---------

Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com>
This commit is contained in:
Truman Gao
2026-06-23 20:24:38 +00:00
committed by GitHub
co-authored by Prospector
parent 2376d571bb
commit 6380dd16d5
14 changed files with 117 additions and 1 deletions
+2
View File
@@ -18,6 +18,7 @@ import { article as joining_spark_universe } from "./joining_spark_universe";
import { article as knossos_v2_1_0 } from "./knossos_v2_1_0";
import { article as licensing_guide } from "./licensing_guide";
import { article as modpack_changes } from "./modpack_changes";
import { article as modpack_permissions } from "./modpack_permissions";
import { article as modpacks_alpha } from "./modpacks_alpha";
import { article as modrinth_app_beta } from "./modrinth_app_beta";
import { article as modrinth_beta } from "./modrinth_beta";
@@ -61,6 +62,7 @@ export const articles = [
knossos_v2_1_0,
licensing_guide,
modpack_changes,
modpack_permissions,
modpacks_alpha,
modrinth_app_beta,
modrinth_beta,
File diff suppressed because one or more lines are too long
@@ -0,0 +1,12 @@
// AUTO-GENERATED FILE - DO NOT EDIT
export const article = {
html: () => import(`./modpack_permissions.content`).then(m => m.html),
title: "Improving Modpack review delays",
summary: "Reducing the back-and-forth needed to get your modpack approved.",
date: "2026-06-23T20:00:00.000Z",
slug: "modpack-permissions",
authors: ["Dc7EYhxG","AJfd8YH6","xSQqYYIN","vNcGR3Fd"],
unlisted: false,
thumbnail: true,
};