]> git.proxmox.com Git - proxmox-backup.git/blame - www/OnlineHelpInfo.js
bump version to 0.9.4-2
[proxmox-backup.git] / www / OnlineHelpInfo.js
CommitLineData
49df8ac1
OB
1const proxmoxOnlineHelpInfo = {
2 "pbs_documentation_index": {
e7e8e6d5 3 "link": "/docs/index.html",
49df8ac1
OB
4 "title": "Proxmox Backup Server Documentation Index"
5 },
4c3efb53
OB
6 "backup-pruning": {
7 "link": "/docs/backup-client.html#backup-pruning",
8 "title": "Pruning and Removing Backups"
9 },
10 "chapter-zfs": {
11 "link": "/docs/sysadmin.html#chapter-zfs",
12 "title": "ZFS on Linux"
13 },
476328b3
OB
14 "backup-remote": {
15 "link": "/docs/managing-remotes.html#backup-remote",
16 "title": ":term:`Remote`"
17 },
4c3efb53
OB
18 "syncjobs": {
19 "link": "/docs/managing-remotes.html#syncjobs",
20 "title": "Sync Jobs"
21 },
298c6aae 22 "datastore-intro": {
4c3efb53 23 "link": "/docs/storage.html#datastore-intro",
298c6aae
OB
24 "title": ":term:`DataStore`"
25 },
26 "user-mgmt": {
4c3efb53 27 "link": "/docs/user-management.html#user-mgmt",
298c6aae
OB
28 "title": "User Management"
29 },
30 "user-acl": {
4c3efb53 31 "link": "/docs/user-management.html#user-acl",
298c6aae 32 "title": "Access Control"
49df8ac1 33 }
864e85f4 34};