aboutsummaryrefslogtreecommitdiff
path: root/docs/SUMMARY.md
diff options
context:
space:
mode:
authoramione <57235791+xamionex@users.noreply.github.com>2022-02-03 20:39:00 +0100
committerGitHub <noreply@github.com>2022-02-03 20:39:00 +0100
commitcddf675463573c38b5e93926825ab438fc796eaf (patch)
treea388cc37197da0df2850be81ad334a0ec752bc9c /docs/SUMMARY.md
parent18d59b17e39445b78fd48583b399d1d3a783f852 (diff)
downloadNorthstarWiki-cddf675463573c38b5e93926825ab438fc796eaf.tar.gz
NorthstarWiki-cddf675463573c38b5e93926825ab438fc796eaf.zip
Update FAQ and Troubleshooting (#38)
* add more issues so people don't ask over and over * fix improper indentation * MD026/no-trailing-punctuation * remove issues from faq and link to troubleshooting * MD001/heading-increment * fulfill* * MD032/blanks-around-lists * MD001/heading-increment * MD033/no-inline-html * revert MD Rule (not sure what this <a> is used for * me when i didnt mean to do that * use da link and also when the... what * bin folder * Formatting Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> * Formatting Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> * fix intel link Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>
Diffstat (limited to 'docs/SUMMARY.md')
-rw-r--r--docs/SUMMARY.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md
index 0836385..ea29aff 100644
--- a/docs/SUMMARY.md
+++ b/docs/SUMMARY.md
@@ -43,11 +43,11 @@
* [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)
+ * [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)
+ * [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)