From dde98f31271e6a3795fe09a76de9a7a3fb3393a7 Mon Sep 17 00:00:00 2001 From: Nastya <55718143+anrusina@users.noreply.github.com> Date: Wed, 15 Jun 2022 17:22:47 -0700 Subject: [PATCH] Update REadMe --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 0b35c4583..edd26fe54 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,11 @@ OR necessary when hosting the API and console on the same domain (with prefixes of `/api/v1` and `/console` for example). For local development, this is usually not needed, so the default behavior is to run without a prefix. + +* `FLYTE_NAVIGATION` (default: `undefined`) + + UI related. Allows you to change colors of the navigation bar and add links + to other internal pages or external sites. **[More info](packages/zapp/console/src/components/Navigation/Readme.md)** ### Running from docker image as localhost @@ -136,6 +141,11 @@ will be stalled until the bundles have finished. The application will be accessi at http://localhost:3000 (if using the default port). +### 🎱 Using items in your own application + +* Authorize your app to call flyte admin api. **[More info](packages/plugins/flyte-api/README.md)** + + ## 🛠 Development For continious development we are using: