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:
parent
25aa55b5f5
commit
ec1ae7e631
|
@ -86,7 +86,7 @@ Please use the following environment variables to modify output behavior:
|
|||
format if you need to process the output.
|
||||
|
||||
|
||||
.. _creating-backups:
|
||||
.. _client_creating_backups:
|
||||
|
||||
Creating Backups
|
||||
----------------
|
||||
|
@ -246,7 +246,7 @@ Restoring this backup will result in:
|
|||
. .. file2
|
||||
|
||||
|
||||
.. _encryption:
|
||||
.. _client_encryption:
|
||||
|
||||
Encryption
|
||||
----------
|
||||
|
@ -660,7 +660,7 @@ shows the list of existing snapshots and what actions prune would take.
|
|||
space you need to perform :ref:`garbage-collection`.
|
||||
|
||||
|
||||
.. _garbage-collection:
|
||||
.. _client_garbage-collection:
|
||||
|
||||
Garbage Collection
|
||||
------------------
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
.. _calendar-events:
|
||||
.. _calendar-event-scheduling:
|
||||
|
||||
Calendar Events
|
||||
===============
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
.. _tech_design_overview:
|
||||
|
||||
Technical Overview
|
||||
==================
|
||||
|
||||
.. _technical_overview:
|
||||
|
||||
Datastores
|
||||
----------
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.. _terminology:
|
||||
.. _terms:
|
||||
|
||||
Terminology
|
||||
===========
|
||||
|
@ -101,7 +101,7 @@ Backup Group
|
|||
The tuple ``<type>/<ID>`` is called a backup group. Such a group
|
||||
may contain one or more backup snapshots.
|
||||
|
||||
.. _backup_snapshot:
|
||||
.. _term_backup_snapshot:
|
||||
|
||||
Backup Snapshot
|
||||
---------------
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue