@apify/docs-theme 1.0.64 → 1.0.65
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 +1 -1
- package/src/config.js +2 -2
package/package.json
CHANGED
package/src/config.js
CHANGED
|
@@ -107,7 +107,7 @@ const themeConfig = ({
|
|
|
107
107
|
href: 'https://github.com/apify/fingerprint-suite',
|
|
108
108
|
},
|
|
109
109
|
{
|
|
110
|
-
label: '
|
|
110
|
+
label: 'Apify on GitHub',
|
|
111
111
|
href: 'https://github.com/apify',
|
|
112
112
|
},
|
|
113
113
|
],
|
|
@@ -115,7 +115,7 @@ const themeConfig = ({
|
|
|
115
115
|
{
|
|
116
116
|
href: 'https://github.com/apify',
|
|
117
117
|
label: 'GitHub',
|
|
118
|
-
title: '
|
|
118
|
+
title: 'Apify on GitHub',
|
|
119
119
|
position: 'right',
|
|
120
120
|
className: 'icon',
|
|
121
121
|
},
|