docs: add keyboard shortcuts heading

Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
01zulfi
2025-07-22 16:28:07 +05:00
parent 2447b3bea7
commit ce3c98ae9b
2 changed files with 5 additions and 2 deletions

View File

@@ -3,6 +3,8 @@ title: Keyboard Shortcuts
description: Keyboard shortcuts for Notesnook
---
# Keyboard shortcuts
The following keyboard shortcuts will help you navigate Notesnook faster.
### General

View File

@@ -35,8 +35,9 @@ description: Keyboard shortcuts for Notesnook
---
`;
const content =
"The following keyboard shortcuts will help you navigate Notesnook faster.";
const content = `# Keyboard shortcuts
The following keyboard shortcuts will help you navigate Notesnook faster.`;
const markdownTable = getGroupedTableKeybindingsMarkdown();