Skip to content

Commit cf87fd1

Browse files
committed
feat: add DEVTRON_HOME_PAGE constant to Constants.ts
1 parent 8d83cf8 commit cf87fd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Common/Constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export const FALLBACK_REQUEST_TIMEOUT = 60000
1818
export const Host = window?.__ORCHESTRATOR_ROOT__ ?? '/orchestrator'
1919

2020
export const DOCUMENTATION_HOME_PAGE = 'https://docs.devtron.ai'
21+
export const DEVTRON_HOME_PAGE = 'https://devtron.ai/'
2122
export const DOCUMENTATION_VERSION = '/v/v0.7'
2223
export const DISCORD_LINK = 'https://discord.devtron.ai/'
2324
export const DEFAULT_JSON_SCHEMA_URI = 'https://json-schema.org/draft/2020-12/schema'

0 commit comments

Comments
 (0)