public-data-docs

Documentation Contributing Guide

How to write and maintain the documentation in this repository so it stays accurate, consistent, and useful to AI coding agents and humans alike.

This repository is public. Never add secrets, credentials, private hostnames, IP addresses, or tenant identifiers to any file.

Structure

Conventions

Adding or changing a table reference

  1. Edit or add the file under snowflake-tables/.
  2. Update the index in snowflake-data-inventory.md (and ../readme.md if the table is featured).
  3. Add or update the entry in ../toc.json so it appears in the Stoplight navigation.
  4. Preserve any stoplight-id front matter on existing files.

Keeping docs accurate

When platform data or conventions change, update the affected reference file, the glossary (domain/GLOSSARY.md), and the data model overview (domain/DATA-MODEL.md). Automated code review checks documentation PRs against the repository and flags stale content.