From 9efb3bf90eec8d81c6cec124f9762bdb201ca2e4 Mon Sep 17 00:00:00 2001 From: Xurwi <104813620+Xurwi@users.noreply.github.com> Date: Thu, 20 Apr 2023 14:29:56 +0500 Subject: [PATCH 1/2] Update path.json --- src/common/components/floating-faq/path.json | 94 +++++++++++++++++++- 1 file changed, 93 insertions(+), 1 deletion(-) diff --git a/src/common/components/floating-faq/path.json b/src/common/components/floating-faq/path.json index c97491a149e..1d0c71908a7 100644 --- a/src/common/components/floating-faq/path.json +++ b/src/common/components/floating-faq/path.json @@ -107,6 +107,98 @@ { "path": "/.+/@.+/.+", "suggestions": ["how-voting-works", "how-to-bookmark", "how-to-favorite"] - } + }, + { + "path": "/hot", + "suggestions": [ + "what-hot-feed", + "what-information-feed", + "what-is-ecency", + "what-is-difference", + "what-is-hive", + ] + }, + { + "path": "/created", + "suggestions": [ + "what-new-feed", + "what-mean-promoted", + "how-change-design", + "what-is-deck", + "what-deck-types" + ] + }, + { + "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": "/witnesses", + "suggestions": [ + "what-hive-witnesses", + "how-vote-witnesses", + "how-many-witnesses", + "sort-witnesses-page" + ] + }, + { + "path": "/proposals", + "suggestions": [ + "how-dhf-work", + "how-vote-proposals" + ] + }, + { + "path": "/@.+/", + "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" + + ] + }, + { + "path": "/market", + "suggestions": [ + "how-market-works", + "how-to-swap-header" + ] + } ] } From d5cc010a0504c85ec2180759a24a36de61f1d680 Mon Sep 17 00:00:00 2001 From: Xurwi <104813620+Xurwi@users.noreply.github.com> Date: Mon, 24 Apr 2023 10:06:09 +0500 Subject: [PATCH 2/2] Update path.json --- src/common/components/floating-faq/path.json | 138 ++++++++----------- 1 file changed, 60 insertions(+), 78 deletions(-) diff --git a/src/common/components/floating-faq/path.json b/src/common/components/floating-faq/path.json index 1d0c71908a7..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", @@ -108,63 +151,9 @@ "path": "/.+/@.+/.+", "suggestions": ["how-voting-works", "how-to-bookmark", "how-to-favorite"] }, - { - "path": "/hot", - "suggestions": [ - "what-hot-feed", - "what-information-feed", - "what-is-ecency", - "what-is-difference", - "what-is-hive", - ] - }, - { - "path": "/created", - "suggestions": [ - "what-new-feed", - "what-mean-promoted", - "how-change-design", - "what-is-deck", - "what-deck-types" - ] - }, - { - "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": "/witnesses", - "suggestions": [ - "what-hive-witnesses", - "how-vote-witnesses", - "how-many-witnesses", - "sort-witnesses-page" - ] - }, + { - "path": "/proposals", - "suggestions": [ - "how-dhf-work", - "how-vote-proposals" - ] - }, - { - "path": "/@.+/", + "path": "/@.+/blog", "suggestions": [ "what-my-blog", "what-information-profile", @@ -174,7 +163,7 @@ ] }, { - "path": "/@.+/(comments)", + "path": "/@.+/comments", "suggestions": [ "how-find-comments", "how-often-comment", @@ -183,7 +172,7 @@ ] }, { - "path": "/@.+/(replies)", + "path": "/@.+/replies", "suggestions": [ "what-information-available", "how-to-search", @@ -192,13 +181,6 @@ "how-find-information-followers" ] - }, - { - "path": "/market", - "suggestions": [ - "how-market-works", - "how-to-swap-header" - ] } ] }