Skip to content

docs: dedicated Getting Started page (own the onboarding query) + HowTo schema#11

Draft
rain-Brian wants to merge 1 commit into
mainfrom
seo/acoustic-getting-started
Draft

docs: dedicated Getting Started page (own the onboarding query) + HowTo schema#11
rain-Brian wants to merge 1 commit into
mainfrom
seo/acoustic-getting-started

Conversation

@rain-Brian

Copy link
Copy Markdown
Collaborator

Why

Replicates the pattern shipped for MegaDetector (microsoft/MegaDetector#31): a dedicated getting-started page at its own URL, with slug + title + H1 all matching "getting started with MegaDetector-Acoustic", plus HowTo structured data. A dedicated-slug page is what wins the "getting started with X" query.

What

  • New docs/getting-started.md at /MegaDetector-Acoustic/getting-started/. An install → prepare audio → train → run-inference HowTo, sourced from the existing Overview and Installation pages and linking out to them and the demo notebook.
  • overrides/main.html: a HowTo JSON-LD block, gated per-page (same src_path mechanism as the existing WebSite/Organization graph) so it renders only on the new page.
  • docs/index.md, docs/installation.md (additive): Getting Started pointers.
  • mkdocs.yml: nav entry between Overview and Installation.

Content sourced only from this repo's own committed docs; nothing external copied.

Verification

  • mkdocs build --strict exits 0 on the repo's tracked docs
  • HowTo (4 HowToStep) renders only on the getting-started page, 0 on the homepage
  • New URL present in sitemap.xml; 0 em-dashes; AI-tells linter clean

Live checks deferred: the repo is private with Pages stuck on a randomized URL, so Lighthouse, live-sitemap, and indexing checks are deferred until go-public.

Opened as a draft; not requesting review yet.

Add docs/getting-started.md at its own URL (slug + title + H1 matching
'getting started with MegaDetector-Acoustic') to own the onboarding
query. The page is an install -> prepare audio -> train -> infer HowTo,
sourced from the existing Overview and Installation pages and linking
out to them and the demo notebook.

- New page: docs/getting-started.md (HowTo JSON-LD gated per-page in
  overrides/main.html, alongside the existing WebSite/Organization graph)
- index.md, installation.md: additive Getting Started pointers
- mkdocs.yml: nav entry between Overview and Installation

Verified: mkdocs build --strict exits 0 on the repo's tracked docs;
HowTo renders only on the getting-started page (4 HowToStep); new URL in
sitemap; 0 em-dashes; ai_tells clean. Live checks (Lighthouse, indexing)
deferred until the repo goes public.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant