こんにちは。
Discourse のドキュメントページをホームページにするにはどうすればよいですか?
よろしくお願いします。
「いいね!」 1
このコードをテーマに追加できます。
<script type="text/discourse-plugin" version="0.8">
const { setDefaultHomepage } = require('discourse/lib/utilities');
setDefaultHomepage("docs");
</script>
「いいね!」 13
すごい、このコードは成功です!
本当にありがとうございます。泣きたいです。
@keegan さん、改めてありがとうございます。
「いいね!」 2
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.