@apify/docs-theme 1.0.21 → 1.0.23
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
package/src/config.js
CHANGED
|
@@ -139,7 +139,7 @@ const themeConfig = ({
|
|
|
139
139
|
darkTheme: require('prism-react-renderer/themes/dracula'),
|
|
140
140
|
additionalLanguages: ['docker', 'log'],
|
|
141
141
|
},
|
|
142
|
-
metadata: [],
|
|
142
|
+
metadata: [{ name: 'robots', content: 'noindex, nofollow' }],
|
|
143
143
|
image: 'https://apify.com/img/og/docs.png',
|
|
144
144
|
footer: {
|
|
145
145
|
links: [
|
|
@@ -216,7 +216,7 @@ const themeConfig = ({
|
|
|
216
216
|
title: 'More',
|
|
217
217
|
items: [
|
|
218
218
|
{
|
|
219
|
-
label: '
|
|
219
|
+
label: 'Crawlee',
|
|
220
220
|
to: 'https://crawlee.dev',
|
|
221
221
|
rel: 'dofollow',
|
|
222
222
|
},
|
|
@@ -44,8 +44,8 @@ function ChangelogPageDesktop({ changelog, toc }) {
|
|
|
44
44
|
description={siteConfig.tagline}
|
|
45
45
|
>
|
|
46
46
|
<div className='docPage docMainContainer' style={{ margin: 'auto' }}>
|
|
47
|
-
<div className="row" style={{ flexWrap: 'nowrap' }}>
|
|
48
|
-
<div style={{ flexDirection: 'column' }} className='theme-doc-markdown markdown col--9'>
|
|
47
|
+
<div className="row" style={{ flexWrap: 'nowrap', margin: '10px' }}>
|
|
48
|
+
<div style={{ flexDirection: 'column', flex: 3 }} className='theme-doc-markdown markdown col--9'>
|
|
49
49
|
<ReactMarkdown
|
|
50
50
|
remarkPlugins={[remarkSlug]}
|
|
51
51
|
rehypePlugins={[
|
|
@@ -59,7 +59,7 @@ function ChangelogPageDesktop({ changelog, toc }) {
|
|
|
59
59
|
{changelog}
|
|
60
60
|
</ReactMarkdown>
|
|
61
61
|
</div>
|
|
62
|
-
<div className="col--3">
|
|
62
|
+
<div style={{ flex: 1 }} className="col--3">
|
|
63
63
|
<TOC
|
|
64
64
|
{...{
|
|
65
65
|
toc,
|
|
@@ -81,7 +81,7 @@ function ChangelogPageMobile({ changelog, toc }) {
|
|
|
81
81
|
title={`Changelog · ${siteConfig.tagline}`}
|
|
82
82
|
description={siteConfig.tagline}
|
|
83
83
|
>
|
|
84
|
-
<div className='col apiItemCol'
|
|
84
|
+
<div className='col apiItemCol' >
|
|
85
85
|
<TOCCollapsible
|
|
86
86
|
{...{
|
|
87
87
|
toc,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" height="16" width="16" aria-hidden="true" focusable="false" fill="currentColor" xmlns="http://www.w3.org/2000/svg" class="StyledIconBase-sc-ea9ulj-0 bhLQRR external-link-icon"><g data-name="Layer 2"><g data-name="external-link"><path d="M20 11a1 1 0 0 0-1 1v6a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h6a1 1 0 0 0 0-2H6a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3v-6a1 1 0 0 0-1-1z"></path><path d="M16 5h1.58l-6.29 6.28a1 1 0 0 0 0 1.42 1 1 0 0 0 1.42 0L19 6.42V8a1 1 0 0 0 1 1 1 1 0 0 0 1-1V4a1 1 0 0 0-1-1h-4a1 1 0 0 0 0 2z"></path></g></g></svg>
|