Skip to content

Commit d7a1143

Browse files
authored
fix: hide redocusaurus sidebar footer + expand all responses (#1093)
1 parent 5c7be08 commit d7a1143

File tree

3 files changed

+20
-8
lines changed

3 files changed

+20
-8
lines changed

.redocly.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ theme:
1212
onlyRequiredInSamples: true
1313
nativeScrollbars: true
1414
scrollYOffset: 68
15-
theme:
16-
colors:
17-
primary:
18-
main: '#1f9ec8'
15+
colors:
16+
primary:
17+
main: '#1f9ec8'
18+
expandDefaultResponse: true
19+
expandDefaultRequest: true
20+
expandResponses: all
21+
schemaExpansionLevel: 2
22+
jsonSampleExpandLevel: 2

apify-docs-theme/src/theme/custom.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1567,3 +1567,11 @@ html[data-theme='dark'] .runnable-code-block svg .apify-logo {
15671567
.redocusaurus table code {
15681568
word-break: normal;
15691569
}
1570+
1571+
.redocusaurus .menu-content div:nth-child(2) ul {
1572+
padding-bottom: 0;
1573+
}
1574+
1575+
.redocusaurus .menu-content div:nth-child(2) div {
1576+
display: none;
1577+
}

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)