From bf60e5c6c66de5259c334cac8465ba867e588220 Mon Sep 17 00:00:00 2001 From: Kevin Scott <151596+thekevinscott@users.noreply.github.com> Date: Sat, 2 Dec 2023 06:34:06 -0500 Subject: [PATCH] Update docs (#1280) - Add category JSONs to organize model categories - Make demo models taller on model pages (600px) --- docs/docs/models/available/dehazing/_category_.json | 2 +- docs/docs/models/available/deraining/_category_.json | 2 +- .../docs/models/available/low-light-enhancement/_category_.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/models/available/dehazing/_category_.json b/docs/docs/models/available/dehazing/_category_.json index 99c928f64..2b243d2dc 100644 --- a/docs/docs/models/available/dehazing/_category_.json +++ b/docs/docs/models/available/dehazing/_category_.json @@ -2,5 +2,5 @@ "position": 7, "label": "Dehazing", "collapsible": true, - "collapsed": false + "collapsed": true, } diff --git a/docs/docs/models/available/deraining/_category_.json b/docs/docs/models/available/deraining/_category_.json index 21f16e071..bca0dfb14 100644 --- a/docs/docs/models/available/deraining/_category_.json +++ b/docs/docs/models/available/deraining/_category_.json @@ -2,5 +2,5 @@ "position": 6, "label": "Deraining", "collapsible": true, - "collapsed": false + "collapsed": true } diff --git a/docs/docs/models/available/low-light-enhancement/_category_.json b/docs/docs/models/available/low-light-enhancement/_category_.json index d8826362f..aa9b24069 100644 --- a/docs/docs/models/available/low-light-enhancement/_category_.json +++ b/docs/docs/models/available/low-light-enhancement/_category_.json @@ -2,5 +2,5 @@ "position": 4, "label": "Low Light Enhancement", "collapsible": true, - "collapsed": false + "collapsed": true }