generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
59 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
--- | ||
title: 'Basics' | ||
--- | ||
|
||
When you open a new project, you'll see an interface with **one tab** and **two tiles**. | ||
|
||
IMG | ||
|
||
## Tabs | ||
|
||
Tabs are shown at the top centre of the screen, and an interface can have as many tabs as you want. | ||
|
||
Tabs are useful for separating different concepts and data views within a project, for example: `Datasets`, `Usage`, `Evals`, `Metrics`, `Tests`. | ||
|
||
Each tab can be tailored for it's specific purpose, making it easy to juggle all aspects of your project 🤹🏼 | ||
|
||
## Tiles | ||
|
||
Tabs consist of **tiles**, which is where the data, interaction, and visualization actually happens. There are four types: | ||
|
||
- tables 🔢 | ||
- views 🔍 | ||
- plots 📊 | ||
- editor 🕹️ (coming soon) | ||
|
||
When in edit mode (`Ctrl + E`), new tiles can be added by clicking on any blank space in the tab, or by pressing `Ctrl + T`. | ||
The corners of the tab can then be dragged for resizing, and the tab can be dragged and repositioned. | ||
|
||
GIF | ||
|
||
If you're done positioning and sizing your tiles, it's best to exit edit mode. | ||
This will declutter the workspace, minimize the icons on screen and make the best use of all the tile space. | ||
|
||
## Focus Mode | ||
|
||
If you want to look at one tile in particular, you can expand this into the focus mode view. | ||
|
||
GIF | ||
|
||
You can also compare *any* two tiles side-by-side in focus mode, which is easier than moving them next to one another. | ||
|
||
## Edit / Interactive Modes | ||
|
||
Edit mode enables tile manipulation (as explained above) and interactive mode enables engagement with the tiles, | ||
such as applying filters, sorting and grouping on tables, changing the axes selection on plots, and editing logs via the view tile. | ||
When interactive mode is turned off, the interface acts more like a static dashboard. | ||
|
||
GIF | ||
|
||
## Feedback | ||
|
||
These are the only concepts you should need to know to get started. | ||
If anything is unclear, or there is another feature you'd like to see, | ||
then let us know [on discord](https://discord.com/invite/sXyFF8tDtm)! 👾 | ||
|
||
Feedback is always welcome 🙏 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters