Skip to content

Commit

Permalink
fix(docs): add missing stop
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Jan 29, 2025
1 parent fa553fc commit d4590d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/admin/install/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ Generic settings
.. envvar:: WEBLATE_DEFAULT_PULL_MESSAGE

Configures the default title and message for pull requests via API by changing
:setting:`DEFAULT_PULL_MESSAGE`
:setting:`DEFAULT_PULL_MESSAGE`.

.. seealso::

Expand Down Expand Up @@ -894,11 +894,11 @@ Generic settings

.. envvar:: WEBLATE_LICENSE_REQUIRED

Configures :setting:`LICENSE_REQUIRED`
Configures :setting:`LICENSE_REQUIRED`.

.. envvar:: WEBLATE_WEBSITE_REQUIRED

Configures :setting:`WEBSITE_REQUIRED`
Configures :setting:`WEBSITE_REQUIRED`.

.. envvar:: WEBLATE_HIDE_VERSION

Expand Down Expand Up @@ -1476,7 +1476,7 @@ both Weblate and PostgreSQL containers.
.. envvar:: POSTGRES_SSL_MODE

Configure how PostgreSQL handles SSL in connection to the server, for possible choices see
`SSL Mode Descriptions <https://www.postgresql.org/docs/11/libpq-ssl.html#LIBPQ-SSL-SSLMODE-STATEMENTS>`_
`SSL Mode Descriptions <https://www.postgresql.org/docs/11/libpq-ssl.html#LIBPQ-SSL-SSLMODE-STATEMENTS>`_.

.. envvar:: POSTGRES_ALTER_ROLE

Expand Down
2 changes: 1 addition & 1 deletion docs/contributing/frontend.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Before proceeding with an installation, make sure you have the following prerequ
- ``Nodejs`` version 14 or higher.
- The ``yarn`` package manager is installed on your system.
- Run ``cd client``.
- Run ``yarn install``
- Run ``yarn install``.

Installation
++++++++++++
Expand Down

0 comments on commit d4590d5

Please sign in to comment.