fix documentation error

This commit is contained in:
Evgenii Alekseev 2023-05-25 16:31:40 +03:00
parent 1cf027cb55
commit d96e3c97db

View File

@ -769,7 +769,7 @@ The application provides special plugin which generates keyring package. This pl
[keyring] [keyring]
target = keyring_generator target = keyring_generator
By default it will use ``sign.key`` as trusted key and all other keys as packagers ones. For all available options refer to :doc:`configuration <configuration>. By default it will use ``sign.key`` as trusted key and all other keys as packagers ones. For all available options refer to :doc:`configuration <configuration>`.
#. #.
Create package source files: Create package source files:
@ -807,7 +807,7 @@ The application provides special plugin which generates mirrorlist package also.
[mirrorlist_generator] [mirrorlist_generator]
servers = https://repo.example.com/$arch servers = https://repo.example.com/$arch
The ``mirrorlist_generator.servers`` must contain list of available mirrors, the ``$arch`` and ``$repo`` variables are supported. For more options kindly refer to :doc:`configuration <configuration>. The ``mirrorlist_generator.servers`` must contain list of available mirrors, the ``$arch`` and ``$repo`` variables are supported. For more options kindly refer to :doc:`configuration <configuration>`.
#. #.
Create package source files: Create package source files: