-
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
ef4731a
commit 3e99773
Showing
2 changed files
with
21 additions
and
26 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
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,22 +1,21 @@ | ||
wiki: | ||
# Homepage | ||
- path: "/" | ||
title: "Multi Theft Auto: Wiki" | ||
article: "introduction" | ||
# Homepage | ||
- path: "/" | ||
title: "Multi Theft Auto: Wiki" | ||
article: "introduction" | ||
|
||
# Guides Index | ||
- path: "/guides" | ||
title: "Guides" | ||
children: | ||
- path: "/guides/official" | ||
title: "Official Guides" | ||
category: "Official guides" | ||
# Guides Index | ||
- path: "/guides" | ||
title: "Guides" | ||
children: | ||
- path: "/guides/official" | ||
title: "Official Guides" | ||
category: "Official guides" | ||
|
||
- path: "/guides/community" | ||
title: "Community Guides" | ||
category: "Community guides" | ||
- path: "/guides/community" | ||
title: "Community Guides" | ||
category: "Community guides" | ||
|
||
# Reference Index | ||
- title: "Lua API Reference" | ||
path: "/lua" | ||
category: "Lua reference" | ||
# Reference Index | ||
- title: "Lua API Reference" | ||
path: "/lua" | ||
category: "Lua reference" |