Replaced db project readme file with opening a doc in browser after project is created (#19543)

This commit is contained in:
Leila Lali
2022-05-27 08:24:00 -07:00
committed by GitHub
parent 1d276d90e0
commit 6b10ecd588
23 changed files with 33 additions and 105 deletions

View File

@@ -145,6 +145,11 @@ declare module 'dataworkspace' {
* Location where clicking on the Learn More next to SDK style checkbox will go. sdkStyleOption needs to be set to true to use this
*/
readonly sdkStyleLearnMoreUrl?: string
/**
* Location where clicking on the Learn More to know more about project type will go
*/
readonly learnMoreUrl?: string
}
/**