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: