Skip to content

Commit

Permalink
Merge pull request #4 from rascaraficci/master
Browse files Browse the repository at this point in the history
Adds pt_BR translation for some sections of the FAQ.
  • Loading branch information
rascaraficci committed Oct 18, 2017
2 parents b9f54ec + c761d26 commit 3b94bed
Show file tree
Hide file tree
Showing 2 changed files with 297 additions and 155 deletions.
20 changes: 11 additions & 9 deletions source/faq/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ Here are some answers to frequently-asked questions from dojot platform.
Got a question that isn't answered here? Please, open an issue on
`dojot's Github repository <http://github.com/dojot/dojot>`_.

.. contents:: Table of Contents
**Table of Contents**

.. contents::
:local:

General
Expand Down Expand Up @@ -40,7 +42,7 @@ development in different segments.
Where can I get it?
^^^^^^^^^^^^^^^^^^^

All components are available in `dojot's GitHub repositories: <https://github.com/dojot>`_.
All components are available in dojot's GitHub repositories: `<https://github.com/dojot>`_.

Which repository is the main one?
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down Expand Up @@ -85,7 +87,7 @@ And that's it.
The web interface is available at ``http://localhost:8000``. The user is ``admin``,
password ``admin``.

REST APIs are explained in the `Application`_ section.
REST APIs are explained in the `Applications`_ section.

Ok, I started it and I logged in. Now what?
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand All @@ -98,14 +100,14 @@ How can I update my deploy to dojot's latest version?

You need to follow some steps:

#. Update the docker-compose repository to the latest version.
1. Update the docker-compose repository to the latest version.

.. code-block:: bash
$ cd <path-to-your-clone-of-docker-compose>
$ git checkout master && git pull
Deploy the latest docker images.
2. Deploy the latest docker images.

.. code-block:: bash
Expand Down Expand Up @@ -339,9 +341,9 @@ It would be cool a WhatsApp node, is it in roadmap?
It’s under analysis. We intend to support other notifications systems besides email, including
WhatsApp, Twitter and Telegram. If you also have interest, please help us to develop them.

Application
-----------
.. _application:
Applications
------------
.. _applications:

What APIs are available for applications?
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 3b94bed

Please sign in to comment.