@apify/docs-theme 1.0.59 → 1.0.60

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.59",
3
+ "version": "1.0.60",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
package/src/config.js CHANGED
@@ -87,7 +87,7 @@ const themeConfig = ({
87
87
  rel: 'dofollow',
88
88
  },
89
89
  {
90
- label: 'Open Source',
90
+ label: 'Open source',
91
91
  type: 'dropdown',
92
92
  position: 'left',
93
93
  className: 'navbar__item',
@@ -106,7 +106,7 @@ const themeConfig = ({
106
106
  href: 'https://github.com/apify/fingerprint-suite',
107
107
  },
108
108
  {
109
- label: 'See our GitHub',
109
+ label: 'See Apify on GitHub',
110
110
  href: 'https://github.com/apify',
111
111
  },
112
112
  ],
@@ -114,7 +114,7 @@ const themeConfig = ({
114
114
  {
115
115
  href: 'https://github.com/apify',
116
116
  label: 'GitHub',
117
- title: 'See our GitHub',
117
+ title: 'See Apify on GitHub',
118
118
  position: 'right',
119
119
  className: 'icon',
120
120
  },
@@ -394,7 +394,7 @@ html.plugin-docs .theme-doc-markdown {
394
394
 
395
395
  html.plugin-docs .theme-doc-markdown img {
396
396
  display: block;
397
- margin: 0 auto;
397
+ margin: 1em auto 2em;
398
398
  }
399
399
 
400
400
  html.plugin-docs .theme-doc-markdown h1 {