]> git.proxmox.com Git - proxmox-backup.git/blob - www/OnlineHelpInfo.js
api: disks: cleanup use statement
[proxmox-backup.git] / www / OnlineHelpInfo.js
1 const proxmoxOnlineHelpInfo = {
2 "pbs_documentation_index": {
3 "link": "/docs/index.html",
4 "title": "Proxmox Backup Server Documentation Index"
5 },
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 },
14 "backup-remote": {
15 "link": "/docs/managing-remotes.html#backup-remote",
16 "title": ":term:`Remote`"
17 },
18 "syncjobs": {
19 "link": "/docs/managing-remotes.html#syncjobs",
20 "title": "Sync Jobs"
21 },
22 "datastore-intro": {
23 "link": "/docs/storage.html#datastore-intro",
24 "title": ":term:`DataStore`"
25 },
26 "user-mgmt": {
27 "link": "/docs/user-management.html#user-mgmt",
28 "title": "User Management"
29 },
30 "user-acl": {
31 "link": "/docs/user-management.html#user-acl",
32 "title": "Access Control"
33 }
34 };