Skip to content

Commit 7b269ba

Browse files
Edit links in How_you_can_help
1 parent 5ee7d94 commit 7b269ba

File tree

2 files changed

+38
-45
lines changed

2 files changed

+38
-45
lines changed

web/src/pages/articles/How_you_can_help.astro

Lines changed: 20 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
---
22
import StarlightPage from '@astrojs/starlight/components/StarlightPage.astro';
3-
// import { getSeeAlsoLinksFromList } from '@src/utils/general';
4-
// import SeeAlsoSection from '@src/components/SeeAlsoSection.astro';
5-
import { MTA_CURRENT_VERSION } from '@src/content.constants';
63
---
74

85
<StarlightPage frontmatter={{
@@ -12,9 +9,25 @@ import { MTA_CURRENT_VERSION } from '@src/content.constants';
129
}}>
1310
<p><strong>Multi Theft Auto</strong> has loads of areas in which you can help. In turn, we'll be more than happy to help you get started with any ideas you have, help test them and - if they're good enough - release them to the whole community. This page outlines the key areas you could do something in, of course, there are many things we've not thought of, so think outside the box!</p>
1411

15-
<h3>Programming</h3>
12+
<h3>Documentation</h3>
13+
<p>Before you make changes check out: <a href="https://github.com/multitheftauto/wiki.multitheftauto.com/blob/main/CONTRIBUTING.md">Contribution Guidelines</a>.</p>
1614
<ul>
17-
<li>Become a patch contributor by sending <a href="https://github.com/multitheftauto/mtasa-blue/pulls">pull requests</a> to MTA, containing requested features or bugfixes: <a href="/Coding_guidelines">Coding guidelines</a></li>
15+
<li>Finish documentation for <a href="/Incomplete_Pages">Incomplete pages</a> - ask on Discord if you're not sure of something.</li>
16+
<li>Add examples to <a href="/Incomplete_Pages">functions & events missing examples</a> - please <strong>test</strong> them, and again, ask if you need help.</li>
17+
<li>Expand the pages that explain <a href="/Category:Scripting_Concepts">MTA core concepts</a>.</li>
18+
<li>Write <a href="https://forum.multitheftauto.com/forum/123-tutorials/">tutorials</a> to help new people.</li>
19+
<li>Translate the wiki pages so people from other countries can get started in MTA too.</li>
20+
</ul>
21+
22+
<h3>Quality Assurance</h3>
23+
<ul>
24+
<li><a href="https://github.com/multitheftauto/mtasa-blue/issues">Report issues</a> with the mod, make sure to do a search on the already reported issues first.</li>
25+
<li>Test and confirm existing reported issues.</li>
26+
<li>Use the newest build of MTA to detect and report new bugs, by going to 'Settings', 'Advanced', 'Update build type' and choosing 'Nightly' or get it regularly
27+
<a href="https://nightly.multitheftauto.com/">from here</a>.
28+
</li>
29+
<li>Any bugs which are related to a scripting function/event and present in the main release (rather than nightlies), document that bug by adding an <strong>issue</strong> to the wiki page to save other scripters a lot of time.
30+
</li>
1831
</ul>
1932

2033
<h3>Translating</h3>
@@ -51,30 +64,9 @@ import { MTA_CURRENT_VERSION } from '@src/content.constants';
5164
</li>
5265
</ul>
5366

54-
<h3>Documentation</h3>
55-
<p>Before you make changes check out: <a href="/Help:Editing_Guidelines">Editing Guidelines</a> and
56-
<a href="/Help:MTA_Wiki_Specific_Templates">Specific Templates</a></p>
57-
<ul>
58-
<li>Finish documentation for <a href="/Category:Incomplete">Incomplete functions</a> - ask in #mta.scripting if you're not sure of something.</li>
59-
<li>Add examples to <a href="/Category:Needs_Example">functions & events missing examples</a> - please <strong>test</strong> them, and again, ask if you need help.</li>
60-
<li>Review and verify <a href="/Category:Needs_Checking">pages that need checking</a> - make sure highlighted issues are solved before removing pages from the category.</li>
61-
<li>Expand the pages that explain <a href="/Category:Scripting_Concepts">MTA core concepts</a>.</li>
62-
<li>Write <a href="https://forum.multitheftauto.com/forum/123-tutorials/">tutorials</a> to help new people.</li>
63-
<li>Translate the wiki pages so people from other countries can get started in MTA too.</li>
64-
<li>Create documentation for undocumented functions and events <a href="/Undocumented_Items">Undocumented Items</a></li>
65-
<li>Keep 'changes in' <a href={"/Changes_in_"+MTA_CURRENT_VERSION.full}>current work-in-progress</a> for future releases updated.</li>
66-
</ul>
67-
68-
<h3>Quality Assurance</h3>
67+
<h3>Programming</h3>
6968
<ul>
70-
<li><a href="https://github.com/multitheftauto/mtasa-blue/issues">Report issues</a> with the mod, make sure to do a search on the already reported issues first.</li>
71-
<li>Test and confirm existing reported issues.</li>
72-
<li>Use the newest build of MTA to detect and report new bugs, by going to 'Settings', 'Advanced', 'Update build type' and choosing 'Nightly' or get it regularly
73-
<a href="https://nightly.multitheftauto.com/">from here</a>.
74-
</li>
75-
<li>Any bugs which are related to a scripting function/event and present in the main release (rather than nightlies), document that bug by adding a
76-
<a href="/Help:MTA_Wiki_Specific_Templates">warning</a> to the wiki page to save other scripters a lot of time.
77-
</li>
69+
<li>Become a patch contributor by sending <a href="https://github.com/multitheftauto/mtasa-blue/pulls">pull requests</a> to MTA, containing requested features or bugfixes: <a href="/Coding_guidelines">Coding guidelines</a></li>
7870
</ul>
7971

8072
<h3>Specific tasks</h3>

web/src/pages/index.astro

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ import { Icon } from '@astrojs/starlight/components';
4848
<li><a href="/Server_Manual">Server Manual</a></li>
4949
<li><a href="/Map_manager">Map Manager</a></li>
5050
</ul>
51-
</div>
52-
<div class="mtabox">
51+
5352
<h3>Map Editor</h3>
5453
<ul>
5554
<li><a href="/Resource:Editor">Manual</a></li>
@@ -59,6 +58,18 @@ import { Icon } from '@astrojs/starlight/components';
5958
</ul>
6059
</div>
6160

61+
<div class="mtabox">
62+
<h3>Community</h3>
63+
<ul>
64+
<li><a href="/Category:Resource">Resource Catalogue</a></li>
65+
<li><a href="https://forum.multitheftauto.com/">Forum</a></li>
66+
<li><a href="https://discord.com/invite/mtasa">Official MTA Discord server</a> (<a href="https://forum.multitheftauto.com/topic/95008-multi-theft-autos-official-discord-server/">Forum post</a>)</li>
67+
<li><a href="https://discord.com/invite/GNN6PRtTnu">Development Discord</a></li>
68+
<li><a href="https://community.multitheftauto.com/">MTA Community</a></li>
69+
<li><a href="https://twitter.com/MTAQA">Twitter</a>, <a href="https://www.youtube.com/user/MTAQA">YouTube</a>, <a href="https://www.facebook.com/multitheftauto">Facebook</a>, <a href="https://www.moddb.com/mods/multi-theft-auto-san-andreas">ModDB</a></li>
70+
</ul>
71+
</div>
72+
6273
<div class="mtabox">
6374
<h3>Developing Multi Theft Auto</h3>
6475
<ul>
@@ -74,18 +85,6 @@ import { Icon } from '@astrojs/starlight/components';
7485
</ul>
7586
</div>
7687

77-
<div class="mtabox">
78-
<h3>Community</h3>
79-
<ul>
80-
<li><a href="/Category:Resource">Resource Catalogue</a></li>
81-
<li><a href="https://forum.multitheftauto.com/">Forum</a></li>
82-
<li><a href="https://discord.com/invite/mtasa">Official MTA Discord server</a> (<a href="https://forum.multitheftauto.com/topic/95008-multi-theft-autos-official-discord-server/">Forum post</a>)</li>
83-
<li><a href="https://discord.com/invite/GNN6PRtTnu">Development Discord</a></li>
84-
<li><a href="https://community.multitheftauto.com/">MTA Community</a></li>
85-
<li><a href="https://twitter.com/MTAQA">Twitter</a>, <a href="https://www.youtube.com/user/MTAQA">YouTube</a>, <a href="https://www.facebook.com/multitheftauto">Facebook</a>, <a href="https://www.moddb.com/mods/multi-theft-auto-san-andreas">ModDB</a></li>
86-
</ul>
87-
</div>
88-
8988

9089
<div class="mtabox">
9190
<h3>Scripting</h3>
@@ -153,9 +152,11 @@ import { Icon } from '@astrojs/starlight/components';
153152
}
154153

155154
.mtagrid {
156-
display: grid;
157-
grid-template-columns: repeat(2, 1fr); /* 2 boxes per row */
158-
gap: 2rem; /* spacing between boxes */
155+
display: flex;
156+
flex-wrap: wrap;
157+
gap: 2rem;
158+
align-items: flex-start;
159+
justify-content: flex-start;
159160
}
160161

161162
.mtabox {

0 commit comments

Comments
 (0)