mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 17:06:58 -06:00
41 lines
1.2 KiB
Plaintext
41 lines
1.2 KiB
Plaintext
:imagesdir: images
|
|
:includedir: boilerplate
|
|
:specificdir: partner_editable
|
|
:generateddir: generated
|
|
:icons: font
|
|
:toc2: left
|
|
:toc-title:
|
|
:toclevels: 2
|
|
:stylesheet: {includedir}/.css/quickstart.css
|
|
:project_cfn:
|
|
:template_services_ec2:
|
|
include::{specificdir}/_settings.adoc[]
|
|
|
|
// the next two lines are needed for quickstarts that are not built with a partner, if removed, footer text is mangled for those quickstarts. They must be below _settings.adoc
|
|
ifdef::partner-company-name[:partner-company-footer: {sp}and {partner-company-name}]
|
|
ifndef::partner-company-name[:partner-company-footer:]
|
|
|
|
// the next 3 lines must remain below partner-company-footer definitions
|
|
:nofooter:
|
|
:docinfodir: boilerplate
|
|
:docinfo:
|
|
|
|
ifndef::custom_title[]
|
|
:title: {partner-product-name} on the AWS Cloud
|
|
endif::custom_title[]
|
|
ifdef::custom_title[]
|
|
:title: {custom_title}
|
|
endif::custom_title[]
|
|
|
|
ifdef::project_cfn[]
|
|
ifndef::eks_addin,cdk_qs[]
|
|
include::{includedir}/_layout_cfn.adoc[]
|
|
endif::eks_addin,cdk_qs[]
|
|
ifdef::eks_addin[]
|
|
include::{includedir}/_layout_cfn_eks_module.adoc[]
|
|
endif::eks_addin[]
|
|
ifdef::cdk_qs[]
|
|
include::{includedir}/_layout_cfn_cdk_module.adoc[]
|
|
endif::cdk_qs[]
|
|
endif::project_cfn[]
|