mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
28 lines
1009 B
Plaintext
28 lines
1009 B
Plaintext
// Standard document attributes to be used in the documentation
|
|
//
|
|
// The following are shared by all documents:
|
|
:toc:
|
|
:toclevels: 4
|
|
:experimental:
|
|
//
|
|
// Product content attributes, that is, substitution variables in the files.
|
|
//
|
|
:ServerlessProductName: OpenShift Serverless
|
|
:ServerlessProductShortName: Serverless
|
|
:ServerlessOperatorName: OpenShift Serverless Operator
|
|
:FunctionsProductName: OpenShift Serverless Functions
|
|
//
|
|
// Documentation publishing attributes used in the master-docinfo.xml file
|
|
// Note that the DocInfoProductName generates the URL for the product page.
|
|
// Changing the value changes the generated URL.
|
|
//
|
|
:DocInfoProductName: OpenShift Serverless
|
|
//
|
|
// 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
|
|
//
|