mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-06 02:02:16 +00:00

goes through the sections in the documents and creates the OnlineHelpInfo.js file from the explicitly defined section labels which are used in the js files with 'onlineHelp' variable.
11 lines
262 B
JavaScript
11 lines
262 B
JavaScript
const proxmoxOnlineHelpInfo = {
|
|
"pbs_documentation_index": {
|
|
"link": "/pbs-docs/index.html",
|
|
"title": "Proxmox Backup Server Documentation Index"
|
|
},
|
|
"chapter-zfs": {
|
|
"link": "/docs/sysadmin.html#chapter-zfs",
|
|
"title": "ZFS on Linux"
|
|
}
|
|
};
|