Attributes Page
To disable Dev Mode (this page) comment out the dev-mode.js extenion in the playbook (usually default-site.yml)
Component Wide Attributes
Antora component version@name: master@openshift-gitops-workshop
{
"page-pagination": true,
"page-links": [
{
"url": "https://redhat.com",
"text": "Red Hat"
},
{
"url": "https://docs.openshift.com/gitops",
"text": "OpenShift GitOps"
},
{
"url": "https://argo-cd.readthedocs.io/en/stable/",
"text": "Argo CD"
}
],
"console_url": "URL_PLACEHOLDER",
"login_command": "LOGIN_COMMAND_PLACEHOLDER",
"gitops_revision": "REVISION_PLACEHOLDER",
"openshift_cluster_ingress_domain": "OPENSHIFT_CLUSTER_INGRESS_DOMAIN_PLACEHOLDER",
"password": "PASSWORD_PLACEHOLDER",
"user": "USER_PLACEHOLDER"
}