Releases: source-medium/sourcemedium-docs
Releases · source-medium/sourcemedium-docs
SourceMedium Docs v1.0.0
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
- Order Segmentation docs (how
sm_channel+sm_order_typeclassification works): - Attribution Source Hierarchy (clarifies “winning” UTM selection when multiple sources exist; renamed from “attribution waterfall”):
- Configuration Sheet schema spec (exact tab/column schema + ingestion rules):
- Analytics tools guides (consolidated):
- Looker Studio Guide: https://docs.sourcemedium.com/onboarding/analytics-tools/looker-studio-guide
- BigQuery Essentials: https://docs.sourcemedium.com/onboarding/analytics-tools/bigquery-essentials
- Google Groups access control: https://docs.sourcemedium.com/onboarding/analytics-tools/google-groups-access-control
sm_experimentaltable docs (MTA-focused experimental tables):
Improved reference accuracy
- Tightened table schema docs + fixed schema drift and column/value mismatches (canonical hub):
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.