# 커뮤니티 사이트에서 2단계 구조의 도움말 웹페이지를 만드는 방법

**URL:** https://meta.discourse.org/t/how-to-create-a-help-web-page-for-my-community-site-in-two-levels/334137
**Category:** Support
**Created:** [11월 2, 2024, 5:33오전 UTC](https://meta.discourse.org/t/how-to-create-a-help-web-page-for-my-community-site-in-two-levels/334137 "2024-11-02T05:33:12Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Steve\_John](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/steve_john/32/435022_2.png) [@Steve\_John](https://meta.discourse.org/u/Steve_John)
#### Post date: [11월 2, 2024, 5:33오전 UTC](https://meta.discourse.org/t/how-to-create-a-help-web-page-for-my-community-site-in-two-levels/334137/1 "2024-11-02T05:33:12Z")

</div>

웹사이트에서 사용자가 클릭하면 모든 도움말 관련 주제를 카드 형식으로 표시하고, 사용자가 선택한 주제에 따라 세부 정보가 담긴 다른 웹페이지로 이동하도록 하는 2단계 도움말 웹페이지를 어떻게 만들어야 할까요? 먼저 주제를 표시하고, 각 주제의 세부 내용을 보여주는 이러한 2단계 웹페이지 구조를 어떻게 설정해야 하나요?

---

<div class="post-metadata">

### Author: ![NateDhaliwal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natedhaliwal/32/313494_2.png) [@NateDhaliwal](https://meta.discourse.org/u/NateDhaliwal)
#### Post date: [11월 2, 2024, 8:30오전 UTC](https://meta.discourse.org/t/how-to-create-a-help-web-page-for-my-community-site-in-two-levels/334137/2 "2024-11-02T08:30:58Z")

</div>

정리하자면, 두 번째 웹페이지에서는 어떤 일이 일어나나요?

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [11월 2, 2024, 9:02오전 UTC](https://meta.discourse.org/t/how-to-create-a-help-web-page-for-my-community-site-in-two-levels/334137/3 "2024-11-02T09:02:03Z")

</div>

카테고리와 하위 카테고리를 사용하여 다음과 같은 작업을 수행할 수 있어야 합니다.

> [@Display boxes for subcategories above topic list](https://meta.discourse.org/t/display-boxes-for-subcategories-above-topic-list/59371?silent=true):
>
> bookmark This guide explains how to display boxes for subcategories above the topic list in Discourse. person_raising_hand Required user level: Administrator (or moderator if the moderators manage categories setting is enabled) There are four ways to display a list of sub-categories within the parent category: in rows (the default style) in rows with a list of some featured topics in boxes with only the name, logo, and description in boxes with name, logo, and a list of some featured t…

구조화된 태그와 결합하여 다양한 변형을 만들 수도 있습니다.

> [@Set up structured tagging with tag groups and category tag restrictions](https://meta.discourse.org/t/set-up-structured-tagging-with-tag-groups-and-category-tag-restrictions/48260?silent=true):
>
> Tag support is a core feature of Discourse. In this How-To I’ll go through setting up a tag schema like [Car Talk](http://community.cartalk.com) uses. We’ll want to achieve these things: Tags for car makes and car models. Only allow the car make and model tags to be used in certain categories. Car model tags can only be chosen if the matching car make tag is used. Prerequisites Tagging is enabled by default in Discourse (via the tagging\_enabled site setting). If it was previously disabled, ensure it is turned on. In a sc…

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [11월 4, 2024, 8:51오후 UTC](https://meta.discourse.org/t/how-to-create-a-help-web-page-for-my-community-site-in-two-levels/334137/4 "2024-11-04T20:51:08Z")

</div>

3개의 게시물이 새 주제로 분리되었습니다: [정적 HTML 페이지 링크하는 방법](https://meta.discourse.org/t/how-to-link-a-static-html-page/334489)

---

<div class="post-metadata">

### Author: ![Steve\_John](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/steve_john/32/435022_2.png) [@Steve\_John](https://meta.discourse.org/u/Steve_John)
#### Post date: [11월 4, 2024, 8:51오후 UTC](https://meta.discourse.org/t/how-to-create-a-help-web-page-for-my-community-site-in-two-levels/334137/5 "2024-11-04T20:51:57Z")

</div>

릴리, 안녕하세요. 이 접근법을 이끌어 주셔서 감사합니다. 도움말 콘텐츠에 카테고리 및 하위 카테고리 방식을 사용하는 것은 생각하지 못했어요… 항상 HTML 웹페이지에서 드릴다운(drill down)할 수 있다는 관점에서만 생각했거든요. 이 방식이 도움말 페이지 설정에 적합할 것 같습니다.
