@apify/docs-theme 1.0.153 → 1.0.155
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 +11 -0
- package/src/theme/custom.css +1 -1
package/package.json
CHANGED
package/src/config.js
CHANGED
|
@@ -225,6 +225,13 @@ const themeConfig = ({
|
|
|
225
225
|
target: '_self',
|
|
226
226
|
rel: 'dofollow',
|
|
227
227
|
},
|
|
228
|
+
{
|
|
229
|
+
label: 'Open source',
|
|
230
|
+
href: `${absoluteUrl}/open-source/`, // we need a trailing slash here, we'd get redirected there anyway
|
|
231
|
+
position: 'left',
|
|
232
|
+
target: '_self',
|
|
233
|
+
rel: 'dofollow',
|
|
234
|
+
},
|
|
228
235
|
],
|
|
229
236
|
},
|
|
230
237
|
{
|
|
@@ -239,6 +246,10 @@ const themeConfig = ({
|
|
|
239
246
|
label: 'GitHub',
|
|
240
247
|
href: 'https://github.com/apify',
|
|
241
248
|
},
|
|
249
|
+
{
|
|
250
|
+
label: 'Trust Center',
|
|
251
|
+
href: 'https://trust.apify.com',
|
|
252
|
+
},
|
|
242
253
|
],
|
|
243
254
|
},
|
|
244
255
|
],
|
package/src/theme/custom.css
CHANGED
|
@@ -991,7 +991,7 @@ html[data-theme='dark'] .actionLink:hover::after {
|
|
|
991
991
|
}
|
|
992
992
|
|
|
993
993
|
aside li.section-header > div > .menu__link,
|
|
994
|
-
aside li.section-header > ul > li > div > .menu__link {
|
|
994
|
+
.plugin-id-openapi aside li.section-header > ul > li > div > .menu__link {
|
|
995
995
|
text-transform: uppercase;
|
|
996
996
|
opacity: 0.8;
|
|
997
997
|
font-size: 16px;
|