-
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.
* MD didnt work, starting homepage usiong old themes Update NewHomePage.jsx Styling changes Collapsible version block Intro block Replaced old homepage * New homepage changes * Bug changes and adding to link * Implemented suggestions and created changelog Need to double check all links go to a new tab * Update HomePage.jsx
- Loading branch information
Showing
4 changed files
with
314 additions
and
229 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 |
---|---|---|
|
@@ -9,6 +9,8 @@ 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["incoreTutorialUrl"] = `${hostname}/doc/incore/tutorials.html`; | ||
config["incoreFAQUrl"] = `${hostname}/doc/incore/faq.html`; | ||
config["swaggerUrl"] = `${hostname}/doc/api/`; | ||
config["webVersion"] = "1.9.1"; | ||
config["spaceServiceBase"] = `${hostname}/space/api/`; | ||
|
@@ -39,5 +41,6 @@ config["playbookImageDetails"] = [ | |
config["mailingList"] = "[email protected]"; | ||
config["slackInvitationLink"] = "https://bit.ly/in-core"; | ||
config["slackWorkspaceLink"] = "https://in-core.slack.com"; | ||
config["githubRelease"] = "https://github.com/IN-CORE/IN-CORE/releases/tag/"; | ||
|
||
export default config; |
Oops, something went wrong.