|
1 | 1 | wiki: |
2 | 2 | # Homepage |
3 | 3 | - path: "/" |
4 | | - title: "Introduction" |
5 | | - description: "Welcome to the MTA Wiki" |
| 4 | + title: "Multi Theft Auto: Wiki" |
6 | 5 | article: "introduction" |
7 | 6 |
|
8 | 7 | # Guides Index |
9 | 8 | - path: "/guides" |
10 | 9 | title: "Guides" |
11 | | - description: "Guides and tutorials for MTA" |
12 | 10 | children: |
13 | 11 | - path: "/guides/official" |
14 | 12 | title: "Official Guides" |
|
21 | 19 | # Reference Index |
22 | 20 | - title: "Lua API Reference" |
23 | 21 | path: "/lua" |
24 | | - article: "lua-api-reference" |
25 | | - children: |
26 | | - - path: "/lua/client-functions" |
27 | | - title: "Client Functions" |
28 | | - category: "Client functions" |
29 | | - |
30 | | - - path: "/lua/client-events" |
31 | | - title: "Client Events" |
32 | | - category: "Client events" |
33 | | - |
34 | | - - path: "/lua/server-functions" |
35 | | - title: "Server Functions" |
36 | | - category: "Server functions" |
37 | | - |
38 | | - - path: "/lua/server-events" |
39 | | - title: "Server Events" |
40 | | - category: "Server events" |
41 | | - |
42 | | - - path: "/lua/shared-functions" |
43 | | - title: "Shared Functions" |
44 | | - category: "Shared functions" |
45 | | - |
46 | | - - path: "/lua/useful-functions" |
47 | | - title: "Useful Functions" |
48 | | - category: "Useful functions" |
49 | | - |
50 | | - - path: "/lua/mta-classes" |
51 | | - title: "MTA Classes" |
52 | | - category: "MTA Classes" |
53 | | - |
54 | | - - path: "/lua/mta-elements" |
55 | | - title: "MTA Elements" |
56 | | - category: "MTA Elements" |
57 | | - |
58 | | - - path: "/lua/element-tree" |
59 | | - title: "Element Tree" |
60 | | - category: "Element Tree" |
| 22 | + category: "Lua reference" |
0 commit comments