1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-07 09:46:53 +01:00
Files
openshift-docs/modules/virt-document-attributes.adoc
2021-10-14 14:27:58 -04:00

43 lines
1.3 KiB
Plaintext

// Standard document attributes to be used in the documentation
//
// The following are shared by all documents:
:toc:
:toc-title:
:toclevels: 4
:experimental:
//
// Product content attributes, that is, substitution variables in the files.
//
:product-title: OpenShift Container Platform
:VirtProductName: OpenShift Virtualization
:ProductRelease:
:ProductVersion:
:VirtVersion: 4.9
:KubeVirtVersion: v0.44.2
:HCOVersion: 4.9.0
// :LastHCOVersion:
:product-build:
:DownloadURL: registry.access.redhat.com
:kebab: image:kebab.png[title="Options menu"]
:delete: image:delete.png[title="Delete"]
//
// Book Names:
// Defining the book names in document attributes instead of hard-coding them in
// the master.adoc files and in link references. This makes it easy to change the
// book name if necessary.
// Using the pattern ending in 'BookName' makes it easy to grep for occurrences
// throughout the topics
//
:Install_BookName: Installing OpenShift Virtualization
:Using_BookName: Using OpenShift Virtualization
:RN_BookName: OpenShift Virtualization release notes
// OKD branding
ifdef::openshift-origin[]
:product-title: OKD
:VirtProductName: OKD Virtualization
:Install_BookName: Installing OKD Virtualization
:Using_BookName: Using OKD Virtualization
:RN_BookName: OKD Virtualization release notes
endif::[]