@apify/docs-theme 1.0.221 → 1.0.223

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.221",
3
+ "version": "1.0.223",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
@@ -54,6 +54,7 @@ export default function DocItemContent({ children }) {
54
54
  '/platform',
55
55
  '/sdk',
56
56
  '/cli',
57
+ '/academy',
57
58
  ];
58
59
 
59
60
  // Define paths that should not show LLMButtons (e.g., changelog pages)
@@ -1,6 +1,6 @@
1
1
  import styles from './styles.module.css';
2
2
 
3
- const buttonText = 'Get started';
3
+ const buttonText = 'Go to Console';
4
4
 
5
5
  function clickHandler() {
6
6
  if (window.analytics) {