-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
disabled actions doc for BRAND_BASE_INFO['DOCS']=false
- Loading branch information
Gabriele Panico
committed
Aug 7, 2024
1 parent
6665108
commit fe260ea
Showing
2 changed files
with
7 additions
and
1 deletion.
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
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ export const BRAND_BASE_INFO: { [key: string] : string | boolean } ={ | |
CONTACT_US_EMAIL: "[email protected]", | ||
FAVICON: "https://tiledesk.com/wp-content/uploads/2022/07/tiledesk_v13-300x300.png", | ||
META_TITLE:"Design Studio", | ||
DOCS: true, | ||
DOCS: false, | ||
COMMUNITY_SECTION: true, | ||
LOGOUT_ENABLED: false | ||
} | ||
|