From ea8d1d8cbe0106666aabd22e189b628b01ed361b Mon Sep 17 00:00:00 2001 From: FrancescoXX Date: Tue, 17 Sep 2024 08:46:36 +0200 Subject: [PATCH] customizebutton --- docs/key-features/feeds.md | 9 +++++---- package-lock.json | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/key-features/feeds.md b/docs/key-features/feeds.md index a274c56c..aff6e7b9 100644 --- a/docs/key-features/feeds.md +++ b/docs/key-features/feeds.md @@ -52,17 +52,18 @@ However, we understand that sometimes you may prefer to view the latest posts we ### Sorting by date -By default, there is a drop-down menu that allows you to change the order of the popular feed. If it is not activated on your profile, you can easily enable it by following these steps: +There is a dropdown menu at "My feed" that allows you to change the order of the feed. If it is not activated on your profile, you can easily enable it by following these steps: -1. Click the "Customize" button on the sidebar (1). +1. Click the "Customize" button on the Profile menu at the top-right (1). -Sidebar menu with the "Customize" button highlighted, last item in the main menu section (1) +Profile menu with the "Customize" button highlighted, last item in the main menu section (1) 2. Switch on the toggle, ["Show feed sorting menu"](/docs/customize-your-feed/preferences) Customize modal with the "Show feed sorting menu" toggle highlighted (2) -3. Go back to the popular feed, and you should see a new sorting option in the upper left corner (3). +3. Go back to the feed, and you should see a new sorting option in the upper left corner (3). + 4. You can then choose to change the feed to sort either "By Date" or by "Recommended" (4). Customize modal with the "Show feed sorting menu" toggle highlighted (2) diff --git a/package-lock.json b/package-lock.json index 0b853749..84e829b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dailydev-docs", - "version": "0.7.0", + "version": "0.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dailydev-docs", - "version": "0.7.0", + "version": "0.10.0", "dependencies": { "@docusaurus/core": "^3.4.0", "@docusaurus/preset-classic": "^3.4.0",