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:
parent
360879cd4f
commit
3d1b1d6953
21 changed files with 126 additions and 23 deletions
|
@ -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' } }); }
|
||||
},
|
||||
]
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue