@apify/docs-theme 1.0.54 → 1.0.56

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.54",
3
+ "version": "1.0.56",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
package/src/config.js CHANGED
@@ -138,7 +138,7 @@ const themeConfig = ({
138
138
  darkTheme: require('prism-react-renderer/themes/dracula'),
139
139
  additionalLanguages: ['docker', 'log'],
140
140
  },
141
- metadata: [{ name: 'robots', content: 'noindex, nofollow' }],
141
+ // metadata: [{ name: 'robots', content: 'noindex, nofollow' }],
142
142
  image: 'https://apify.com/img/og/docs.png',
143
143
  footer: {
144
144
  links: [
@@ -691,3 +691,7 @@ aside li.section-header > .menu__list {
691
691
  html[data-theme='dark'] .beta-chip {
692
692
  background: #333;
693
693
  }
694
+
695
+ a.tsd-anchor[href^="https://undefined"] {
696
+ display: none;
697
+ }