Skip to content
Merged
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
11 changes: 10 additions & 1 deletion docs/landing-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ When you log into your Plausible Analytics account, you are met with the ["**My
<img alt="Plausible Analytics" src={useBaseUrl('img/v2/list-of-sites.webp')} />
</div>

In the top right, you can access your account settings or log out of your account. Further down the "**My Sites**" page, you have the search box on the left so you can quickly find a site and the "**+ Add a website**" button on the right so you can [add a new site](add-website.md) to your account.
In the top right, you can access your account settings or log out of your account. Further down the "**My Sites**" page, you have the search box on the left so you can quickly find any site. And, the sorting option and the "**+ Add a website**" button on the right so you can [add a new site](add-website.md) to your account.

The rest of the "**My Sites**" page features all your sites. To give you a quick overview, we display the number of visitors in the last 24 hours next to each site. There's also a graph of each site for a quick overview of the traffic and a comparison to the previous 24 hour period so you can see the trend.

Expand Down Expand Up @@ -42,6 +42,15 @@ To pin a site, click on the menu icon on the right-hand side of the domain name
</video>
</div>

## Sorting sites

You can sort your sites too. Available sorting options include:

- **Visitors (last 24 hours)** – sorts sites by the number of visitors in the past day
- **Domain name** – sorts alphabetically (ascending or descending)

Pinned sites remain fixed at the top regardless of the selected sorting option.

## Access your pinned sites from the site switcher list

Your pinned sites will also show up in the site switcher list that you can see within each dashboard by clicking on the site name in the top left. You can navigate between the sites in the site switcher list using keyboard shortcuts 1 to 9.
Expand Down
Loading