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>
This commit is contained in:
Thomas Lamprecht
2021-02-05 11:42:04 +01:00
parent 25aa55b5f5
commit ec1ae7e631
5 changed files with 31 additions and 16 deletions

View File

@ -3,12 +3,12 @@ const proxmoxOnlineHelpInfo = {
"link": "/docs/index.html",
"title": "Proxmox Backup Server Documentation Index"
},
"id1": {
"link": "/docs/calendarevents.html#id1",
"title": "Calendar Events"
"client-creating-backups": {
"link": "/docs/backup-client.html#client-creating-backups",
"title": "Creating Backups"
},
"id2": {
"link": "/docs/backup-client.html#id2",
"client-encryption": {
"link": "/docs/backup-client.html#client-encryption",
"title": "Encryption"
},
"changing-backup-owner": {
@ -19,10 +19,14 @@ const proxmoxOnlineHelpInfo = {
"link": "/docs/backup-client.html#backup-pruning",
"title": "Pruning and Removing Backups"
},
"id3": {
"link": "/docs/backup-client.html#id3",
"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``)"
@ -95,6 +99,18 @@ const proxmoxOnlineHelpInfo = {
"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"