diff --git a/docs/docs-beta/docs/dagster-plus/features/asset-catalog/catalog-views.md b/docs/docs-beta/docs/dagster-plus/features/asset-catalog/catalog-views.md index 609b99b15b52a..953453e5b10f3 100644 --- a/docs/docs-beta/docs/dagster-plus/features/asset-catalog/catalog-views.md +++ b/docs/docs-beta/docs/dagster-plus/features/asset-catalog/catalog-views.md @@ -23,9 +23,9 @@ Catalog views require **Organization Admin**, **Admin**, or **Editor** permissio To view the Dagster+ Asset catalog, use the **Catalog** button on the top navigation. -In any Dagster+ catalog page, you can access the current catalog view, or create a new catalog view with the catalog view button on the top left of the screen. By default, this button is labeled **All assets**, and has a globe icon. +In any Dagster+ catalog page, you can access the current catalog view, or create a new catalog view with the catalog view dropdown at the top left of the screen. By default, this button is labeled **All assets**, and has a globe icon. -![Screenshot of the catalog view dropdown](/img/placeholder.svg) +![Screenshot of the catalog view dropdown](/images/dagster-plus/asset-catalog/catalog-views.png) To create a new catalog view, you have two options: - [Create a new catalog view from scratch](#creating-a-new-catalog-view-from-scratch), from the catalog view menu. @@ -33,15 +33,15 @@ To create a new catalog view, you have two options: ### Creating a new catalog view from scratch -1. Click the catalog view button to open the catalog view menu. From here, click the **New** button. +1. Click the catalog view dropdown to open the catalog view menu. From here, click the **New** button. 2. Give the view a name and optionally, a description and icon. 3. Click **Add filters** to select filters to apply to the view. Filters can select a subset of assets based on their metadata, tags, kinds, owners, asset groups, or other properties. 4. To make the view shareable, toggle the **Public view** switch. 5. Click **Create view** to create the view. -![Screenshot of catalog view customization UI](/img/placeholder.svg) +![Screenshot of new catalog view modal](/images/dagster-plus/asset-catalog/new-catalog-view.png) -Give your view a name and optionally a description and icon. Next, you can select one or more filters to apply to your view by clicking the "Add filters" button. Filters can select a subset of assets based on their [metadata](/guides/build/assets/organizing-assets-with-tags-and-metadata), tags, kinds, owners, asset groups, or other properties. +Give your view a name and optionally a description and icon. Next, you can select one or more filters to apply to your view by clicking the **Add filters** button. Filters can select a subset of assets based on their [metadata](/guides/build/assets/organizing-assets-with-tags-and-metadata), tags, kinds, owners, asset groups, or other properties. ### Creating a new catalog view from your current set of filters @@ -53,9 +53,13 @@ When viewing the global asset lineage or asset list, you can create a new catalo 4. To make the view shareable, toggle the **Public view** switch. 5. Click **Create view** to create the view. +![Screenshot of creating catalog view from filters](/img/placeholder.svg) + ## Editing, duplicating, or deleting catalog views -1. Click the catalog view button to open the catalog view menu. +1. Click the **catalog view** button to open the catalog view menu. 2. Search for the view you want to edit, duplicate, or delete. 3. Click the **three dot menu** to the right of the view to display available options. 4. If modifying the view, note that any active filters will automatically be included in the set of changes. You can also change the view's name, description, icon, and sharing settings. 5. When finished, click **Save changes**. + +![Screenshot of editing catalog views](/img/placeholder.svg) diff --git a/docs/docs-beta/static/images/dagster-plus/asset-catalog/catalog-views.png b/docs/docs-beta/static/images/dagster-plus/asset-catalog/catalog-views.png index c4459fad8500e..7b3614cb83ac1 100644 Binary files a/docs/docs-beta/static/images/dagster-plus/asset-catalog/catalog-views.png and b/docs/docs-beta/static/images/dagster-plus/asset-catalog/catalog-views.png differ diff --git a/docs/docs-beta/static/images/dagster-plus/asset-catalog/new-catalog-view.png b/docs/docs-beta/static/images/dagster-plus/asset-catalog/new-catalog-view.png new file mode 100644 index 0000000000000..0762403a92c00 Binary files /dev/null and b/docs/docs-beta/static/images/dagster-plus/asset-catalog/new-catalog-view.png differ