-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scripts[major]: Cleanup CLI integration template scripts
- Loading branch information
1 parent
c1f6c5b
commit 589354f
Showing
13 changed files
with
463 additions
and
540 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
export const SIDEBAR_LABEL_PLACEHOLDER = "__sidebar_label__"; | ||
export const MODULE_NAME_PLACEHOLDER = "__module_name__"; | ||
export const PACKAGE_NAME_PLACEHOLDER = "__package_name__"; | ||
export const FULL_IMPORT_PATH_PLACEHOLDER = "__full_import_path__"; | ||
export const ENV_VAR_NAME_PLACEHOLDER = "__env_var_name__"; | ||
|
||
export const API_REF_MODULE_PLACEHOLDER = "__api_ref_module__"; | ||
export const API_REF_PACKAGE_PLACEHOLDER = "__api_ref_package__"; | ||
export const PYTHON_DOC_URL_PLACEHOLDER = "__python_doc_url__"; | ||
|
||
export const SERIALIZABLE_PLACEHOLDER = "__serializable__"; | ||
export const LOCAL_PLACEHOLDER = "__local__"; | ||
export const PY_SUPPORT_PLACEHOLDER = "__py_support__"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.