@apify/docs-theme 1.0.124 → 1.0.125

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/docs-theme",
3
- "version": "1.0.124",
3
+ "version": "1.0.125",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
@@ -1567,3 +1567,11 @@ html[data-theme='dark'] .runnable-code-block svg .apify-logo {
1567
1567
  .redocusaurus table code {
1568
1568
  word-break: normal;
1569
1569
  }
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
+ }