-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
160 add links to slack channel and mailing list (#161)
* add connect with us section * update the connect with us section * also add to dropdown * inquires to questions * update text * center everything * lowercase s
- Loading branch information
1 parent
43a0894
commit 3ac6305
Showing
5 changed files
with
83 additions
and
26 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
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 |
---|---|---|
|
@@ -8,6 +8,7 @@ config["client_id"] = "react-auth"; | |
config["pyIncoreDocUrl"] = `${hostname}/doc/pyincore/index.html`; | ||
config["pyIncoreVizDocUrl"] = `${hostname}/doc/pyincore_viz/index.html`; | ||
config["pyIncoreDataDocUrl"] = `${hostname}/doc/pyincore_data/index.html`; | ||
config["incoreDocUrl"] = `${hostname}/doc/incore/introduction.html`; | ||
config["swaggerUrl"] = `${hostname}/doc/api/`; | ||
config["webVersion"] = "1.8.0"; | ||
config["spaceServiceBase"] = `${hostname}/space/api/`; | ||
|
@@ -36,5 +37,7 @@ config["playbookImageDetails"] = [ | |
]; | ||
|
||
config["mailingList"] = "[email protected]"; | ||
config["slackInvitationLink"] = "https://bit.ly/in-core"; | ||
config["slackWorkspaceLink"] = "https://in-core.slack.com"; | ||
|
||
export default config; |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.