You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: archive migration tooling and assessment doc
Adds migration/ at the repo root as a historical record of the 2026-05-05
docs redesign. Contents:
- ASSESSMENT.md — planning and decision log, including the three-repo deploy
flow, redirect table, SEO additions, and what was actually executed.
- migrate.py — one-shot Python script that ported PR #117 content into
docs/docs/, normalized frontmatter, dropped numeric prefixes, generated
_category_.json files.
- fixup_links.py — one-shot link-fixup pass that fixed 27 internal markdown
links across 9 files after migrate.py.
- README.md — orientation for future readers, plus a clear DO-NOT-RE-RUN
warning (migrate.py would wipe the manually-authored Contrast page and
revert the welcome doc's slug: /).
Lives at the repo root rather than docs/migration/ so Docusaurus does not
treat these files as published pages.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/api/changelog.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,12 +123,12 @@ Categories are omitted when a release has no entries of that type.
123
123
124
124
Pixee Enterprise Server releases are versioned independently of the Pixee cloud platform. The Helm chart version (e.g., v5.6.0) and embedded cluster version share the same release notes.
125
125
126
-
| Deployment Model | Version Source | Update Method |
For upgrade procedures and troubleshooting, see [Enterprise Deployment](/enterprise/deployment) and [Enterprise Troubleshooting](/enterprise/troubleshooting).
Copy file name to clipboardExpand all lines: docs/api/codetf.md
+45-45Lines changed: 45 additions & 45 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,22 +14,22 @@ CodeTF (Code Transformation Format) is an open specification created by Pixee fo
14
14
15
15
## What is CodeTF?
16
16
17
-
Existing standards describe security findings (SARIF), dependencies (SBOM), and vulnerabilities (CVE/CWE). No standard existed for describing *what an automated fix actually did to your code*. CodeTF fills that gap.
17
+
Existing standards describe security findings (SARIF), dependencies (SBOM), and vulnerabilities (CVE/CWE). No standard existed for describing _what an automated fix actually did to your code_. CodeTF fills that gap.
18
18
19
19
CodeTF is the output format. SARIF is the input format. A scanner produces a SARIF file describing the problem. Pixee consumes that SARIF, generates a fix, and produces a CodeTF document describing the solution.
20
20
21
21
CodeTF is an open specification. Any tool can produce or consume CodeTF documents. The schema is publicly available on [GitHub](https://github.com/pixee/codemodder-specs).
Breaking changes between major versions are documented in the [Changelog](/api/changelog). CodeTF documents always include a `version` field so consumers can branch on schema version at parse time.
0 commit comments