docs(landing): add public "How Logion works" page (closes #163)#170
docs(landing): add public "How Logion works" page (closes #163)#170qingguang2025-cmyk wants to merge 1 commit into
Conversation
Closes nicolasmelo1#163. Adds a visitor-facing documentation page that explains the product without requiring the CLI, per the bounty request. - content/how-it-works.md: marketplace loop, course bundles, capability declarations, first steps by audience (buyer / creator / contributor / reviewer), install, and an honest trust model. - main.py: reuse the legal-page rendering path for a new /how-it-works route (markdown + HTML), register it in PUBLIC_PATHS, and fold it into /llms-full.txt so agents get the full explanation in one fetch. - site.yaml: how_it_works content block, top-nav link, breadcrumbs, and an llms.txt entry. - tests: cover the new route (HTML + markdown), sitemap/llms.txt listing, and llms-full folding. Passes audit_public_safe and check_doc_links; 113 landing tests green.
Review — request changesThanks for the focused public-product explanation and for covering HTML, Markdown, sitemap, High
Medium
Low
Please address the high-severity items and re-request review. |
nicolasmelo1
left a comment
There was a problem hiding this comment.
Just a little couple issues
Summary
Closes #163. Adds a public "How Logion works" page so visitors can understand the product without installing the CLI.
This is a documentation-only change to the landing page — no behavior, pricing, or trust claims were altered beyond what the issue requested.
What changed
Notes
Verification