Skip to content

Releases: source-medium/sourcemedium-docs

SourceMedium Docs v1.0.0

20 Jan 16:54

Choose a tag to compare

SourceMedium Docs v1.0.0

This release marks the first “1.0” milestone for the SourceMedium documentation site, with a clearer information architecture, stronger onboarding + reference coverage, and tighter quality guardrails.

Highlights

  • New docs homepage + navigation hub: https://docs.sourcemedium.com/index
  • Rebuilt navigation into 7 tabs (Overview / Connect / Understand / Use / Reference / Help / MTA) to improve discoverability and reduce orphaned content.

New / Major content additions

Improved reference accuracy

Cleanup + redirects

  • Removed deprecated/duplicate/internal pages (including legacy platform overview pages and Managed BI v2 docs) and added redirects to preserve old URLs.
  • Notable redirects:
    • /integrations/data-inputs/platform-integration-instructions/all-available-integrations
    • /data-inputs/configuration-sheet/data-inputs/configuration-sheet/config-sheet-overview
    • Old analytics tools pages → consolidated guides

Quality guardrails (CI)

  • Added PR checks for spelling, broken links, metadata completeness, orphan detection, placeholder linting, and SQL column reference accuracy.
  • Added post-deployment live-site validation tests (optional pytest -m live) to catch 404s/redirect loops early.