Navigation
Default Navigation Configuration
The theme navigation is located in the file src/configs/navigationConfig.ts
, which serves as an initial state in the Fuse.navigation redux store.
This configuration is the initial state of the Fuse.navigation redux state.
Navigation items can be modified, removed, and added using various redux actions from anywhere within the app.
For more information on FuseNavigation components, redux actions, and item types, check out the section FuseNavigation Docs