Added page about organizations

This commit is contained in:
2021-02-13 20:59:47 +01:00
parent 7eb646e24b
commit 8d79d7a904
2 changed files with 36 additions and 1 deletions

View File

@@ -32,11 +32,12 @@ module.exports = {
sidebar: {
'/users/': [
{
title: 'USer',
title: 'User',
collapsable: false,
children: [
'',
'accounts',
'organizations'
]
}
],