docs(plugins/core): add note about config_order

This commit is contained in:
Simon Lecoq
2022-02-13 20:56:42 -05:00
committed by GitHub
parent 803ffb0656
commit e9b38d8a9a

View File

@@ -53,6 +53,9 @@ Content can be manually ordered using `config_order` option.
> 💡 Omitted sections will be appended at the end using default order > 💡 Omitted sections will be appended at the end using default order
> The handles to use for each plugin and sections is based on the [`partials/_.json`](/source/templates/classic/partials/_.json) of the template.
> It may not necessarly be the plugin id (e.g. `base.header`, `base.activity+community`, `base.repositories`, etc.).
## 🪛 Using presets ## 🪛 Using presets
It is possible to reuse the same configuration across different repositories and workflows using configuration presets. It is possible to reuse the same configuration across different repositories and workflows using configuration presets.
@@ -970,4 +973,4 @@ This option has no effects on forks (images will always be rebuilt from Dockerfi
<b>default:</b> no<br></td> <b>default:</b> no<br></td>
</tr> </tr>
</table> </table>
<!--/options--> <!--/options-->