@apify/docs-theme 1.0.21 → 1.0.22

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/docs-theme",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
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: 'Cralwee',
219
+ label: 'Crawlee',
220
220
  to: 'https://crawlee.dev',
221
221
  rel: 'dofollow',
222
222
  },
@@ -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>