Release Post for v2.0-stable (#1812)
* Release Post for v2.0-stable
* fix(release): resolve v2.0-stable docs build blockers
* chore(release): update v2.0-stable post title
* Update website/releases/v2.0-stable.md
* fix cdc tag
* cdc tag fix
* fix(releases): migrate change data capture tag to cdc
* docs(release): version v2.0-stable as latest
Snapshot docs/ into versioned_docs/version-2.0.x/ via create-release.sh, promoting v2.0 to latest (/docs) and keeping trunk as Next (/docs/next).
Fix off-by-one ../ in non-markdown links across 36 index files (in both version-2.0.x and trunk docs/) that resolve at /docs/next but escape above the docs root when built as the latest version, plus a cross-version anchor leak in v1.7 (scalar_functions#embed). Markdown (.md) links untouched. Verified with a clean npm run build.
---------
Co-authored-by: Luke Kim <80174+lukekim@users.noreply.github.com>
19 days ago
docs(github): correct github_include_commits columns
github_include_commits is a files-connector option. The docs described it
as adding committed_date/committer_date columns, but those belong to the
commits connector. The files connector adds created_at and updated_at
(Timestamp) columns when include_commits is true.
- Fixed the github_include_commits parameter description.
- Added created_at and updated_at to the Files Schema table (in code order,
before content) with a note that they appear only when github_include_commits
is enabled.
Applies to vNext and 2.0.x (the columns exist identically at v2.0.0).
15 days ago