diff --git a/book/SUMMARY.md b/book/SUMMARY.md index 73800f16..780c753a 100644 --- a/book/SUMMARY.md +++ b/book/SUMMARY.md @@ -2,34 +2,39 @@ [Introduction](README.md) -- [Installation](installation.md) +- [Installation](installation.md) # User Guide -- [Configuration](configuration/index.md) - - [Minimum](configuration/minimum.md) - - [Version](configuration/version.md) - - [Addon](configuration/addon.md) -- [Commands](commands/index.md) - - [new](commands/new.md) - - [dev](commands/dev.md) - - [launch](commands/launch.md) - - [build](commands/build.md) - - [release](commands/release.md) - - [script](commands/script.md) -- [Rhai](rhai/index.md) - - [Libraries](rhai/library/index.md) - - [Logging](rhai/library/logging.md) - - [HEMTT](rhai/library/hemtt.md) - - [Project](rhai/library/project.md) - - [File System](rhai/library/filesystem.md) - - [Time](rhai/library/time.md) - - [Hooks](rhai/hooks/index.md) - - [Examples](rhai/hooks/examples.md) - - [Scripts](rhai/scripts/index.md) - - [Examples](rhai/scripts/examples.md) -- [Linting](linting.md) -- [ArmaScriptCompiler](armascriptcompiler.md) +- [Configuration](configuration/index.md) + - [Minimum](configuration/minimum.md) + - [Version](configuration/version.md) + - [Addon](configuration/addon.md) +- [Commands](commands/index.md) + - [new](commands/new.md) + - [dev](commands/dev.md) + - [launch](commands/launch.md) + - [build](commands/build.md) + - [release](commands/release.md) + - [script](commands/script.md) +- [Rhai](rhai/index.md) + - [Libraries](rhai/library/index.md) + - [Logging](rhai/library/logging.md) + - [HEMTT](rhai/library/hemtt.md) + - [Project](rhai/library/project.md) + - [File System](rhai/library/filesystem.md) + - [Time](rhai/library/time.md) + - [Hooks](rhai/hooks/index.md) + - [Examples](rhai/hooks/examples.md) + - [Scripts](rhai/scripts/index.md) + - [Examples](rhai/scripts/examples.md) +- [Linting](linting.md) +- [ArmaScriptCompiler](armascriptcompiler.md) + +# Reference + +- [Analysis](analysis/index.md) + - [Config](analysis/config.md)