diff --git a/src/common/components/floating-faq/path.json b/src/common/components/floating-faq/path.json index c97491a149e..ae1b6d659af 100644 --- a/src/common/components/floating-faq/path.json +++ b/src/common/components/floating-faq/path.json @@ -1,22 +1,23 @@ { "faqPaths": [ - { - "path": "/hot$", - "suggestions": [ - "what-is-ecency", - "what-is-difference", - "what-is-hive", - "why-choose-ecency", - "how-ecency-works" - ] - }, + { + "path": "/hot$", + "suggestions": [ + "what-hot-feed", + "what-information-feed", + "what-is-ecency", + "what-is-difference", + "what-is-hive" + ] + }, { "path": "/created$", "suggestions": [ "what-information-profile", "why-score-going-down", - "what-can-post", - "what-are-tags" + "what-new-feed", + "what-mean-promoted", + "how-change-design" ] }, { @@ -29,6 +30,25 @@ "how-use-tags" ] }, + { + "path": "/rising$", + "suggestions": [ + "what-rising-feed", + "how-sort-rising", + "how-voting-works", + "what-voting-power", + "how-many-vote" + ] + }, + { + "path": "/controversial$", + "suggestions": [ + "what-controversial-feed", + "how-sort-controversial", + "why-choose-ecency", + "how-ecency-works" + ] + }, { "path": "/discover$", "suggestions": ["find-friends", "accounts-included-leaderboard"] @@ -43,6 +63,22 @@ "leave-community" ] }, + { + "path": "/witnesses$", + "suggestions": [ + "what-hive-witnesses", + "how-vote-witnesses", + "how-many-witnesses", + "sort-witnesses-page" + ] + }, + { + "path": "/proposals$", + "suggestions": [ + "how-dhf-work", + "how-vote-proposals" + ] + }, { "path": "/submit", "suggestions": [ @@ -57,6 +93,13 @@ "path": "/search$", "suggestions": ["how-to-search", "what-appears-search"] }, + { + "path": "/market$", + "suggestions": [ + "how-market-works", + "how-to-swap-header" + ] + }, { "path": "/@.+/wallet", "suggestions": [ @@ -86,7 +129,7 @@ "path": "/@.+/posts", "suggestions": ["what-can-post", "how-see-rewards", "when-claim-rewards", "who-are-curators"] }, - { + { "path": "/@.+/feed", "suggestions": [ "how-to-sort-feed", @@ -107,6 +150,37 @@ { "path": "/.+/@.+/.+", "suggestions": ["how-voting-works", "how-to-bookmark", "how-to-favorite"] - } + }, + + { + "path": "/@.+/blog", + "suggestions": [ + "what-my-blog", + "what-information-profile", + "what-reputation", + "improve-reputation-score", + "why-score-going-down" + ] + }, + { + "path": "/@.+/comments", + "suggestions": [ + "how-find-comments", + "how-often-comment", + "can-reward-comments", + "can-comment-boost" + ] + }, + { + "path": "/@.+/replies", + "suggestions": [ + "what-information-available", + "how-to-search", + "what-appears", + "how-to-follow", + "how-find-information-followers" + + ] + } ] }