1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

help intro

This commit is contained in:
Andrew Simachev 2021-09-13 18:37:47 +03:00
parent 360879cd4f
commit 3d1b1d6953
21 changed files with 126 additions and 23 deletions

View file

@ -503,6 +503,10 @@ function menuInit () {
label: 'What\'s new',
click: () => { send('popup', 'help', { data: { document: 'whatsNew' } }); }
},
{
label: 'Introduction',
click: () => { send('popup', 'help', { data: { document: 'intro' } }); }
},
]
},
];