From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id B74361FF16B for ; Tue, 12 Aug 2025 11:55:20 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id D9D6E8F64; Tue, 12 Aug 2025 11:56:48 +0200 (CEST) From: Christoph Heiss To: pve-devel@lists.proxmox.com Date: Tue, 12 Aug 2025 11:56:24 +0200 Message-ID: <20250812095637.444463-1-c.heiss@proxmox.com> X-Mailer: git-send-email 2.50.1 MIME-Version: 1.0 X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1754992572937 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.030 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [resthandler.pm, clihandler.pm, proxmox.com] Subject: [pve-devel] [PATCH common/docs 0/5] fix #6656: add clickable anchors for cli subcommands X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" Fixes #6656 [0], much like they already exist for section titles. First changes the synopsis generation to also add an anchor to each subcommand, then in pve-docs adds the required `a` element to all paragraphs with an `id` set. Patch #1 & #2 are just two small cleanups, actual implementation see patches #3 & #4. [0] https://bugzilla.proxmox.com/show_bug.cgi?id=6656 Diffstat ======== pve-common: Christoph Heiss (3): gitignore: add rules for more build artifacts cli handler: drop unused subroutine fix #6656: cli handler: generate anchors for all (sub-)commands .gitignore | 4 ++++ src/PVE/CLIHandler.pm | 14 ++++++-------- src/PVE/RESTHandler.pm | 2 ++ 3 files changed, 12 insertions(+), 8 deletions(-) pve-docs: Christoph Heiss (2): fix #6656: asciidoc: add anchor links for paragraphs with ids update generated cli synopsis files asciidoc/pve-docs.css | 3 +- asciidoc/pve-html.conf | 7 +++-- ha-manager.1-synopsis.adoc | 23 ++++++++++++++ pct.1-synopsis.adoc | 40 ++++++++++++++++++++++++ pve-firewall.8-synopsis.adoc | 9 ++++++ pve-ha-crm.8-synopsis.adoc | 5 +++ pve-ha-lrm.8-synopsis.adoc | 5 +++ pveam.1-synopsis.adoc | 7 +++++ pveceph.1-synopsis.adoc | 33 ++++++++++++++++++++ pvecm.1-synopsis.adoc | 15 +++++++++ pvedaemon.8-synopsis.adoc | 6 ++++ pvenode.1-synopsis.adoc | 27 ++++++++++++++++ pveproxy.8-synopsis.adoc | 6 ++++ pvescheduler.8-synopsis.adoc | 6 ++++ pvesh.1-synopsis.adoc | 8 +++++ pvesm.1-synopsis.adoc | 28 +++++++++++++++++ pvesr.1-synopsis.adoc | 15 +++++++++ pvestatd.8-synopsis.adoc | 6 ++++ pvesubscription.1-synopsis.adoc | 7 +++++ pveum.1-synopsis.adoc | 49 +++++++++++++++++++++++++++++ qm.1-synopsis.adoc | 55 +++++++++++++++++++++++++++++++++ qmrestore.1-synopsis.adoc | 2 ++ spiceproxy.8-synopsis.adoc | 6 ++++ vzdump.1-synopsis.adoc | 2 ++ 24 files changed, 367 insertions(+), 3 deletions(-) -- 2.50.1 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel