Skip to content

Commit 1b6c5d1

Browse files
authored
feat: Renamed main CTA button from "Get started" to "Go to Console" (#2064)
Most people who are in docs are already signed up, and for them "Get started" is more confusing than helpful - get started with what exactly? Even on web we have "Go to Console", so this change brings more consistency.
1 parent 532d239 commit 1b6c5d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apify-docs-theme/src/theme/Navbar/CTA/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import styles from './styles.module.css';
22

3-
const buttonText = 'Get started';
3+
const buttonText = 'Go to Console';
44

55
function clickHandler() {
66
if (window.analytics) {

sources/platform/quick-start/build_with_ai.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Build with AI
2+
title: Build Actors with AI
33
sidebar_position: 3
44
description: Use pre-built prompts, refer to Apify docs via llms.txt, and follow best practices for effective vibe coding.
55
slug: /actors/development/quick-start/build-with-ai
66
toc_max_heading_level: 4
77
---
88

9-
**Use pre-built prompts, reference Apify docs via llms.txt, and follow best practices to build Actors efficiently with AI coding assistants.**
9+
**Use pre-built prompts, reference Apify documentation through `/llms.txt`, and follow best practices to build Actors efficiently with AI coding assistants.**
1010

1111
---
1212

0 commit comments

Comments
 (0)