Creating the features.json files
After you create a new application, you create the features.json files that add your new application's menu items to the left navigation menu.
About this task
You need to create two versions of the features.json file. You use one file
version for development purposes, and another file version for deploying the application. The files
are identical, with two exceptions.
- The value that you define in the property differs between the development and deployment file versions.
- The directory where you place the file for local development and deployment is different. You
place the local development file into the
devtoolkit_docker/orderhub-code/shell-ui/assets/dev
directory. You place the deployment file into thedevtoolkit_docker/orderhub-code/shell-ui/assets
directory.
Procedure
Mono repository/Angular repository - setup