chore: community edition product updates link (#6132)

* chore: community edition product updates link

* fix: iframe embed for changelog

---------

Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
This commit is contained in:
Prateek Shourya 2024-12-03 13:28:28 +05:30 committed by GitHub
parent 2768f560ad
commit 849d9891d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 23 additions and 61 deletions

View file

@ -57,6 +57,7 @@ export interface IInstanceConfig {
// intercom
is_intercom_enabled: boolean;
intercom_app_id: string | undefined;
instance_changelog_url?: string;
}
export interface IInstanceAdmin {