mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-18 09:52:46 -05:00
Switch to Asciidoctor based documentation
This commit is contained in:
parent
3b459813ed
commit
124739fde2
94 changed files with 1711 additions and 180 deletions
|
|
@ -964,12 +964,12 @@ void MainWindow::openBugReportUrl()
|
|||
|
||||
void MainWindow::openGettingStartedGuide()
|
||||
{
|
||||
customOpenUrl(QString("file:///%1").arg(resources()->dataPath("docs/KeePassXC_GettingStarted.pdf")));
|
||||
customOpenUrl(QString("file:///%1").arg(resources()->dataPath("docs/KeePassXC_GettingStarted.html")));
|
||||
}
|
||||
|
||||
void MainWindow::openUserGuide()
|
||||
{
|
||||
customOpenUrl(QString("file:///%1").arg(resources()->dataPath("docs/KeePassXC_UserGuide.pdf")));
|
||||
customOpenUrl(QString("file:///%1").arg(resources()->dataPath("docs/KeePassXC_UserGuide.html")));
|
||||
}
|
||||
|
||||
void MainWindow::openOnlineHelp()
|
||||
|
|
@ -979,7 +979,7 @@ void MainWindow::openOnlineHelp()
|
|||
|
||||
void MainWindow::openKeyboardShortcuts()
|
||||
{
|
||||
customOpenUrl("https://github.com/keepassxreboot/keepassxc/blob/develop/docs/KEYBINDS.md");
|
||||
customOpenUrl(QString("file:///%1").arg(resources()->dataPath("docs/KeePassXC_KeyboardShortcuts.html")));
|
||||
}
|
||||
|
||||
void MainWindow::switchToDatabases()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue