-
Notifications
You must be signed in to change notification settings - Fork 135
docs: improve getting started & deploying section #2060
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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
|
Preview for this PR was built for commit |
|
Preview for this PR was built for commit |
|
Preview for this PR was built for commit |
|
Preview for this PR was built for commit |
There was a problem hiding this 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; |
There was a problem hiding this comment.
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.
|
Preview for this PR was built for commit |
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.
getting_started/*anddeploying_your_code/*(inputs/outputs, input schema, Dockerfile, deploying).actor-marketing-playbookwithMarketing checklistpaths.sources/academy/platform/get_most_of_actors/index.md(index page).'/academy/actor-marketing-playbook'to/academy/actor-marketing-playbook/promote-your-actor/checklist.Written by Cursor Bugbot for commit e50c772. Configure here.