diff --git a/doc/configuration.rst b/doc/configuration.rst index a03d268..53496c2 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -240,3 +240,12 @@ See the `SSH hostkeys/Fingerprints page on pagure.io ', 'pubkey': ''}} Where `` and `` must be replaced by your values. + + +ITEM_PER_PAGE +~~~~~~~~~~~~~ +This configuration key allows you to configure the length of a page by +setting the number of items on the page. Items can be commits, users, groups +or projects for example. + +Defaults to: ``50``.