@apify/docs-theme 1.0.110 → 1.0.112
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 -0
- package/src/theme/custom.css +2 -2
package/package.json
CHANGED
package/src/config.js
CHANGED
|
@@ -13,6 +13,7 @@ const themeConfig = ({
|
|
|
13
13
|
hideable: true,
|
|
14
14
|
},
|
|
15
15
|
},
|
|
16
|
+
smartlook: { projectKey: process.env.SMARTLOOK_PROJECT_KEY ?? '-' },
|
|
16
17
|
navbar: {
|
|
17
18
|
title: 'Apify Docs',
|
|
18
19
|
logo: {
|
|
@@ -255,6 +256,7 @@ const themeConfig = ({
|
|
|
255
256
|
});
|
|
256
257
|
|
|
257
258
|
const plugins = [
|
|
259
|
+
'docusaurus-plugin-smartlook',
|
|
258
260
|
[
|
|
259
261
|
'docusaurus-gtm-plugin',
|
|
260
262
|
{
|
package/src/theme/custom.css
CHANGED
|
@@ -917,11 +917,11 @@ html[data-theme='dark'] .actionLink:hover::after {
|
|
|
917
917
|
|
|
918
918
|
|
|
919
919
|
.card {
|
|
920
|
-
[class
|
|
920
|
+
[class*="cardTitle"] {
|
|
921
921
|
font-size: 1.6rem !important;
|
|
922
922
|
}
|
|
923
923
|
|
|
924
|
-
[class
|
|
924
|
+
[class*="cardDescription"] {
|
|
925
925
|
font-size: 1.2rem !important;
|
|
926
926
|
}
|
|
927
927
|
}
|