Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/frontend/src/content/docs/dashboard/explore.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,14 @@ The dashboard persists the token as a browser persistent cookie, which remains v
You can also obtain the login token from the container logs. For more information, see [Login to the dashboard](/dashboard/standalone/#login-to-the-dashboard).
</Aside>

## Dashboard navigation

The dashboard's desktop navigation rail lets you switch between the **Resources**, **Console Logs**, **Structured Logs**, **Traces**, and **Metrics** pages. The rail is collapsible: select the toggle to switch between an icon-plus-label mode and a compact icon-only mode. Your preferred mode persists across page reloads, so the rail stays in the same state the next time you open the dashboard.

<Aside type="tip">
You can also switch pages using the [keyboard shortcuts](#dashboard-shortcuts) listed later on this page.
</Aside>

## Resources page

The **Resources** page is the default home page of the Aspire dashboard. This page lists all of the projects, containers, and executables included in your Aspire solution. For example, the starter application includes two projects:
Expand Down
Loading