From c4e35af08c0c88ec3cf23e7765214a4d34e577a7 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Wed, 7 Feb 2024 17:05:49 +0100 Subject: [PATCH] docs: page.xsl: Split up 'href_base' for assets and links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To allow reuse of this template as-is in libvirt-wiki, we need to be able to specify a distinct asset_href_base and link_href_base. Adjust the template to allow that. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- docs/newapi.xsl | 3 ++- docs/page.xsl | 21 +++++++++++---------- docs/site.xsl | 3 ++- 3 files changed, 15 insertions(+), 12 deletions(-) diff --git a/docs/newapi.xsl b/docs/newapi.xsl index ebe7fdedd7..d6f8d88170 100644 --- a/docs/newapi.xsl +++ b/docs/newapi.xsl @@ -815,7 +815,8 @@ encoding="UTF-8"> - + + diff --git a/docs/page.xsl b/docs/page.xsl index 5d55fac43f..a51587db6c 100644 --- a/docs/page.xsl +++ b/docs/page.xsl @@ -17,7 +17,8 @@ - + + <!DOCTYPE html> @@ -31,7 +32,7 @@ - + @@ -43,7 +44,7 @@ - @@ -62,13 +63,13 @@