Skip to content

Commit

Permalink
enhance: Organize Help links
Browse files Browse the repository at this point in the history
  • Loading branch information
devonzuegel authored and tiensonqin committed Oct 1, 2021
1 parent fc0ae7e commit 3192473
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/main/frontend/components/onboarding.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -185,17 +185,19 @@
[:span.mr-1 (t :help/community)]
svg/discord]
list
[{:title "About"
:children [[(t :help/start) "https://logseq.github.io/#/page/getting%20started"]
[(t :help/about) "https://logseq.com/blog/about"]]}

{:title "Documentation"
[{:title "Usage"
:children [[[:a
{:on-click (fn [] (route-handler/redirect! {:to :shortcut-setting}))}
(t :help/shortcuts)]]
[:div.flex-row.inline-flex.items-center
[:span.mr-1 (t :help/shortcuts)]
(svg/icon-cmd 18)]]]
[(t :help/docs) "https://logseq.github.io/"]
["FAQ" "https://logseq.github.io/#/page/faq"]]}

{:title "About"
:children [[(t :help/start) "https://logseq.github.io/#/page/getting%20started"]
[(t :help/about) "https://logseq.com/blog/about"]]}

{:title "Development"
:children [[(t :help/roadmap) "https://trello.com/b/8txSM12G/roadmap"]
[(t :help/bug) "https://github.com/logseq/logseq/issues/new?assignees=&labels=&template=bug_report.md&title="]
Expand Down

0 comments on commit 3192473

Please sign in to comment.