@apify/docs-theme 1.0.58 → 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 +1 -1
- package/src/config.js +3 -3
- package/src/theme/custom.css +8 -1
package/package.json
CHANGED
package/src/config.js
CHANGED
|
@@ -87,7 +87,7 @@ const themeConfig = ({
|
|
|
87
87
|
rel: 'dofollow',
|
|
88
88
|
},
|
|
89
89
|
{
|
|
90
|
-
label: 'Open
|
|
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
|
|
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
|
|
117
|
+
title: 'See Apify on GitHub',
|
|
118
118
|
position: 'right',
|
|
119
119
|
className: 'icon',
|
|
120
120
|
},
|
package/src/theme/custom.css
CHANGED
|
@@ -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:
|
|
397
|
+
margin: 1em auto 2em;
|
|
398
398
|
}
|
|
399
399
|
|
|
400
400
|
html.plugin-docs .theme-doc-markdown h1 {
|
|
@@ -530,6 +530,13 @@ div[class*="searchBox"] {
|
|
|
530
530
|
display: flex;
|
|
531
531
|
}
|
|
532
532
|
|
|
533
|
+
.theme-doc-sidebar-item-category .menu__list-item-collapsible,
|
|
534
|
+
.theme-doc-sidebar-item-link {
|
|
535
|
+
display: flex;
|
|
536
|
+
align-items: center;
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
|
|
533
540
|
@media (min-width: 480px) {
|
|
534
541
|
.navbar__logo {
|
|
535
542
|
display: initial;
|