Dashboard
URL
The URL for the Dashboard page can be either:
/app/dashboard
(when the Website and Catalog feature is turned on) or
/app
(when the Website and Catalog feature is turned off)
Screenshot
Structure
dashboard.html.liquid
├── _header.html.liquid
├── _sub_navigation.html.liquid
├── _learning_paths_index.html.liquid
│ └── _cards_learning_path.html.liquid
├── _courses_index.html.liquid
│ ├── _courses_zero_state.html.liquid
│ └── _cards_course.html.liquid
├── _training_events_dashboard.html.liquid
│ ├── _training_events_zero_state.html.liquid
│ └── _cards_training_event.html.liquid
└── _footer.html.liquid
Template Considerations
Please note that the "Home" link from the navigation can point to either the Dashboard page or the Homepage. Please refer to the following table for the proper template you need to use to customize the look and feel of your home page:
Updated about 2 months ago