Update all guidance URLs (#5858)
This commit is contained in:
@@ -7,7 +7,8 @@ const categories: Stage = {
|
||||
title: "Are the project's tags accurate?",
|
||||
id: 'tags',
|
||||
icon: TagsIcon,
|
||||
guidance_url: 'https://modrinth.com/legal/rules#miscellaneous',
|
||||
guidance_url:
|
||||
'https://www.notion.so/2e15ee711bf080e4a41df61bbab49892#2e15ee711bf0802f96aafc0397a9f6d3',
|
||||
navigate: '/settings/tags',
|
||||
shouldShow: (project) =>
|
||||
project.categories.length > 0 || project.additional_categories.length > 0,
|
||||
|
||||
@@ -7,7 +7,8 @@ const description: Stage = {
|
||||
title: 'Is the description sufficient, accurate, and accessible?',
|
||||
id: 'description',
|
||||
icon: LibraryIcon,
|
||||
guidance_url: 'https://modrinth.com/legal/rules#general-expectations',
|
||||
guidance_url:
|
||||
'https://www.notion.so/2e15ee711bf080e4a41df61bbab49892#2e15ee711bf080508042e70089dd787e',
|
||||
navigate: '/',
|
||||
actions: [
|
||||
{
|
||||
|
||||
@@ -8,7 +8,8 @@ const environmentMultiple: Stage = {
|
||||
id: 'environment',
|
||||
navigate: '/settings/versions',
|
||||
icon: GlobeIcon,
|
||||
guidance_url: 'https://modrinth.com/legal/rules#miscellaneous',
|
||||
guidance_url:
|
||||
'https://www.notion.so/2e15ee711bf080e4a41df61bbab49892#2e25ee711bf0802d9a9bdb82dce040eb',
|
||||
text: async () =>
|
||||
(await import('../../messages/checklist-text/environment/environment-multiple.md?raw')).default,
|
||||
shouldShow: (project, projectV3) =>
|
||||
|
||||
@@ -8,7 +8,8 @@ const environment: Stage = {
|
||||
id: 'environment',
|
||||
navigate: '/settings/environment',
|
||||
icon: GlobeIcon,
|
||||
guidance_url: 'https://modrinth.com/legal/rules#miscellaneous',
|
||||
guidance_url:
|
||||
'https://www.notion.so/2e15ee711bf080e4a41df61bbab49892#2e25ee711bf0802d9a9bdb82dce040eb',
|
||||
text: async () =>
|
||||
(await import('../../messages/checklist-text/environment/environment.md?raw')).default,
|
||||
shouldShow: (project, projectV3) =>
|
||||
|
||||
@@ -7,7 +7,8 @@ const gallery: Stage = {
|
||||
title: "Are this project's gallery images sufficient?",
|
||||
id: 'gallery',
|
||||
icon: ImageIcon,
|
||||
guidance_url: 'https://modrinth.com/legal/rules#general-expectations',
|
||||
guidance_url:
|
||||
'https://www.notion.so/2e15ee711bf080e4a41df61bbab49892#2e15ee711bf08096828bd1c3f24d8b8e',
|
||||
navigate: '/gallery',
|
||||
actions: [
|
||||
{
|
||||
|
||||
@@ -24,7 +24,8 @@ const licenseStage: Stage = {
|
||||
text: async () => (await import('../messages/checklist-text/licensing.md?raw')).default,
|
||||
id: 'license',
|
||||
icon: BookTextIcon,
|
||||
guidance_url: 'https://modrinth.com/legal/rules#miscellaneous',
|
||||
guidance_url:
|
||||
'https://www.notion.so/2e15ee711bf080e4a41df61bbab49892#2e15ee711bf080f8805df7d012a8f770',
|
||||
navigate: '/settings/license',
|
||||
shouldShow(project, projectV3) {
|
||||
return !projectV3?.minecraft_server
|
||||
|
||||
@@ -7,7 +7,8 @@ const links: Stage = {
|
||||
title: "Are the project's links accurate and accessible?",
|
||||
id: 'links',
|
||||
icon: LinkIcon,
|
||||
guidance_url: 'https://modrinth.com/legal/rules',
|
||||
guidance_url:
|
||||
'https://www.notion.so/2e15ee711bf080e4a41df61bbab49892#2e15ee711bf08013b36cd75cbf1a9177',
|
||||
navigate: '/settings/links',
|
||||
shouldShow: (project, projectV3) =>
|
||||
Boolean(
|
||||
|
||||
@@ -7,7 +7,8 @@ const postApproval: Stage = {
|
||||
title: 'Issue warnings, notices, or takedowns?',
|
||||
id: 'post-approval',
|
||||
icon: ScaleIcon,
|
||||
guidance_url: 'https://modrinth.com/legal/rules',
|
||||
guidance_url:
|
||||
'https://www.notion.so/2e15ee711bf080e4a41df61bbab49892#3475ee711bf080c5a13cda0b1e4ae9ed',
|
||||
shouldShow: (project) => project.status === 'approved',
|
||||
actions: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,8 @@ const reupload: Stage = {
|
||||
title: 'Does the author have proper permissions to post this project?',
|
||||
id: 'reupload',
|
||||
icon: CopyrightIcon,
|
||||
guidance_url: 'https://modrinth.com/legal/rules',
|
||||
guidance_url:
|
||||
'https://www.notion.so/2e15ee711bf080e4a41df61bbab49892#2e35ee711bf080d1a0a2cda3ff2ce997',
|
||||
actions: [
|
||||
{
|
||||
id: 'reupload_reupload',
|
||||
|
||||
@@ -8,7 +8,7 @@ const ruleFollowing: Stage = {
|
||||
id: 'rule-following',
|
||||
icon: ListBulletedIcon,
|
||||
guidance_url:
|
||||
'https://www.notion.so/Creator-Communication-Guide-1b65ee711bf080ec9337e3ccdded146c',
|
||||
'https://www.notion.so/2e15ee711bf080e4a41df61bbab49892#2e35ee711bf080709084f6269835607f',
|
||||
navigate: '/moderation',
|
||||
actions: [
|
||||
{
|
||||
|
||||
@@ -9,7 +9,7 @@ const statusAlerts: Stage = {
|
||||
icon: TriangleAlertIcon,
|
||||
text: async () => (await import('../messages/checklist-text/status-alerts/text.md?raw')).default,
|
||||
guidance_url:
|
||||
'https://www.notion.so/Project-Modification-Guidelines-22e5ee711bf080628416f0471ba6af02',
|
||||
'https://www.notion.so/2e15ee711bf080e4a41df61bbab49892#2e35ee711bf080968699c397e470eca6',
|
||||
navigate: '/moderation',
|
||||
actions: [
|
||||
{
|
||||
|
||||
@@ -8,7 +8,8 @@ const summary: Stage = {
|
||||
text: async () => (await import('../messages/checklist-text/summary/summary.md?raw')).default,
|
||||
id: 'summary',
|
||||
icon: AlignLeftIcon,
|
||||
guidance_url: 'https://modrinth.com/legal/rules#miscellaneous',
|
||||
guidance_url:
|
||||
'https://www.notion.so/2e15ee711bf080e4a41df61bbab49892#2e15ee711bf080bfb5e5c7c6211c693b',
|
||||
actions: [
|
||||
{
|
||||
id: 'summary_insufficient',
|
||||
|
||||
@@ -25,7 +25,8 @@ const titleSlug: Stage = {
|
||||
return text
|
||||
},
|
||||
icon: BookOpenIcon,
|
||||
guidance_url: 'https://modrinth.com/legal/rules#miscellaneous',
|
||||
guidance_url:
|
||||
'https://www.notion.so/2e15ee711bf080e4a41df61bbab49892#2e15ee711bf0803c9660e90f0fead705',
|
||||
actions: [
|
||||
{
|
||||
id: 'title_useless_info',
|
||||
|
||||
@@ -6,7 +6,8 @@ const undefinedProjectStage: Stage = {
|
||||
title: 'This project is undefined!',
|
||||
id: 'undefined-project',
|
||||
icon: XIcon,
|
||||
guidance_url: 'https://modrinth.com/legal/rules#miscellaneous',
|
||||
guidance_url:
|
||||
'https://www.notion.so/2e15ee711bf080e4a41df61bbab49892#3475ee711bf080018bf3d822a2f51a35',
|
||||
navigate: '/versions',
|
||||
shouldShow: (project, projectV3) => project.versions.length === 0 && !projectV3?.minecraft_server,
|
||||
actions: [
|
||||
|
||||
@@ -7,7 +7,8 @@ const versions: Stage = {
|
||||
title: "Are this project's files correct?",
|
||||
id: 'versions',
|
||||
icon: VersionIcon,
|
||||
guidance_url: 'https://modrinth.com/legal/rules#miscellaneous',
|
||||
guidance_url:
|
||||
'https://www.notion.so/2e15ee711bf080e4a41df61bbab49892#2e25ee711bf0804bad38e9055951ff31',
|
||||
navigate: '/versions',
|
||||
shouldShow: (project, projectV3) => !projectV3?.minecraft_server,
|
||||
actions: [
|
||||
|
||||
Reference in New Issue
Block a user