Vladyslav Prykhodko
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
6 deletions
-
ui-ngx/src/app/shared/models/constants.ts
|
|
|
@ -81,12 +81,7 @@ export const resolveBreakpoint = (breakpoint: string): string => { |
|
|
|
|
|
|
|
export const helpBaseUrl = 'https://thingsboard.io'; |
|
|
|
|
|
|
|
enum DocPlatformPrefix { |
|
|
|
CE = '', |
|
|
|
PE = '/pe', |
|
|
|
CLOUD = '/paas' |
|
|
|
} |
|
|
|
export const docPlatformPrefix = DocPlatformPrefix.CE; |
|
|
|
export const docPlatformPrefix = ''; |
|
|
|
|
|
|
|
/* eslint-disable max-len */ |
|
|
|
export const HelpLinks = { |
|
|
|
|