forked from ManticoreGamesInc/platform-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
354 lines (343 loc) · 13.9 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
# Project information
site_name: Core Documentation
site_description: API Documentation & Tutorials for the Core Platform.
site_author: Manticore Games, Inc.
site_url: https://development.docs.coregames.com
# Repository
# repo_name: ManticoreGamesInc/platform-documentation
repo_url: https://github.com/ManticoreGamesInc/platform-documentation/
edit_uri: edit/development/src
# Copyright
copyright: "© 2021 Manticore Games, Inc. Core™ is a trademark of Manticore Games"
# Directory for the documentation pages
docs_dir: src
# If you add or remove a page, you must also add or remove in mkdocs-prod.yml
nav:
- Documentation:
- Home: index.md
- Getting Started:
- Install Core: getting_started/installing_core.md
- Intro to the Editor: getting_started/editor_intro.md
- Make Your First Game:
- Start Here: getting_started/start.md
- Create a Shooter Game: getting_started/my_first_multiplayer_game.md
- Create an RPG Game: tutorials/first_game_rpg.md
- Create a Survival Game: tutorials/survival_tutorial.md
- Publish a Game: getting_started/publishing.md
- Getting Help in Core: getting_started/core_help.md
- Core for Game Jams: tutorials/global_game_jam.md
- Coming from other Platforms:
- Fortnite Creative: other_platforms/fortnite_creative.md
- Roblox: other_platforms/roblox.md
- Unity: other_platforms/unity.md
- World of Warcraft: other_platforms/world_of_warcraft.md
- Best Practices:
- Backing Up Your Projects: getting_started/backups.md
- Collaboration: tutorials/collaboration_overview.md
- Creator Analytics: tutorials/creator_analytics.md
- GitHub and Core: tutorials/github.md
- Improving Your Game: tutorials/improving_your_game.md
- Lua Style Guide: tutorials/lua_style_guide.md
- Perks Program:
- About the Perks Program: perks/perks_program.md
- Perks Rules: perks/perks_rules.md
- Joining the Perks Program: perks/joining_perks.md
- Implementing Perks: perks/implementing_perks.md
- Tutorials:
- Abilities: tutorials/abilities.md
- AI Activities: tutorials/ai_activity_tutorial.md
- Chat Hooks: tutorials/chat_tutorial.md
- Environment Art: tutorials/environment_art.md
- Modeling Basics: tutorials/modeling_basics.md
- Persistent Storage: tutorials/persistent_storage_tutorial.md
- Scene Creation: tutorials/scene_creation.md
- Scripting:
- Scripting (Beginner): tutorials/lua_basics_helloworld.md
- Scripting (Intermediate): tutorials/lua_basics_lightbulb.md
- Scripting (Advanced): tutorials/lua_basics_manticoin.md
- Survival Contest Kit: tutorials/survival_kit.md
- Visual Effects in Core: tutorials/vfx_tutorial.md
- Weapons: tutorials/weapons_tutorial.md
- Weapons & Abilities (Advanced): tutorials/abilities_advanced.md
- Core Editor Manual:
- AI: tutorials/ai_reference.md
- Animated Meshes: tutorials/animated_mesh.md
- Art in Core: tutorials/art_reference.md
- Audio: tutorials/audio_reference.md
- Community Content: getting_started/community_content.md
- Contexts: api/contexts.md
- Custom Materials: tutorials/custom_materials.md
- Editor Shortcuts: editor_keybindings.md
- Frameworks:
- Dungeon Framework Reference: tutorials/dungeon_framework_reference.md
- Game Components: api/components.md
- Interconnected Games: tutorials/interconnected_games.md
- Leaderboards: tutorials/leaderboards.md
- Merged Models: tutorials/merged_models.md
- Modeling Reference: tutorials/modeling_reference.md
- Networking: tutorials/networking.md
- Object Generator: tutorials/object_generator.md
- Offline Storage: tutorials/offline_storage.md
- Performance Panel: getting_started/performance_panel.md
- Persistent Storage: tutorials/persistent_storage.md
- Play-Mode Profiler: getting_started/profiler.md
- Portals: tutorials/portal_reference.md
- Project Files: getting_started/project_files.md
- Publishing Checklist: getting_started/publishing_checklist.md
- Queued Games: tutorials/queues.md
- Scripting Introduction: tutorials/scripting_intro.md
- Shared Data Storage: tutorials/shared_storage.md
- Templates: tutorials/template_reference.md
- Triggers: tutorials/triggers.md
- UI: tutorials/ui_reference.md
- Weapons: tutorials/weapons.md
- Core API:
- API Index: api/index.md
- Animations & Sockets: api/animations.md
- Editor Extensions: extensions.md
- Emotes: api/emotes.md
- Enums: api/enums.md
- Key Bindings: api/key_bindings.md
- Lua Style Guide: tutorials/lua_style_guide.md
- Types:
- Ability: api/ability.md
- AbilityPhaseSettings: api/abilityphasesettings.md
- AbilityTarget: api/abilitytarget.md
- AIActivity: api/aiactivity.md
- AIActivityHandler: api/aiactivityhandler.md
- AnimatedMesh: api/animatedmesh.md
- AreaLight: api/arealight.md
- Audio: api/audio.md
- Camera: api/camera.md
- Color: api/color.md
- CoreFriendCollection: api/corefriendcollection.md
- CoreFriendCollectionEntry: api/corefriendcollectionentry.md
- CoreGameCollectionEntry: api/coregamecollectionentry.md
- CoreGameInfo: api/coregameinfo.md
- CoreMesh: api/coremesh.md
- CoreObject: api/coreobject.md
- CoreObjectReference: api/coreobjectreference.md
- CorePlayerProfile: api/coreplayerprofile.md
- Damage: api/damage.md
- Decal: api/decal.md
- Equipment: api/equipment.md
- Event: api/event.md
- EventListener: api/eventlistener.md
- Folder: api/folder.md
- FourWheeledVehicle: api/fourwheeledvehicle.md
- HitResult: api/hitresult.md
- Hook: api/hook.md
- HookListener: api/hooklistener.md
- ImpactData: api/impactdata.md
- LeaderboardEntry: api/leaderboardentry.md
- Light: api/light.md
- MergedModel: api/mergedmodel.md
- NetReference: api/netreference.md
- NetworkContext: api/networkcontext.md
- Object: api/object.md
- Other: api/other.md
- PhysicsObject: api/physicsobject.md
- Player: api/player.md
- PlayerSettings: api/playersettings.md
- PlayerStart: api/playerstart.md
- PlayerTransferData: api/playertransferdata.md
- PointLight: api/pointlight.md
- Projectile: api/projectile.md
- Quaternion: api/quaternion.md
- RandomStream: api/randomstream.md
- Rotation: api/rotation.md
- Script: api/script.md
- ScriptAsset: api/scriptasset.md
- SmartAudio: api/smartaudio.md
- SmartObject: api/smartobject.md
- SpotLight: api/spotlight.md
- StaticMesh: api/staticmesh.md
- Task: api/task.md
- Terrain: api/terrain.md
- TreadedVehicle: api/treadedvehicle.md
- Transform: api/transform.md
- Trigger: api/trigger.md
- UIButton: api/uibutton.md
- UIContainer: api/uicontainer.md
- UIControl: api/uicontrol.md
- UIImage: api/uiimage.md
- UIPanel: api/uipanel.md
- UIPerkPurchaseButton: api/uiperkpurchasebutton.md
- UIProgressBar: api/uiprogressbar.md
- UIScrollPanel: api/uiscrollpanel.md
- UIText: api/uitext.md
- Vector2: api/vector2.md
- Vector3: api/vector3.md
- Vector4: api/vector4.md
- Vehicle: api/vehicle.md
- Vfx: api/vfx.md
- Weapon: api/weapon.md
- WorldText: api/worldtext.md
- Namespaces:
- Chat: api/chat.md
- Core Functions: api/coreluafunctions.md
- CoreDebug: api/coredebug.md
- CoreMath: api/coremath.md
- CorePlatform: api/coreplatform.md
- CoreSocial: api/coresocial.md
- CoreString: api/corestring.md
- Environment: api/environment.md
- Events: api/events.md
- Game: api/game.md
- Leaderboards: api/leaderboards.md
- Storage: api/storage.md
- Teams: api/teams.md
- UI: api/ui.md
- World: api/world.md
- Core Academy:
- Academy: https://learn.coregames.com
- Forums:
- Forums: https://forums.coregames.com
- News:
- News: https://forums.coregames.com/c/community/5
- Content Creator Kit:
- Core Content Creator Kit: creator_kit/index.md
- Feedback:
- Feedback: https://support.coregames.com/hc/en-us/requests/new
# Theme configuration
theme:
name: null
custom_dir: mkdocs-material/material
language: en
font:
text: Roboto
code: JetBrains Mono
features:
- navigation.tabs
- navigation.instant
- navigation.sections
- navigation.tracking
- navigation.top
palette:
primary: core-orange
accent: core-blue
logo: assets/icons/favicon-196x196.png
icon:
repo: fontawesome/brands/github
favicon: assets/favicon.ico
static_templates:
- 404.html
- offline.html
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
extra_css:
- assets/stylesheets/lite-yt-embed.css
- assets/stylesheets/docsearch.css
extra_javascript:
- assets/javascripts/manticore.js
- assets/javascripts/lite-yt-embed.js
extra:
alternate:
- name: English
link: /
lang: en
- name: Français (Beta)
link: /fr/
lang: fr
feedback_url: https://github.com/ManticoreGamesInc/platform-documentation/issues/new
generator: false
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/core-creators
name: Discord
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/CoreGamesOfficial
name: YouTube
- icon: fontawesome/brands/reddit
link: https://www.reddit.com/r/PlayCoreGames
name: Reddit
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/playcoregames
name: Facebook
- icon: fontawesome/brands/twitter
link: https://twitter.com/coregames
name: Twitter
- icon: fontawesome/brands/twitch
link: https://twitch.tv/corelive
name: Twitch
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.attr_list
- markdown.extensions.codehilite:
guess_lang: false
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc:
slugify: !!python/name:pymdownx.slugs.uslugify
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.keys:
camel_case: true
- pymdownx.magiclink:
repo_url_shorthand: true
user: ManticoreGamesInc
repo: platform-documentation
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- full_yaml_metadata
- lightgallery
plugins:
- search
- tags:
tags_file: generated/tags.md
- i18n:
default_language: en
languages:
fr: Français
- git-revision-date-localized
- autolinks
- redirects:
redirect_maps:
start.md: getting_started/start.md
getting_started.md: getting_started/editor_intro.md
news/showcase/just_getting_started.md: getting_started/editor_intro.md
showcase/just_getting_started.md: getting_started/editor_intro.md
tutorials/examples.md: https://docs.coregames.com/api/examples.md
tutorials/gameplay/abilities.md: tutorials/abilities.md
tutorials/gameplay/weapons.md: tutorials/weapons.md
tutorials/gameplay/abilities_advanced.md: tutorials/abilities_advanced.md
tutorials/gameplay/lua_basics_lightbulb.md: tutorials/lua_basics_lightbulb.md
tutorials/gameplay/lua_basics_manticoin.md: tutorials/lua_basics_manticoin.md
tutorials/gameplay/persistent_storage.md: tutorials/persistent_storage.md
tutorials/art/scene_creation.md: tutorials/scene_creation.md
tutorials/art/modeling_basics.md: tutorials/modeling_basics.md
tutorials/gameplay/lua_style_guide.md: tutorials/lua_style_guide.md
getting_started/other_engines.md: other_platforms/unity.md
getting_started/troubleshooting.md: getting_started/core_help.md
getting_started/other_platforms.md: other_platforms/unity.md
tutorials/environmental_art.md: tutorials/environment_art.md
tutorials/collaboration.md: tutorials/github.md
tutorials/rpg_framework_reference.md: tutorials/dungeon_framework_reference.md
tutorials/rpg_framework_documentation.md: tutorials/dungeon_framework_reference.md
tutorials/rpg_framework_overview.md: tutorials/dungeon_framework_reference.md
perks/perks.md: perks/implementing_perks.md
perks/index.md: perks/perks_program.md
api/ability_bindings.md: api/key_bindings.md
core_api.md: api/index.md
api/examples.md: api/index.md
tutorials/lua_reference.md: tutorials/scripting_intro.md
tutorials/overview.md: tutorials/abilities.md
tutorials/videos/pistol_shooter.md: https://www.youtube.com/CoreGamesOfficial