Skip to content

Commit db3f094

Browse files
[web] WIP Astro-Starlight project
1 parent 9f3411e commit db3f094

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+7187
-2019
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"yaml.schemas": {
33
"schemas/function.yaml": "/functions/**/*",
4-
"schemas/article.yaml": "/article/**/*",
4+
"schemas/element.yaml": "/elements/**/*",
5+
// "schemas/event.yaml": "/events/**/*",
56
}
67
}

articles/hardcoded/OOP_Introduction/article.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

articles/hardcoded/element/article.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

articles/hardcoded/introduction/article.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

articles/hardcoded/introduction/article.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

articles/hardcoded/privacy/article.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
# OOP Introduction
1+
---
2+
title: OOP Introduction
3+
---
24

35
This is a scripting tutorial explaining to you what object orientated programming is and teaching you how to use the OOP features of MTA.

articles/hardcoded/element/article.md renamed to articles/main/element.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# MTA Elements
1+
---
2+
title: MTA Elements
3+
description: Learn about the element system in MTA
4+
---
25

36
An **element** is a generic class that can represent almost all in-game entities. The built-in element types are:
47

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
# Privacy policy
1+
---
2+
title: Privacy policy
3+
---
24

35
This page is under construction.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Getting started
3+
---
4+
5+
WIP

0 commit comments

Comments
 (0)