Skip to content

Commit 0589943

Browse files
Edit sidebar
1 parent 71d332e commit 0589943

File tree

5 files changed

+3
-12
lines changed

5 files changed

+3
-12
lines changed

web/astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ export default defineConfig({
6363
{
6464
label: 'Resources',
6565
items: [
66-
{label: 'ID Lists', link: '/reference/ID_Lists'},
6766
{ label: 'Lua API', link: '/reference/Lua_API' },
67+
{ label: 'ID Lists', link: '/reference/ID_Lists'},
6868
{ label: 'Meta.xml', link: '/reference/Meta.xml'},
6969
{ label: 'Resource Web Access', link: '/reference/Resource_Web_Access'},
7070
{

web/src/pages/Contributing.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import StarlightPage from '@astrojs/starlight/components/StarlightPage.astro';
4040
<li>Become a contributor to MTA's official resources, read more about them here: <a href="/Default_resources">Default resources</a></li>
4141
<li>Create and <a href="https://community.multitheftauto.com/">publish</a> a gamemode or useful script
4242
<ul>
43-
<li><a href="/articles/Scripting_Introduction">Scripting Introduction</a></li>
43+
<li><a href="/articles/scripting-introduction">Scripting Introduction</a></li>
4444
<li><a href="https://www.lua.org/pil/index.html">"Programming in Lua" Manual</a></li>
4545
</ul>
4646
</li>

web/src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ import { Icon } from '@astrojs/starlight/components';
8989
<div class="mtabox">
9090
<h3>Scripting</h3>
9191
<ul>
92-
<li><a href="/articles/Scripting_Introduction">Introduction to Scripting</a></li>
92+
<li><a href="/articles/scripting-introduction">Introduction to Scripting</a></li>
9393
<li><a href="/Introduction_to_Scripting_the_GUI">Introduction to Scripting the GUI</a></li>
9494
<li><a href="/Debugging">Debugging Tutorial</a></li>
9595
<li><a href="/Resources">Introduction to Resources</a>

web/src/pages/reference/Lua_API.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,4 @@ import SeeAlsoSection from '@src/components/SeeAlsoSection.astro';
4141

4242
TODO explain the entire resources system
4343

44-
<SeeAlsoSection seeAlsoLinks={getSeeAlsoLinksFromList([
45-
'article:Scripting_Introduction',
46-
])} currentId='' />
47-
4844
</StarlightPage>

web/src/pages/reference/Optional_Arguments.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,4 @@ function aNotSoUsefulFunction( text )
7575
end
7676
```
7777

78-
79-
<SeeAlsoSection seeAlsoLinks={getSeeAlsoLinksFromList([
80-
'article:Scripting_Introduction',
81-
])} currentId='' />
82-
8378
</StarlightPage>

0 commit comments

Comments
 (0)