Attributes Page

To disable Dev Mode (this page) comment out the dev-mode.js extenion in the playbook (usually default-site.yml)

Site Wide Attributes

Component Wide Attributes

Antora component version@name: master@modules

{
  "product_name_rhdh": "Red Hat Developer Hub",
  "lab_name": "I'm the lab_name var",
  "release-version": "master",
  "page-pagination": true,
  "my_var": "foo",
  "guid": "my-guid",
  "ssh_user": "devops",
  "ssh_password": "devops",
  "ssh_command": "ssh someone@example.com",
  "page-links": [
    {
      "url": "https://redhat.com",
      "text": "Red Hat"
    },
    {
      "url": "https://www.redhat.com/en/engage/state-of-platform-engineering-age-of-ai",
      "text": "State of PE Report"
    }
  ]
}