Skip to content

Conversation

@TC-MO
Copy link
Contributor

@TC-MO TC-MO commented Nov 3, 2025

remove outdated images
remove H1
polish prose
update structure & formatting
use admonitions instead of block quotes


Note

Polishes Academy getting started/deploying docs with admonitions and wording updates, replaces playbook links with a marketing checklist, removes the playbook index, and adds an Nginx redirect.

  • Academy docs:
    • Getting started & Deploying: Streamline titles/descriptions, normalize headings, and replace block quotes with admonitions across getting_started/* and deploying_your_code/* (inputs/outputs, input schema, Dockerfile, deploying).
    • Content tweaks: Minor prose polish, clarified sections (e.g., “Actorization” workflow), and updated examples/notes.
    • Link updates: Replace references to actor-marketing-playbook with Marketing checklist paths.
  • Marketing playbook:
    • Remove sources/academy/platform/get_most_of_actors/index.md (index page).
  • Platform docs:
    • Update mentions/links to marketing checklist in monetization and store pages.
  • Nginx:
    • Add redirect from '/academy/actor-marketing-playbook' to /academy/actor-marketing-playbook/promote-your-actor/checklist.

Written by Cursor Bugbot for commit e50c772. Configure here.

TC-MO added 4 commits October 31, 2025 12:23
remove outdated images
remove H1
polish prose
update structure & formatting
use admonitions instead of block quotes
updates to formatting
remove H1's
remove unnecessary hard-coded anchors
remove index for actor marketing playbook
add redirect for removed page
remove H1
@TC-MO TC-MO requested a review from tomnosek November 3, 2025 03:50
@TC-MO TC-MO self-assigned this Nov 3, 2025
@TC-MO TC-MO added documentation Improvements or additions to documentation. t-docs Issues owned by technical writing team. labels Nov 3, 2025
@apify-service-account
Copy link

Preview for this PR was built for commit 6914e92f and is ready at https://pr-2060.preview.docs.apify.com!

@apify-service-account
Copy link

Preview for this PR was built for commit b568763e and is ready at https://pr-2060.preview.docs.apify.com!

@apify-service-account
Copy link

Preview for this PR was built for commit 91106a2c and is ready at https://pr-2060.preview.docs.apify.com!

@TC-MO TC-MO changed the title docs: improve deploying section docs: improve getting started & deploying section Nov 3, 2025
@TC-MO TC-MO marked this pull request as ready for review November 3, 2025 04:37
@TC-MO TC-MO requested a review from honzajavorek as a code owner November 3, 2025 04:37
@apify-service-account
Copy link

Preview for this PR was built for commit e50c772c and is ready at https://pr-2060.preview.docs.apify.com!

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is being reviewed by Cursor Bugbot

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

Comment @cursor review or bugbot run to trigger another review on this PR

rewrite ^/academy/get-most-of-actors$ /academy/actor-marketing-playbook permanent;

# Actor marketing playbook index removal
rewrite ^/academy/actor-marketing-playbook$ /academy/actor-marketing-playbook/promote-your-actor/checklist permanent;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Direct Redirect Chain Causes SEO Overhead

Redirect chain detected: /academy/get-most-of-actors redirects to /academy/actor-marketing-playbook (line 647), which then immediately redirects to /academy/actor-marketing-playbook/promote-your-actor/checklist (line 650). This creates an unnecessary intermediate redirect. For better performance and SEO, line 647 should redirect directly to /academy/actor-marketing-playbook/promote-your-actor/checklist instead of creating a chain.

Fix in Cursor Fix in Web

@apify-service-account
Copy link

Preview for this PR was built for commit bd70f477 and is ready at https://pr-2060.preview.docs.apify.com!

@TC-MO TC-MO merged commit cf5ebd2 into master Nov 4, 2025
10 checks passed
@TC-MO TC-MO deleted the improve-Academy branch November 4, 2025 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation. t-docs Issues owned by technical writing team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants