홈페이지 메뉴에 다른 사이트 링크를 추가하는 방법?

I just set up discourse with business hosting. I’m trying to integrate my forum with a separate web app. From my searching around here, it looks like fully integrating the forum into the app itself would require putting it in an iframe, which I don’t want to do.

So, what I want to do is make the forum mimic the look of the app. The starting point would be the top menu, where I want to add links to different places in the app itself. Given that the app is at a separate url, these would be links to the pages of an external site.

How to I add these links to the menu of my discourse forum?

Thanks!

Discourse UI를 추가하거나 변경하는 가장 간단한 방법은 #customization:theme-component를 사용하는 것입니다. 설치 방법은 간단하며, 가이드를 통해 단계별로 진행할 수 있습니다.

다음은 관심 있을 만한 세 가지입니다:

Awesome. I’ll take a look. Thanks.