]> git.proxmox.com Git - proxmox-backup.git/blame - www/OnlineHelpInfo.js
api: disks/zfs: check template exsits before enabling zfs-import service
[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 },
298c6aae
OB
6 "datastore-intro": {
7 "link": "/docs/administration-guide.html#datastore-intro",
8 "title": ":term:`DataStore`"
9 },
10 "user-mgmt": {
11 "link": "/docs/administration-guide.html#user-mgmt",
12 "title": "User Management"
13 },
14 "user-acl": {
15 "link": "/docs/administration-guide.html#user-acl",
16 "title": "Access Control"
17 },
18 "backup-remote": {
19 "link": "/docs/administration-guide.html#backup-remote",
20 "title": ":term:`Remote`"
21 },
58169da4
DM
22 "syncjobs": {
23 "link": "/docs/administration-guide.html#syncjobs",
24 "title": "Sync Jobs"
25 },
49df8ac1
OB
26 "chapter-zfs": {
27 "link": "/docs/sysadmin.html#chapter-zfs",
28 "title": "ZFS on Linux"
29 }
864e85f4 30};