-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a070f26
commit cdf1c7c
Showing
8 changed files
with
52 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
title: "Introduction" | ||
content: "article.md" | ||
author: "MTA Team" | ||
date: "2025-01-01 12:00:00" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
title: "Lua API Reference" | ||
content: "article.md" | ||
author: "MTA Team" | ||
date: "2025-01-01 12:00:00" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
title: "Getting Started" | ||
content: "article.md" | ||
author: "MTA Team" | ||
date: "2025-01-01 12:00:00" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,31 @@ | ||
- name: "Official guides" | ||
articles: "official-guides" | ||
articles: | ||
path: "official-guides" | ||
|
||
- name: "Community guides" | ||
articles: "community-guides" | ||
articles: | ||
path: "community-guides" | ||
|
||
# - name: "Server functions" | ||
|
||
- name: "Client functions" | ||
- name: "Lua reference" | ||
subcategories: | ||
- name: "Cursor functions" | ||
functions: | ||
path: "Cursor" | ||
type: "client" | ||
- name: "Element functions" | ||
functions: | ||
path: "Element" | ||
type: "client" | ||
- name: "Client functions" | ||
subcategories: | ||
- name: "Cursor functions" | ||
functions: | ||
path: "Cursor" | ||
type: "client" | ||
- name: "Element functions" | ||
functions: | ||
path: "Element" | ||
type: "client" | ||
|
||
- name: "Shared functions" | ||
subcategories: | ||
- name: "Cursor functions" | ||
functions: | ||
path: "Cursor" | ||
type: "shared" | ||
- name: "Element functions" | ||
functions: | ||
path: "Element" | ||
type: "shared" | ||
- name: "Shared functions" | ||
subcategories: | ||
- name: "Cursor functions" | ||
functions: | ||
path: "Cursor" | ||
type: "shared" | ||
- name: "Element functions" | ||
functions: | ||
path: "Element" | ||
type: "shared" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters