如何将 Docs 页面设为默认主页

Hello,
How display Docs page become homepage of Discourse?
Thank you!

1 个赞

You can add this code to your theme:

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

Wow, this code is success!
Thank you so much! wanna cry.
Thank again @keegan

2 个赞

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.