chore: Remove static URLs from the documentation (#5461)

This commit is contained in:
Pranav Raj S
2022-09-19 21:52:01 -07:00
committed by GitHub
parent 3a1e521b4c
commit 1761100c77
52 changed files with 120 additions and 92 deletions

View File

@@ -9,6 +9,7 @@ json.meta article.meta
json.category do
json.id article.category_id
json.name article.category.name
json.slug article.category.slug
end
if article.portal.present?

View File

@@ -33,6 +33,7 @@
<script>
window.chatwootConfig = {
hostURL: '<%= ENV.fetch('FRONTEND_URL', '') %>',
helpCenterURL: '<%= ENV.fetch('HELPCENTER_URL', '') %>',
fbAppId: '<%= ENV.fetch('FB_APP_ID', nil) %>',
fbApiVersion: '<%= @global_config['FACEBOOK_API_VERSION'] %>',
signupEnabled: '<%= @global_config['ENABLE_ACCOUNT_SIGNUP'] %>',