docs: temporary fix for memory error that occurs during build (#2584)

* docs: temporary fixes for build error

* docs: added env variable to the build step

* docs: undo unnecessary updates
This commit is contained in:
Shahed Nasser
2022-11-10 14:04:34 +02:00
committed by GitHub
parent 51c4cdd978
commit 8f39ee26d9
6 changed files with 528 additions and 15 deletions

View File

@@ -26,4 +26,8 @@ html[data-theme="dark"] .redocusaurus h2 + div + div > div + div {
html[data-theme="dark"] .redocusaurus .menu-content,
html[data-theme="dark"] .redocusaurus .menu-content label {
background-color: var(--ifm-background-color) !important;
}
.redoc-json code {
border: none !important;
}