docs: reshape hero path into Getting Started funnel - #1254
Merged
Conversation
Point readers through Docker auto-source quickstart → deployment → advanced feeds; fold MCP/CLI/skill docs onto the same path and redirect legacy /web-application/getting-started/.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
/getting-started/is the 60s Docker auto-source quickstart;/web-application/getting-started/redirects there and the duplicate page is removed.web-application/concepts.mdx(auto-source, Botasaurus, tokens, ecosystem map); deployment and creating-custom-feeds rewritten as funnel steps.apply/scrape; AI agent workflows cover thehtml2rss-configskill; StarlightCodecomponent only.Why
Readers were forked across parallel “getting started” paths (web app vs root). One directed success path makes the Docker page-URL workflow primary and treats custom YAML as the escape hatch.
Risk
/web-application/getting-started/relies on the Astro redirect; confirm it resolves in the built site.Review map
src/content/docs/getting-started.mdx— canonical 60s quickstartastro.config.mjs— redirect + sidebar IAsrc/content/docs/web-application/concepts.mdx— new How It Workssrc/content/docs/ruby-gem/reference/mcp-server.mdx+cli-reference.mdx+guides/ai-agent-workflows.mdx— MCP/CLI/skill contractssrc/content/docs/creating-custom-feeds.mdx+web-application/deployment.mdx— funnel step rewritesValidation
make check/make build(docs content commit; open requested without local build evidence)