proxmox-backup/www/OnlineHelpInfo.js
Thomas Lamprecht ec1ae7e631 docs/online-help: prefix some refs with their chapter name
and fix some issues from referenced named the same as their heading
they anchor too.

This should be fixed for real in our python plugin to scan for such
references, its probably a bug there, but as most of the problematic
ones where wrong (missing chapter prefix) anyway changing them is OK
too.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-02-05 11:42:06 +01:00

127 lines
3.7 KiB
JavaScript

const proxmoxOnlineHelpInfo = {
"pbs_documentation_index": {
"link": "/docs/index.html",
"title": "Proxmox Backup Server Documentation Index"
},
"client-creating-backups": {
"link": "/docs/backup-client.html#client-creating-backups",
"title": "Creating Backups"
},
"client-encryption": {
"link": "/docs/backup-client.html#client-encryption",
"title": "Encryption"
},
"changing-backup-owner": {
"link": "/docs/backup-client.html#changing-backup-owner",
"title": "Changing the Owner of a Backup Group"
},
"backup-pruning": {
"link": "/docs/backup-client.html#backup-pruning",
"title": "Pruning and Removing Backups"
},
"client-garbage-collection": {
"link": "/docs/backup-client.html#client-garbage-collection",
"title": "Garbage Collection"
},
"calendar-event-scheduling": {
"link": "/docs/calendarevents.html#calendar-event-scheduling",
"title": "Calendar Events"
},
"pxar-format": {
"link": "/docs/file-formats.html#pxar-format",
"title": "Proxmox File Archive Format (``.pxar``)"
},
"sysadmin-package-repositories": {
"link": "/docs/package-repositories.html#sysadmin-package-repositories",
"title": "Debian Package Repositories"
},
"get-help": {
"link": "/docs/introduction.html#get-help",
"title": "Getting Help"
},
"chapter-zfs": {
"link": "/docs/sysadmin.html#chapter-zfs",
"title": "ZFS on Linux"
},
"local-zfs-special-device": {
"link": "/docs/sysadmin.html#local-zfs-special-device",
"title": "ZFS Special Device"
},
"maintenance-pruning": {
"link": "/docs/maintenance.html#maintenance-pruning",
"title": "Pruning"
},
"maintenance-gc": {
"link": "/docs/maintenance.html#maintenance-gc",
"title": "Garbage Collection"
},
"maintenance-verification": {
"link": "/docs/maintenance.html#maintenance-verification",
"title": "Verification"
},
"maintenance-notification": {
"link": "/docs/maintenance.html#maintenance-notification",
"title": "Notifications"
},
"backup-remote": {
"link": "/docs/managing-remotes.html#backup-remote",
"title": "Remote"
},
"syncjobs": {
"link": "/docs/managing-remotes.html#syncjobs",
"title": "Sync Jobs"
},
"sysadmin-network-configuration": {
"link": "/docs/network-management.html#sysadmin-network-configuration",
"title": "Network Management"
},
"pve-integration": {
"link": "/docs/pve-integration.html#pve-integration",
"title": "`Proxmox VE`_ Integration"
},
"storage-disk-management": {
"link": "/docs/storage.html#storage-disk-management",
"title": "Disk Management"
},
"datastore-intro": {
"link": "/docs/storage.html#datastore-intro",
"title": "Datastore"
},
"storage-datastore-create": {
"link": "/docs/storage.html#storage-datastore-create",
"title": "Creating a Datastore"
},
"sysadmin-host-administration": {
"link": "/docs/sysadmin.html#sysadmin-host-administration",
"title": "Host System Administration"
},
"restore-encryption-key": {
"link": "/docs/tape-backup.html#restore-encryption-key",
"title": "Restoring Encryption Keys"
},
"tech-design-overview": {
"link": "/docs/technical-overview.html#tech-design-overview",
"title": "Technical Overview"
},
"terms": {
"link": "/docs/terminology.html#terms",
"title": "Terminology"
},
"term-backup-snapshot": {
"link": "/docs/terminology.html#term-backup-snapshot",
"title": "Backup Snapshot"
},
"user-mgmt": {
"link": "/docs/user-management.html#user-mgmt",
"title": "User Management"
},
"user-tokens": {
"link": "/docs/user-management.html#user-tokens",
"title": "API Tokens"
},
"user-acl": {
"link": "/docs/user-management.html#user-acl",
"title": "Access Control"
}
};