Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docker-images
Submodule docker-images added at e45830
59 changes: 0 additions & 59 deletions docs/index.md

This file was deleted.

12 changes: 12 additions & 0 deletions docs/introduction/who_is_the_aea_framework_for.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Who is the AEA Framework for?

The AEA Framework is directed towards:

* Smart contract developers
* Agents-oriented developer
* Researchers (Artificial Intelligence, Machine Learning, Multi-Agent Systems)
* Data scientists and Economists
* Engineers
* Machine learning experts
* Students and academics
* Crypto connoisseurs and enthusiasts
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ copyright: Copyright © 2018 - 2023 Fetch.ai # Copyright notice in footer
strict: true

nav:
- Introduction: 'index.md'
- Introduction:
- Who is the AEA Framework for?: 'introduction/who_is_the_aea_framework_for.md'
- Version: 'version.md'
- Upgrading: 'upgrading.md'
- Concepts:
Expand Down