category_page.hbsに、カテゴリーの一覧を表示する方法はありますか?
category_page.hbsを以下のようにしたいと思っています。
・画面左のサイドバーにはカテゴリーの一覧を表示
・画面右のコンテンツエリアには、カテゴリー配下のセクションとそこに紐づく記事一覧を表示
カテゴリー間をクイックに移動しつつその配下にあるセクションや記事一覧をクイックに確認できる体験を届けたく、上記のようにしたいと思っています。
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
In Zendesk Guide, the theming system allows for customization of templates using Handlebars. However, by default, the category_page.hbs template is designed to display a single category's content (sections and articles) but does not natively support displaying a list of all categories simultaneously within the same page, such as in a sidebar.