diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-06-12 22:41:15 -0400 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-06-12 22:41:15 -0400 |
commit | 53bc7272edb232b22c290017ecff0ce6972b3771 (patch) | |
tree | 037938ea7c8424a831aa7c4f1c96b4575b2ce97e /HACKING.rst | |
parent | d9da078ddad3d4ebefd42955875421c45c55635d (diff) | |
download | buildstream-53bc7272edb232b22c290017ecff0ce6972b3771.tar.gz |
doc: Don't allow setting a height on the generated session html
This was a bad idea and doesnt play well with mobile UIs, better
off to just include the whole thing even if it's long, and let
the backing page handle vertical scrolling.
Diffstat (limited to 'HACKING.rst')
-rw-r--r-- | HACKING.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/HACKING.rst b/HACKING.rst index a3746ec5c..a1cffc880 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -379,9 +379,6 @@ The ``.run`` file format is just another YAML dictionary with a few options: * ``directory``: The project directory to run commands on, relative to the ``.run`` file. -* ``height``: An optional string denoting that the height of the generated HTML should - be limited, possibly resulting in vertical scrolling. - * ``prepare-commands``: A list of command strings which should be run first * ``command``: The command to capture the output of |