add headerbar and logo options as command line arguments

This commit is contained in:
tobias 2021-12-01 11:28:56 +00:00 committed by Florian
parent 2a292ade9b
commit 601d7968db
2 changed files with 15 additions and 8 deletions

View file

@ -69,8 +69,7 @@ Some customisation options
Header Bar
==========
In `config.js` set `headerBarUrl` to a json url containing :
Set the argument `--headerBarUrl` with an URL pointing to a JSON with the following structure :
```json
[
@ -82,7 +81,7 @@ In `config.js` set `headerBarUrl` to a json url containing :
Logo
====
In `config.js` set `logoUrl` to an image url
Set the argument `--logoUrl` with an URL pointing to your logo.
license
-------