@apify/docs-theme 1.0.125 → 1.0.127

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.125",
3
+ "version": "1.0.127",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
package/src/config.js CHANGED
@@ -103,6 +103,9 @@ const themeConfig = ({
103
103
  {
104
104
  label: 'Open source',
105
105
  type: 'dropdown',
106
+ to: `${absoluteUrl}/open-source`,
107
+ activeBasePath: 'open-source',
108
+ target: '_self',
106
109
  position: 'left',
107
110
  className: 'navbar__item',
108
111
  items: [
@@ -1575,3 +1575,7 @@ html[data-theme='dark'] .runnable-code-block svg .apify-logo {
1575
1575
  .redocusaurus .menu-content div:nth-child(2) div {
1576
1576
  display: none;
1577
1577
  }
1578
+
1579
+ .apiPage .tsd-panel-header .tsd-anchor-id {
1580
+ top: -13rem;
1581
+ }