Skip to content

Commit

Permalink
fix: hide redocusaurus sidebar footer + expand all responses (#1093)
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan authored Jul 9, 2024
1 parent 5c7be08 commit d7a1143
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
12 changes: 8 additions & 4 deletions .redocly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ theme:
onlyRequiredInSamples: true
nativeScrollbars: true
scrollYOffset: 68
theme:
colors:
primary:
main: '#1f9ec8'
colors:
primary:
main: '#1f9ec8'
expandDefaultResponse: true
expandDefaultRequest: true
expandResponses: all
schemaExpansionLevel: 2
jsonSampleExpandLevel: 2
8 changes: 8 additions & 0 deletions apify-docs-theme/src/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -1567,3 +1567,11 @@ html[data-theme='dark'] .runnable-code-block svg .apify-logo {
.redocusaurus table code {
word-break: normal;
}

.redocusaurus .menu-content div:nth-child(2) ul {
padding-bottom: 0;
}

.redocusaurus .menu-content div:nth-child(2) div {
display: none;
}
8 changes: 4 additions & 4 deletions package-lock.json

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

0 comments on commit d7a1143

Please sign in to comment.