docs: drop references to 'main config file'

were just confusing in the remaining places where they were used

fixes #127
This commit is contained in:
Christian Schwarz 2019-03-18 14:48:12 +01:00
parent 53dc0c3c5e
commit fb999c8617
5 changed files with 5 additions and 6 deletions

View File

@ -14,7 +14,7 @@ Job Types & Replication
Overview & Terminology Overview & Terminology
---------------------- ----------------------
A *job* is the unit of activity tracked by the zrepl daemon and configured in the |mainconfig|. A *job* is the unit of activity tracked by the zrepl daemon.
Every job has a unique ``name``, a ``type`` and type-dependent fields which are documented on this page. Every job has a unique ``name``, a ``type`` and type-dependent fields which are documented on this page.
Replication always happens between a pair of jobs: one is the **active side**, and one the **passive side**. Replication always happens between a pair of jobs: one is the **active side**, and one the **passive side**.

View File

@ -7,7 +7,7 @@ Logging
zrepl uses structured logging to provide users with easily processable log messages. zrepl uses structured logging to provide users with easily processable log messages.
Logging outlets are configured in the ``global`` section of the |mainconfig|. Logging outlets are configured in the ``global`` section of the config file.
:: ::

View File

@ -5,7 +5,7 @@
Monitoring Monitoring
========== ==========
Monitoring endpoints are configured in the ``global.monitoring`` section of the |mainconfig|. Monitoring endpoints are configured in the ``global.monitoring`` section of the config file.
.. _monitoring-prometheus: .. _monitoring-prometheus:

View File

@ -1,3 +1,4 @@
.. global list of substitutions .. global list of substitutions
.. |mainconfig| replace:: :ref:`main configuration file <mainconfigfile>` ..
.. |macroname| replace:: macro expansion

View File

@ -80,8 +80,6 @@ Either way, all build results are located in the ``artifacts/`` directory.
It is your job to install the apropriate binary in the zrepl users's ``$PATH``, e.g. ``/usr/local/bin/zrepl``. It is your job to install the apropriate binary in the zrepl users's ``$PATH``, e.g. ``/usr/local/bin/zrepl``.
Otherwise, the examples in the :ref:`tutorial` may need to be adjusted. Otherwise, the examples in the :ref:`tutorial` may need to be adjusted.
.. _mainconfigfile:
What next? What next?
---------- ----------