912056dd8b
1. * We need to either remove "Roadmap" from the index page completely and add it to some special article devoted to development or at least to move it to the end of the list (http://docs.openstack.org/developer/mistral/) - Done 2. * Article "Mistral Client / CLI guide" is messed up. Two problems: 1) "Mistral Client" in this name is about installation which doesn't explicitly tell this (should be "Mistral Client Installation Guide") 2) "CLI guide" is not about installation and should exist as a separate article. (http://docs.openstack.org/developer/mistral/) - Done Change-Id: I9f2e7e24ce71e1c022b2918f455d805bab4740fe Partial-Implements: blueprint mistral-doc
71 lines
975 B
ReStructuredText
71 lines
975 B
ReStructuredText
Welcome to Mistral's documentation!
|
|
===================================
|
|
|
|
Mistral is the OpenStack workflow service. This project aims to provide
|
|
a mechanism to define tasks and workflows without writing code, manage
|
|
and execute them in the cloud environment.
|
|
|
|
Overview
|
|
--------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
overview
|
|
quickstart
|
|
architecture
|
|
terminology/index
|
|
main_features
|
|
cookbooks
|
|
|
|
User guide
|
|
----------
|
|
|
|
**Installation**
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
guides/installation_guide
|
|
guides/configuration_guide
|
|
guides/dashboard_guide
|
|
guides/upgrade_guide
|
|
guides/mistralclient_guide
|
|
|
|
**API**
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
developer/webapi/index
|
|
|
|
**DSL**
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
dsl/index
|
|
|
|
**CLI**
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
guides/cli_guide
|
|
|
|
Developer guide
|
|
---------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
developer/index
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|