Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando-A-Rocha committed Jan 19, 2025
1 parent aa184f3 commit a7633c4
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 31 deletions.
2 changes: 0 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@
"schemas/categories.yaml": "/wiki/categories.yaml",
"schemas/function.yaml": "/functions/**/*",
"schemas/article.yaml": "/article/**/*",
"file:///c%3A/Users/froch/Documents/_MTASA/mtasa-wiki/schemas/function.yaml": "file:///c%3A/Users/froch/Documents/_MTASA/mtasa-wiki/schemas/function.yaml",
"file:///c%3A/Users/froch/Documents/_MTASA/mtasa-wiki/schemas/categories.yaml": "file:///c%3A/Users/froch/Documents/_MTASA/mtasa-wiki/schemas/categories.yaml"
}
}
54 changes: 25 additions & 29 deletions wiki/categories.yaml
Original file line number Diff line number Diff line change
@@ -1,33 +1,29 @@
- name: "Guides"
subcategories:
- name: "Official guides"
articles:
path: "official-guides"
- name: "Official guides"
articles:
path: "official-guides"

- name: "Community guides"
articles:
path: "community-guides"
- name: "Community guides"
articles:
path: "community-guides"

- name: "Lua reference"
- name: "Client functions"
subcategories:
- name: "Client functions"
subcategories:
- name: "Client cursor functions"
functions:
path: "Cursor"
type: "client"
- name: "Client element functions"
functions:
path: "Element"
type: "client"
- name: "Client cursor functions"
functions:
path: "Cursor"
type: "client"
- name: "Client element functions"
functions:
path: "Element"
type: "client"

- name: "Shared functions"
subcategories:
- name: "Client cursor functions"
functions:
path: "Cursor"
type: "shared"
- name: "Client element functions"
functions:
path: "Element"
type: "shared"
- name: "Shared functions"
subcategories:
- name: "Client cursor functions"
functions:
path: "Cursor"
type: "shared"
- name: "Client element functions"
functions:
path: "Element"
type: "shared"

0 comments on commit a7633c4

Please sign in to comment.