We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f5c216 commit baf8c29Copy full SHA for baf8c29
README.md
@@ -81,8 +81,13 @@ docker build .
81
82
## Configuration
83
84
-All of the configuration files are located in ```config```. As HEAL is current only used for the landing page the
85
-configuration that are used are:
+All the configuration files are located in ```config/heal```. As HEAL is currently only used for the landing page the
+relevant configuration files are:
86
87
* navigation.json
88
* footer.json
89
+* banner
90
+
91
+## Custom Pages
92
93
+See ```src/pages/SamplePage``` for an example of adding a new page to the HEAL commons.
0 commit comments