add doc algoritm eksporta

This commit is contained in:
brothermechanic 2022-12-08 19:33:25 +03:00
parent c015331832
commit 4799dfc90e
No known key found for this signature in database
GPG key ID: BFB3FB14288FAC5E
2 changed files with 47 additions and 1 deletions

View file

@ -74,5 +74,12 @@ module.exports = {
'workflow-rules'
],
},
{
type: 'category',
label: 'Руководства',
items: [
'manuals/algoritm_eksporta'
],
},
],
};
};