Skip to content

Commit

Permalink
Update docs (#1280)
Browse files Browse the repository at this point in the history
- Add category JSONs to organize model categories
- Make demo models taller on model pages (600px)
  • Loading branch information
thekevinscott committed Dec 2, 2023
1 parent b8fe485 commit af4e69a
Show file tree
Hide file tree
Showing 9 changed files with 65 additions and 87 deletions.
6 changes: 6 additions & 0 deletions docs/docs/models/available/deblurring/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"position": 2,
"label": "Deblurring",
"collapsible": true,
"collapsed": true
}
6 changes: 6 additions & 0 deletions docs/docs/models/available/dehazing/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"position": 7,
"label": "Dehazing",
"collapsible": true,
"collapsed": true,
}
6 changes: 6 additions & 0 deletions docs/docs/models/available/denoising/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"position": 3,
"label": "Denoising",
"collapsible": true,
"collapsed": true
}
6 changes: 6 additions & 0 deletions docs/docs/models/available/deraining/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"position": 6,
"label": "Deraining",
"collapsible": true,
"collapsed": true
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"position": 4,
"label": "Low Light Enhancement",
"collapsible": true,
"collapsed": true,
}
6 changes: 6 additions & 0 deletions docs/docs/models/available/retouching/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"position": 5,
"label": "Retouching",
"collapsible": true,
"collapsed": true
}
6 changes: 6 additions & 0 deletions docs/docs/models/available/upscaling/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"position": 1,
"label": "Upscaling",
"collapsible": true,
"collapsed": false
}
4 changes: 2 additions & 2 deletions docs/src/components/codeEmbed/codeEmbed.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ $dragger_bottom_padding: 10px;
iframe {
position: relative;
width: 100%;
height: 400px;
height: 600px;
left: 0;
top: 0;
}
Expand All @@ -97,7 +97,7 @@ $dragger_bottom_padding: 10px;

iframe.iframe {
width: 100%;
height: 400px;
height: 600px;
z-index: 2;
background: black;

Expand Down
106 changes: 21 additions & 85 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit af4e69a

Please sign in to comment.