chore: Improve Helpcenter custom domains (#5456)

- Support rendering articles over frontend URL
- Support rendering articles over help center URL
- Support rendering help center home page in the custom domain root
This commit is contained in:
Sojan Jose
2022-09-19 17:36:01 -07:00
committed by GitHub
parent a773ad7d08
commit 99de8f4500
10 changed files with 35 additions and 23 deletions
@@ -0,0 +1,5 @@
class MakeHelpCenterCustomDomainUnique < ActiveRecord::Migration[6.1]
def change
add_index :portals, :custom_domain, unique: true
end
end