Skip to content

Commit b6a607b

Browse files
Edit note in Incomplete Pages
1 parent 91c9791 commit b6a607b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

web/src/pages/Incomplete_Pages.astro

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,18 @@ const unfinishedEvents = getUnfinishedPages('events');
1616
title: 'Incomplete Pages',
1717
tableOfContents: false,
1818
}}>
19+
<NoteBox type="tip">
20+
Stay up to date with the progress by connecting with us on the <strong>MTA Development Discord server</strong>.
21+
</NoteBox>
1922

20-
<p>The following pages are not finished, and need your attention! Please help complete the MTA Wiki.</p>
23+
<p>The following pages are not finished, and need your attention! Please help complete the new MTA Wiki.</p>
2124
<p><a href={SITE_CONTRIBUTING_URL}
2225
class="guidelines-link">Contribution guidelines</a></p>
2326

2427
<AnchorHeading level="3" id="unfinished-functions">Unfinished Function Pages</AnchorHeading>
2528
<NoteBox type="info">
26-
We are working on migrating these pages from <code>wiki.multitheftauto.com</code> using <strong>web scraping</strong>.
27-
<br>Stay up to date with the progress using our Development Discord server.
29+
Please help review and complete these pages by adding missing documentation or code examples.
30+
<br>In most cases, the page is missing extra information that couldn't be automatically migrated from the old wiki.
2831
</NoteBox>
2932
<section data-pagefind-ignore>
3033
{unfinishedFunctions.length === 0 ? (

0 commit comments

Comments
 (0)