Skip to content

Commit

Permalink
Updated documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
kj-actoron committed Mar 22, 2022
1 parent 04bca9f commit da31b67
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions docs/index.md
Expand Up @@ -10,37 +10,37 @@ To see some example programs in action, you can try out some of the online [Java

For API Documentation of Jadex Active Components please visit the [Javadocs page](https://www.activecomponents.org/forward.html?type=javadoc&path=).

**Note on outdated documentation**: Some of the documentation pages are yet to be updated to the latest Jadex version. The documentation is still valid and the explanations still apply. Yet, due to some API changes, not all code examples in these documents may be used as such. When in doubt, check the example sources in the *applications* modules available on GitHub, e.g. for [Micro](../applications/micro/src/main/java/jadex/micro) and [BDI](../applications/bdiv3/src/main/java/jadex/bdiv3) agents. Documents that are not considered up-to-date in this sense are marked in ~~strike through~~ style on this page.
**Note on documentation requiring updates**: Some of the documentation pages, marked with a \*, are yet to be updated to the latest version of Jadex. The documentation is still mostly valid and the explanations still apply, though some details such as annotation names, methods or oeth API details may have changed. When in doubt, check the example sources in the *applications* modules available on GitHub, e.g. for [Micro](../applications/micro/src/main/java/jadex/micro) and [BDI](../applications/bdiv3/src/main/java/jadex/bdiv3) agents.

# User Guide

* [Getting Started](getting-started/getting-started.md)
* ~~[Platform](platform/platform.md)~~
* ~~[Components](components/components.md)~~
* ~~[Services](services/services.md)~~
* ~~[Futures](futures/futures.md)~~
* ~~[Remote Communication](remote/remote.md)~~
* ~~[Component Types](component-types/component-types.md)~~
* ~~[Android](android/android.md)~~
* ~~[Web API](webapi/webapi.md)~~
* [Platform](platform/platform.md)\*
* [Components](components/components.md)\*
* [Services](services/services.md)\*
* [Futures](futures/futures.md)\*
* [Remote Communication](remote/remote.md)\*
* [Component Types](component-types/component-types.md)\*
* [Android](android/android.md)\*
* [Web API](webapi/webapi.md)\*

<!--* [Simulation](simulation/simulation.md)-->

# Tutorials

* [Quickstart Tutorial](tutorials/quickstart/01%20Introduction.md)
* [BDI Quickstart Tutorial](tutorials/quickstart-bdi/01%20Introduction.md)
* ~~[Active Components Tutorial](tutorials/ac/01%20Introduction.md)~~
* ~~[BDIV3 Tutorial](tutorials/bdiv3/01%20Introduction.md)~~
* ~~[BPMN Tutorial](tutorials/bpmn/01%20Introduction.md)~~
* [Active Components Tutorial](tutorials/ac/01%20Introduction.md)\*
* [BDIV3 Tutorial](tutorials/bdiv3/01%20Introduction.md)\*
* [BPMN Tutorial](tutorials/bpmn/01%20Introduction.md)\*

# Advanced Guides

* ~~[Jadex Active Components User Guide](guides/ac/01%20Introduction.md)~~
* ~~[BDI User Guide](guides/bdiv3/01%20Introduction.md)~~
* ~~[Environment User Guide](guides/env/01%20Introduction.md)~~
* ~~[Jadex Tools](tools/01%20Introduction.md)~~
* [Jadex Active Components User Guide](guides/ac/01%20Introduction.md)\*
* [BDI User Guide](guides/bdiv3/01%20Introduction.md)\*
* [Environment User Guide](guides/env/01%20Introduction.md)\*
* [Jadex Tools](tools/01%20Introduction.md)\*

# FAQ

* ~~[FAQ](faq/faq.md)~~
* [FAQ](faq/faq.md)\*

0 comments on commit da31b67

Please sign in to comment.