@apify/docs-theme 1.0.160 → 1.0.162

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.160",
3
+ "version": "1.0.162",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
package/src/config.js CHANGED
@@ -227,7 +227,7 @@ const themeConfig = ({
227
227
  },
228
228
  {
229
229
  label: 'Open source',
230
- href: `${absoluteUrl}/open-source/`, // we need a trailing slash here, we'd get redirected there anyway
230
+ href: `${absoluteUrl}/open-source`,
231
231
  position: 'left',
232
232
  target: '_self',
233
233
  rel: 'dofollow',
@@ -1833,6 +1833,10 @@ iframe[src*="youtube"] {
1833
1833
  text-transform: none;
1834
1834
  }
1835
1835
 
1836
+ .plugin-id-openapi .export-button {
1837
+ --ifm-button-size-multiplier: 1.5;
1838
+ }
1839
+
1836
1840
  @media (max-width: 996px) {
1837
1841
  div[class^="navbarSearchContainer"] {
1838
1842
  position: static;