Skip to content
Merged
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Keep starred domains front and center on Account Home
description: Account Home now saves your preference for only viewing starred domains
products:
- fundamentals
date: 2025-02-28
---

Now, when you filter for starred domains on Account Home, you'll continue to only see starred domains by default.

![Screenshot of starred domains](~/assets/images/changelog/fundamentals/2025-02-28-starred-domains-view-now-saved.png)

For more info

- [Documentation on starred domains](https://developers.cloudflare.com/fundamentals/setup/manage-domains/star-zones/)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Identified issues

  • Vale Style Guide - (cloudflare.LinkChecks-warning) Warning: When referring to another page in our docs, use the full relative link (/1.1.1.1/check/) instead of the full URL (https://developers.cloudflare.com/1.1.1.1/check/) or a local development link (http://localhost:1111/1.1.1.1/check/).

Proposed fix

Suggested change
- [Documentation on starred domains](https://developers.cloudflare.com/fundamentals/setup/manage-domains/star-zones/)
- [Documentation on starred domains](/fundamentals/setup/manage-domains/star-zones/)

The link should be changed from a full URL to a full relative link to comply with the style guide. This change ensures that the documentation remains consistent and links correctly within the site structure.

Loading