From b5ebb670740e028434707b48f474444366408cea Mon Sep 17 00:00:00 2001 From: JMM889901 <41163714+JMM889901@users.noreply.github.com> Date: Mon, 31 Jan 2022 20:43:44 +0000 Subject: added simple intro to things that needed to be subdocs and improved categorisation to make gitbook easier to navigate (#28) * bruh * Update what-is-squirrel.md * Create Handling-threads-and-waits.md * Update Handling-threads-and-waits.md * Update What-are-callbacks.md * i got locked out while making this * Update what-is-squirrel.md * confusion is bad * funne colors * bruh * Language moment * Update the-mod-file.md * Json moment * Update The-JSON.md * Update The-JSON.md * Update The-JSON.md * Update The-language-file.md * Update The-language-file.md * Update the-mod-file.md * Update The-language-file.md * Create The-mod-init.md * got distracted, will finish later * pain * Update The-mod-init.md * fixed typo * Rename What-are-callbacks.md to what-are-callbacks.md * Rename Loops-Functions-and-if.md to loops-functions-and-if.md * Rename docs/modding/squirrel/Setting mods/the-mod-file.md to docs/modding/squirrel/setting-mods/the-mod-file.md * Rename docs/modding/squirrel/Setting mods/The-language-file.md to docs/modding/squirrel/setting mods/the-language-file.md * Rename docs/modding/squirrel/Gamemode mods/The-mod-init.md to docs/modding/squirrel/gamemode mods/the-mod-init.md * Rename Handling-threads-and-waits.md to handling-threads-and-waits.md * Rename docs/modding/squirrel/Setting mods/The-JSON.md to docs/modding/squirrel/setting mods/the-json.md * Rename Respawns-Functions.md to respawns-functions.md * Rename docs/modding/squirrel/gamemode mods/the-mod-init.md to docs/modding/squirrel/gamemode-mods/the-mod-init.md * Rename docs/modding/squirrel/setting mods/the-json.md to docs/modding/squirrel/setting-mods/the-json.md * Rename docs/modding/squirrel/setting mods/the-language-file.md to docs/modding/squirrel/setting-mods/the-language-file.md * tables do kinda be cool tho * var is better now * bruh * Create creatingmutators.md * Update and rename creatingmutators.md to creatinggamemodes.md * Create settingmodsintro.md * Update SUMMARY.md --- docs/SUMMARY.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'docs/SUMMARY.md') diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index c5a40d2..0836385 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -37,15 +37,17 @@ * [Tutorials](modding/tutorials/modding-tutorials.md) * [Cheatsheet](modding/cheatsheet.md) * [Squirrel](modding/squirrel/what-is-squirrel.md) - * [The Mod Init](modding/squirrel/gamemode-mods/the-mod-init.md) * [Handling threads](modding/squirrel/handling-threads-and-waits.md) * [Basic control blocks](modding/squirrel/loops-functions-and-if.md) * [Respawn's functions](modding/squirrel/respawns-functions.md) - * [The JSON](modding/squirrel/setting-mods/the-json.md) - * [The Language File](modding/squirrel/setting-mods/the-language-file.md) - * [The mod file](modding/squirrel/setting-mods/the-mod-file.md) * [Tables and arrays](modding/squirrel/tables-and-arrays.md) * [Callbacks](modding/squirrel/what-are-callbacks.md) + * [Gamemode modding](modding/squirrel/gamemode-mods/creatinggamemodes.md) + * [The Mod Init](modding/squirrel/gamemode-mods/the-mod-init.md) + * [Custom settings](modding/squirrel/setting-mods/settingmodsintro.md) + * [The JSON](modding/squirrel/setting-mods/the-json.md) + * [The Language File](modding/squirrel/setting-mods/the-language-file.md) + * [The mod file](modding/squirrel/setting-mods/the-mod-file.md) * [Setup Syntax Highlighting](modding/squirrel/setup-syntax-highlighting.md) * [Localisation](modding/localisation\_files.md) * [Finishing touches](modding/finishing-touches.md) -- cgit v1.2.3