mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-05-30 17:38:30 +00:00
add logo to admin guide and index
This only work with html based backends, so I defined an extra attribute 'pvelogo' to enable that.
This commit is contained in:
parent
74026b8f01
commit
683e3b9377
2
Makefile
2
Makefile
@ -217,7 +217,7 @@ index.html: index.adoc ${API_VIEWER_SOURCES} ${INDEX_INCLUDES}
|
|||||||
asciidoc -a "date=$(shell date)" -a "revnumber=${DOCRELEASE}" index.adoc
|
asciidoc -a "date=$(shell date)" -a "revnumber=${DOCRELEASE}" index.adoc
|
||||||
|
|
||||||
pve-admin-guide.html: ${PVE_ADMIN_GUIDE_SOURCES}
|
pve-admin-guide.html: ${PVE_ADMIN_GUIDE_SOURCES}
|
||||||
asciidoc -a "revnumber=${DOCRELEASE}" -a "date=$(shell date)" pve-admin-guide.adoc
|
asciidoc -a pvelogo -a "revnumber=${DOCRELEASE}" -a "date=$(shell date)" pve-admin-guide.adoc
|
||||||
|
|
||||||
pve-admin-guide.chunked: ${PVE_ADMIN_GUIDE_SOURCES}
|
pve-admin-guide.chunked: ${PVE_ADMIN_GUIDE_SOURCES}
|
||||||
rm -rf pve-admin-guide.chunked
|
rm -rf pve-admin-guide.chunked
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
{pve} Documentation Index
|
image:./images/proxmox-logo.svg[] pass:[<br>] {pve} Documentation Index
|
||||||
=========================
|
========================================================================
|
||||||
include::attributes.txt[]
|
include::attributes.txt[]
|
||||||
:data-uri:
|
:data-uri:
|
||||||
:icons:
|
:icons:
|
||||||
|
:title: {pve} Documentation Index
|
||||||
|
|
||||||
|
|
||||||
{pve} Administration Guide
|
{pve} Administration Guide
|
||||||
--------------------------
|
--------------------------
|
||||||
|
@ -1,7 +1,14 @@
|
|||||||
|
ifdef::pvelogo[]
|
||||||
|
image:./images/proxmox-logo.svg[] pass:[<br>] Proxmox VE Administration Guide
|
||||||
|
=============================================================================
|
||||||
|
endif::pvelogo[]
|
||||||
|
ifndef::pvelogo[]
|
||||||
Proxmox VE Administration Guide
|
Proxmox VE Administration Guide
|
||||||
===============================
|
===============================
|
||||||
|
endif::pvelogo[]
|
||||||
include::attributes.txt[]
|
include::attributes.txt[]
|
||||||
:doctype: book
|
:doctype: book
|
||||||
|
:title: Proxmox VE Administration Guide
|
||||||
:toc:
|
:toc:
|
||||||
:numbered:
|
:numbered:
|
||||||
:data-uri:
|
:data-uri:
|
||||||
|
Loading…
Reference in New Issue
Block a user