e34d524600
A batch of technical-SEO fixes across the docs, all reader-facing (titles, links, redirects): - Canonicalize the duplicate CLI command pages: the bare `/cli-dev` and `/cli-deploy` paths now permanently redirect to their `-commands` equivalents, and a duplicate navigation entry is removed. - Give the three pages that all rendered as "Overview" distinct titles (Building with AI, self-hosting overview, Management API overview), with sidebar labels unchanged. - Replace the generic "Learn more" links in the introduction's build-extension list with descriptive anchor text. - Switch two http links to https in the Supabase guides, point a troubleshooting page's help link to Discord, and add missing meta descriptions to three help and troubleshooting pages.
16 lines
613 B
Plaintext
16 lines
613 B
Plaintext
## Useful next steps
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="Tasks overview" icon="diagram-subtask" href="/tasks/overview">
|
|
Learn what tasks are and their options
|
|
</Card>
|
|
<Card title="Writing tasks" icon="pen-nib" href="/writing-tasks-introduction">
|
|
Learn how to write your own tasks
|
|
</Card>
|
|
<Card title="Deploy using the CLI" icon="terminal" href="/cli-deploy-commands">
|
|
Learn how to deploy your task manually using the CLI
|
|
</Card>
|
|
<Card title="Deploy using GitHub actions" icon="github" href="/github-actions">
|
|
Learn how to deploy your task using GitHub actions
|
|
</Card>
|
|
</CardGroup> |