Hub Usage

App Config

How to configure your TTT app.

You need to include a file named app.config.ts at the root of your content repo.

This file is where you can configure the global properties of your knowledge sharing hub. We will go through it section by section and then detail some shared schemas towards the end.

UI

This first block allows you to personalize the UI styles.

Colors

You can match define your brand colors here

app.config.ts
  ui: {
    colors: {
      primary: 'teal',
      neutral: 'slate'
    }
  },
TTT uses Tailwind CSS under the hood. You can choose any of its 22 main colors.
redorangeamberyellowlimegreenemeraldtealcyanskyblueindigovioletpurplefuchsiapinkroseslategrayzincneutralstone