Merge pull request !2808 from rhodecode-enterprise-ce feature/RCCE-295-improve-docs

feature: improve docs
This commit is contained in:
Andrii Verbytskyi 2025-08-14 16:10:16 +00:00
commit fb0b40532c
3 changed files with 8 additions and 1 deletions

View file

@ -31,11 +31,12 @@ To configure extra fields per repository, use the following steps:
.. image:: ../../images/extra-repo-fields.png
The most important is the `New field key` variable which under the value will
3. The most important is the `New field key` variable which under the value will
be stored. It needs to be unique for each repository. The label and description
will be generated in repository settings where users can actually save some
values inside generated extra fields.
.. image:: ../../images/extra-repo-fields-set-value.png
Example Usage in extensions
---------------------------

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB

View file

@ -61,6 +61,12 @@
</div>
</div>
<div class="field">
<p class="alert-warning" style="display:inline-block;padding:8px 12px;">
<strong>${_("Note")}:</strong> ${_("You can set values for your custom fields in")} <strong>${_("Repository Settings")}</strong> ${_("(bottom of the page)")}
</p>
</div>
<div class="buttons">
${h.submit('save',_('Add'),class_="btn")}
${h.reset('reset',_('Reset'),class_="btn")}