[pbs-devel] [PATCH proxmox-backup] docs: fix broken reference to backup_remote
Oguz Bektas
o.bektas at proxmox.com
Mon Oct 5 17:08:16 CEST 2020
while restructuring the docs, explicit title wasn't included in the
correct file
Signed-off-by: Oguz Bektas <o.bektas at proxmox.com>
---
docs/managing-remotes.rst | 2 ++
docs/network-management.rst | 3 ---
www/OnlineHelpInfo.js | 4 ++++
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/docs/managing-remotes.rst b/docs/managing-remotes.rst
index e32eb3b4..4b956432 100644
--- a/docs/managing-remotes.rst
+++ b/docs/managing-remotes.rst
@@ -1,6 +1,8 @@
Managing Remotes
================
+.. _backup_remote:
+
:term:`Remote`
--------------
diff --git a/docs/network-management.rst b/docs/network-management.rst
index 0656ea5f..c6288c33 100644
--- a/docs/network-management.rst
+++ b/docs/network-management.rst
@@ -86,6 +86,3 @@ You can also configure DNS settings, from the **DNS** section
of **Configuration** or by using the ``dns`` subcommand of
``proxmox-backup-manager``.
-.. _backup_remote:
-
-
diff --git a/www/OnlineHelpInfo.js b/www/OnlineHelpInfo.js
index 235c5831..5b960b76 100644
--- a/www/OnlineHelpInfo.js
+++ b/www/OnlineHelpInfo.js
@@ -11,6 +11,10 @@ const proxmoxOnlineHelpInfo = {
"link": "/docs/sysadmin.html#chapter-zfs",
"title": "ZFS on Linux"
},
+ "backup-remote": {
+ "link": "/docs/managing-remotes.html#backup-remote",
+ "title": ":term:`Remote`"
+ },
"syncjobs": {
"link": "/docs/managing-remotes.html#syncjobs",
"title": "Sync Jobs"
--
2.20.1
More information about the pbs-devel
mailing list