Skip to content

Latest commit

 

History

History
73 lines (50 loc) · 1.58 KB

app-config-extensions.md

File metadata and controls

73 lines (50 loc) · 1.58 KB

App config extensions

This document describes TIBCO® Developer Hub custom extensions to the packages/app/app-config.yaml schema.

These are also described in the config.d.ts file with more details about each field.

Build Info

Show the build number at the bottom of the Home Page UI.

Example config:

app:
  title: The TIBCO Hub
  baseUrl: http://localhost:3000
  showBuildVersion: true

Developer Hub Version

Show developer hub version. Displays currently deployed version the left bottom of the Home Page UI

Example config:

app:
  developerHubVersion: '1.5.0'

Doc Url

Documentation url

app:
  docUrl: 'https://docs.tibco.com/go/platform-cp/1.5.0/doc/html#cshid=developer_hub_overview'

The CI/CD pipeline automatically adds the build number to all docker images.

Walk Through

Show the Walk-through card on home page if the config is present.

Example config:

walkThrough:
  viewAllLink: 'http://www.some-external-link.com'
  items:
    - title: 'Walk Through 1'
      tags: ['Tag1', 'Tag2']
      text: 'Some description'
      link: 'http://www.some-external-link.com/walk-through1'
    - title: 'Walk Through 2'
      tags: ['Tag1', 'Tag2']
      text: 'Some description'
      link: 'http://www.some-external-link.com/walk-through2'

Cp Link

Control plane link for the TIBCO® Developer Hub.

Example config:

cpLink: 'https://control-plane.domain.com'

No need to provide this in configuration. This is filled automatically while provisioning TIBCO® Developer Hub for a data plane.