feat: add cryptography app with createHmac action

This commit is contained in:
Ali BARIN
2024-07-15 13:18:49 +00:00
parent f63cc80383
commit 0f9d732667
8 changed files with 97 additions and 0 deletions

View File

@@ -59,6 +59,15 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/carbone/connection' },
],
},
{
text: 'Cryptography',
collapsible: true,
collapsed: true,
items: [
{ text: 'Actions', link: '/apps/cryptography/actions' },
{ text: 'Connection', link: '/apps/cryptography/connection' },
],
},
{
text: 'Datastore',
collapsible: true,