Skip to content

Commit

Permalink
docs: update bots made with ares
Browse files Browse the repository at this point in the history
  • Loading branch information
raspersc2 committed Jan 12, 2024
1 parent ec848d4 commit d1736bd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 5 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 4 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,21 @@ 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
- Config File: tutorials/config_file.md
- 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
Expand Down

0 comments on commit d1736bd

Please sign in to comment.