diff --git a/docs/index.md b/docs/index.md index bc108eb..8905c27 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,10 +17,13 @@ resembles starting with a blank `python-sc2` bot! You can write standard `python ## Bots made with `ares-sc2` Feel free to add your own bot here -[//]: # ( - [Phobos (T)](https://github.com/AresSC2/phobos)) + - [AresRandomExample (R)](https://github.com/AresSC2/ares-random-example) - [Aristaeus (P)](https://github.com/august-k/Aristaeus) - - [QueenBot (Z)](https://github.com/AresSC2/QueenBot) + - [Nani-Z (Z) micro ladder bot](https://github.com/DrekkSama/Nani-Z) - [oops (R) micro ladder bot](https://github.com/raspersc2/oops) + - [Phobos (T)](https://github.com/AresSC2/phobos) + - [QueenBot (Z)](https://github.com/AresSC2/QueenBot) + ## Features diff --git a/mkdocs.yml b/mkdocs.yml index 6b67c6f..ebfaa25 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -33,6 +33,7 @@ nav: - Start here: index.md - Tutorials: - tutorials/index.md + - Assigning Unit Roles: tutorials/assigning_unit_roles.md - Build Runner: tutorials/build_runner.md - Combat Maneuver Example: tutorials/combat_maneuver_example.md - Creating Custom Behaviors: tutorials/custom_behaviors.md @@ -40,11 +41,13 @@ nav: - Installation: tutorials/installation.md - Managing Production: tutorials/managing_production.md - Tips and Tricks: tutorials/tips_and_tricks.md + - Unit Squads and Group Behaviors: tutorials/unit_squads_group_behaviors.md - API Reference: - api_reference/index.md - Behaviors: - api_reference/behaviors/index.md - - Combat Behaviors: api_reference/behaviors/combat_behaviors.md + - Individual Combat Behaviors: api_reference/behaviors/combat_behaviors.md + - Group Combat Behaviors: api_reference/behaviors/group_combat_behaviors.md - Macro Behaviors: api_reference/behaviors/macro_behaviors.md - Cython Extensions: - api_reference/cython_extensions/index.md