# Docs 페이지를 기본 홈으로 설정하는 방법

**URL:** https://meta.discourse.org/t/how-to-make-docs-page-the-default-homepage/240336
**Category:** Development
**Tags:** docs
**Created:** [9월 27, 2022, 1:18오후 UTC](https://meta.discourse.org/t/how-to-make-docs-page-the-default-homepage/240336 "2022-09-27T13:18:23Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![keegan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/keegan/32/383395_2.png) [@keegan](https://meta.discourse.org/u/keegan)
#### Post date: [9월 27, 2022, 4:08오후 UTC](https://meta.discourse.org/t/how-to-make-docs-page-the-default-homepage/240336/2 "2022-09-27T16:08:17Z")

</div>

이 코드를 테마에 추가할 수 있습니다:

```js
<script type="text/discourse-plugin" version="0.8">
  const { setDefaultHomepage } = require('discourse/lib/utilities');
  setDefaultHomepage("docs");
</script>

```

---

_[View the full topic](https://meta.discourse.org/t/how-to-make-docs-page-the-default-homepage/240336)._
