Skip to content

Commit

Permalink
update overview
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Nov 18, 2017
1 parent 3eb6762 commit 06d829f
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions doc/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,9 @@ on building the actual business logic of your API.
backend including all information from the request.
* **Connection**

Fusio provides an [adapter](http://www.fusio-project.org/adapter) system to
connect to external services. By default we provide the HTTP and SQL
connection type but there are many other types available i.e. MongoDB, Amqp,
Cassandra.
Fusio provides an `adapter`_ system to connect to external services. By
default we provide the HTTP and SQL connection type but there are many other
types available i.e. MongoDB, Amqp, Cassandra.
* **Migration**

Fusio has a migration system which allows you to change the database schema
Expand Down Expand Up @@ -188,7 +187,16 @@ The documentation app simply provides an overview of all available endpoints.
It is possible to export the API definition into other schema formats like i.e.
Swagger. The app is located at ``/documentation/``.

Swagger-UI
^^^^^^^^^^

.. image:: _static/swagger-ui.png

The `swagger-ui`_ app renders a documentation based on the OpenAPI
specification. The app is located at `/swagger-ui/`.


.. _adapter: http://www.fusio-project.org/adapter
.. _v8 action: https://www.fusio-project.org/documentation/v8
.. _deploy file: http://fusio.readthedocs.io/en/latest/deploy.html
.. _swagger-ui: https://github.com/swagger-api/swagger-ui

0 comments on commit 06d829f

Please sign in to comment.