Skip to content
This repository was archived by the owner on Jul 13, 2021. It is now read-only.

Commit 69a9d78

Browse files
author
Alfredo Miranda
committed
Update README
1 parent 7478dd9 commit 69a9d78

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,14 @@ To customise the theme, overwrite the [`theme.js`](https://github.com/opentarget
2323

2424
### Customising the footer
2525

26-
To customise the footer, overwrite [`BasePage.js`](https://github.com/opentargets/platform-app-customisations/blob/master/common/BasePage.js) with a [`BasePage`](https://github.com/opentargets/platform-app-customisations/blob/master/common/BasePage.js) component so that it uses a custom [Footer](https://github.com/opentargets/platform-app-customisations/blob/master/common/CustomFooter.js) component.
26+
To customise the footer, overwrite [`BasePage.js`](https://github.com/opentargets/platform-app-customisations/blob/master/common/BasePage.js) with a [`BasePage`](https://github.com/opentargets/platform-app-customisations/blob/master/common/BasePage.js) component in the customisation
27+
directory so that it uses a custom [Footer](https://github.com/opentargets/platform-app-customisations/blob/master/common/CustomFooter.js) component.
28+
29+
### Changing order of sections
30+
One can change the order of sections in the target, disease, drug, and evidence page. To do so, overwrite the [`configuration.js`](https://github.com/opentargets/platform-app-customisations/blob/master/configuration.js) and change the order of the strings in the arrays.
31+
32+
### Deleting sections
33+
To delete sections, remove their corresponding string from the [`configuration.js`](https://github.com/opentargets/platform-app-customisations/blob/master/configuration.js) file
34+
35+
### Adding a section
2736

0 commit comments

Comments
 (0)