Chore: Add link to product docs on sidebar (#5119)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Nithin David Thomas
2022-07-27 10:49:06 +05:30
committed by GitHub
parent f6891aebbb
commit 1594d49a70
7 changed files with 26 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ const state = {
export const getters = {
get: $state => $state,
isOnChatwootCloud: $state => $state.deploymentEnv === 'cloud',
isACustomBrandedInstance: $state => $state.installationName !== 'Chatwoot',
};
export const actions = {};