Changelog
All notable changes to the human-facing user documentation (user-docs/) are recorded here.
[Unreleased] — 2026-09-02
Changed
v0.2.0 — Migrate the SBOM enablement runbook onto the per-job token (VDOC-131)
- VDOC-131: Replace the retired
CI_SBOM_TOKENpipeline credential withVETRIX_JOB_TOKENacross the enablement recipes, matching the shipped jobs, and document why thesecret: trueflag must stay on a job that declares no variables of its own.
v0.1.86 — Add missing allow_failure field to pipeline authoring guide's job table (VDOC-112)
- VDOC-112: Correct the authoring guide's job-key documentation: remove the false "allow_failure not supported" claim from the rejected-keys list and pre-flight checklist, correct the failure-semantics section, and add the missing
allow_failurerow to the complete field table so it no longer contradicts the reference page.
v0.1.79 — Fix recurring stale secret:true/v2 claim across sbom-enablement.md (VDOC-104)
- VDOC-104: Close the section 1/3 gaps in the SBOM enablement runbook (entrypoint precondition, end-to-end copy-pasteable YAML,
CI_API_URLprecedence tier, glob-matching semantics) and correct a claim repeated in four places thatsecret: trueis inert under the v2 schema — it genuinely arms whole-job log redaction under both schemas.
v0.1.78 — Add missing 403 row to the attestations list endpoint (VDOC-103)
- VDOC-103: Document the 403 Forbidden response the attestations list endpoint shares with its sibling sections, and correct the 404 row so it no longer folds a capability denial into it.
v0.1.74 — LLM set indexes defer to their section READMEs (VDOC-105)
- VDOC-105: Replace inlined page lists in the five
llm-documentation/set indexes with links to the section READMEs, removing summaries that had begun to diverge between the two files carrying them.
v0.1.73 — User documentation index defers to the directory READMEs (VDOC-98)
- VDOC-98: Reduce the six inlined section lists in
user-docs/README.mdto a scope line and a link, matching the pattern the administration section already used.
v0.1.52 — Relative in-repo links replace git-host links in two pages (VDOC-75)
- VDOC-75: Point the two navigational links that sent readers to the repository file browser at their in-repo targets instead.
v0.1.43 — Document email template Version history panel: compare and revert (VDOC-63)
- VDOC-63: Document the email template editor's History / Version history panel — comparing two versions and reverting to an earlier one (lands as a new draft to publish).
v0.1.40 — Correct issue-type scheme empty-state count and disable-note wording (VDOC-60)
- VDOC-60: Reflect the dynamic count in the available-types empty state and describe the disabled Disable control instead of a click-reachable note.
v0.1.38 — Match diff progressive-load control label to rendered UI (VDOC-58)
- VDOC-58: Replace the fixed "Load more" literal with the count-bearing "Load N more" the diff control actually renders.
v0.1.36 — Correct disable-2FA confirm button label (VDOC-56)
- VDOC-56: Describe the confirm button as "Disable 2FA for ", matching the rendered UI.
v0.1.35 — Reword "or continue with" divider phrasing in account auth docs (VDOC-55)
- VDOC-55: Reword the provider-divider sentence in registration and signing-in docs to avoid the article clash, preserving the exact bold UI strings.
Fixed
v0.2.34 — Extend check-links.py's ROOT_MD_EXCLUDE comment fix with a durable ancestor claim (VDOC-168)
- VDOC-168: Correct a comment that mischaracterized a commit as the branch's merge-base with develop; state it as a verified ancestor instead, so the claim doesn't need updating on every future rc branch.
v0.2.33 — Give doc-lint's trailing authority lookahead the same escape/bracket awareness as the leading group (VDOC-167)
- VDOC-167: Stop the trailing lookahead from being fooled by a backslash-escaped or unescaped
)/>that hides a real@past it, closing two false-positive evasion forms (also resolves VDOC-170).
v0.2.32 — Make doc-lint's userinfo character class bracket-context-aware (VDOC-166)
- VDOC-166: Stop an angle-bracket destination's userinfo group from treating an unescaped
)as a terminator when combined with whitespace, closing a false-negative evasion form.
v0.2.31 — Add a commitshield.test guard to doc-lint.sh (VDOC-164)
- VDOC-164: Fail the lint gate on any
commitshield.testreference, closing the carve-out that let the retired dev host slip back in undetected.
v0.2.30 — Fix ambiguous bare-path cross-references to dispatchers.md in operator-runbook.md (VDOC-162)
- VDOC-162: Replace four unresolvable bare-string references with the same resolvable relative link the file's siblings already use.
v0.2.29 — Correct doc-lint's overstated CR/TAB mechanism equivalence (VDOC-161)
- VDOC-161: State the real reason a raw CR or LF before a git-host link never produces a working link — CommonMark line-ending normalization, not the same URL-parse rejection that makes TAB unreachable.
v0.2.28 — Note that cmd/worker also runs the admin.Settings.Watch goroutine (VDOC-160)
- VDOC-160: Name both processes that propagate cross-replica settings changes, so a stale-replica triage doesn't check only server logs and miss a lagging worker.
v0.2.27 — Fix pipeline-reference.md's Environments section omitting v2's outright environment: rejection (VDOC-159)
- VDOC-159: Note that
environment:is v1-only and that v2 rejects the job-level key outright, matching the treatment already established inauthoring-vetrix-pipelines.md.
v0.2.26 — Migrate commitshield.test references to gitvetrix.test across 15 files (VDOC-158)
- VDOC-158: Replace 47 stale
commitshield.testdev-host references withgitvetrix.test, preserving subdomain and dnsmasq/IP guidance; the doc-lint carve-out that let this drift go uncaught is tracked as a follow-up.
v0.2.25 — Widen doc-lint's userinfo class to stop missing whitespace/paren/angle-bracket evasions (VDOC-156)
- VDOC-156: Complete the header's description of the userinfo character class and close three false-negative forms (unescaped whitespace, TAB, and backslash-escaped paren) in an angle-bracket or inline destination's userinfo.
v0.2.24 — Reframe operator-runbook.md's host-dispatch verification as not currently available (VDOC-155)
- VDOC-155: Correct
cicd_jobsreferences topipeline_jobsand stop instructing operators to verify a new host by dispatching a job onto it, since no dispatcher feeds the host pool.
v0.2.23 — Relocate admin.Settings cross-replica propagation triage to a general runbook (VDOC-154)
- VDOC-154: Document the LISTEN/NOTIFY propagation model and stale-replica triage on
configuration.md, restoring content lost when the cicd_v2 rollback runbook was retired.
v0.2.22 — Correct sbom-enablement.md's entrypoint-override trigger condition (VDOC-153)
- VDOC-153: State the real trigger — a non-empty built shell script, not the mere presence of
commands:— and citebuildShellScript's trim/skip behavior.
v0.2.21 — Complete check-links.py's root-level scan beyond a single hard-coded filename (VDOC-152)
- VDOC-152: Generalize the root scan to every root-level
.mdfile non-recursively, withCHANGELOG.mdexcluded via a named, reasoned constant.
v0.2.20 — Extend check-links.py's existence check to llm-documentation/ (VDOC-151)
- VDOC-151: Existence-check relative link and image targets in
llm-documentation/, closing a long-standing scope gap that left over 400 targets unverified.
v0.2.19 — Replace three docs' A11Y_PASS literal default with a placeholder (VDOC-150)
- VDOC-150: Stop three pages from publishing a fixture value inline, aligning them with the pipeline-authoring guide's own never-inline-a-secret guidance.
v0.2.18 — Correct sbom-enablement.md's redaction-sink and secrets:-blanking precision (VDOC-149)
- VDOC-149: Account for the branch-variable append when describing when the log sink redacts, and scope the
secrets:-blanking claim to non-reserved job variables.
v0.2.17 — Fix a11y-gate.md's stale source-path citation and incomplete rejected-key list (VDOC-148)
- VDOC-148: Attribute the
commands:join todocker_executor.goinstead ofmain.go, and add the missing GitLab top-level keys to the rejection list.
v0.2.16 — Untangle repo-transfer.md's PREPARE step 1 confirm-gate outcomes (VDOC-147)
- VDOC-147: Separate the synchronous
Service.Beginconfirm gate from the asynchronousrunPreparegate instead of attributing both outcomes to one step.
v0.2.15 — Fix mcp-dcr-enable.md's overstated anonymous-DCR security boundary (VDOC-146)
- VDOC-146: Remove the false claim that anonymous DCR is public-clients-only and the retired
confidential_not_allowedreject reason, describing the real security boundary instead.
v0.2.14 — Widen doc-lint's host-boundary lookahead for percent-encoded and TAB authorities (VDOC-145)
- VDOC-145: Recognize a percent-encoded
@as an authority boundary and let the scan see past a TAB to a real@beyond it, closing two evasion forms.
v0.2.13 — Fix authoring-vetrix-pipelines.md's jobOutcome attribution and three coherence gaps (VDOC-144)
- VDOC-144: Correct the
jobOutcomesymbol-to-file attribution, the stale top-level-key count, a self-contradictory failure-tolerance claim, and a wrong DinD section cross-reference.
v0.2.12 — Scope api-docs/registry's Push-scopes Delete row to generic and OCI registries (VDOC-143)
- VDOC-143: Stop implying npm, PyPI, and Go support a delete operation they don't expose.
v0.2.11 — Add the no-trailing-slash PyPI simple-index route to pypi.md (VDOC-142)
- VDOC-142: Document the second, equally-valid form of the package-index route alongside the existing trailing-slash row.
v0.2.10 — Correct sbom.md's retired CI_SBOM_TOKEN credential model (VDOC-141)
- VDOC-141: Replace the two-credential description with the accurate one-token model, matching the already-migrated enablement runbook.
v0.2.9 — Remove packages.md's and registry README.md's non-functional Delete a package flow (VDOC-140)
- VDOC-140: Confirm the delete route doesn't exist for any package type and remove the documented procedure from both pages.
v0.2.8 — Scope pipeline-reference.md to the v1 schema and complete its unsupported-keys list (VDOC-139)
- VDOC-139: Declare the page v1-only and add the missing
services:,before_script:,after_script:, and artifacts sub-key rejections.
v0.2.7 — Correct repo-transfer.md's backup_failed failure-class entry (VDOC-138)
- VDOC-138: Mark the class as not currently reachable in production instead of describing a recovery procedure for a phase that never runs.
v0.2.6 — Correct sbom-enablement.md's sign and allow_failure claims for the frontend lane (VDOC-137)
- VDOC-137: Reflect that the frontend SBOM lane now signs attestations and no longer carries
allow_failure, correcting a header claim that both lanes are uniformly unsigned.
v0.2.5 — Correct repo-transfer.md's PREPARE step 3 and verify_failed recovery procedure (VDOC-136)
- VDOC-136: Replace the false synchronous
pg_dumpbackup-trigger claim with an accurate description of the dead code path, and fix theverify_failedrecovery procedure a Wave QA pass found still contradicting it.
v0.2.4 — Reframe the sunset CI/CD dispatch controller across the doc set and its OpenAPI spec (VDOC-132)
- VDOC-132: Replace the live-but-unwired framing of the sunset
cicd_v2dispatch controller with an accurate record that its supporting code was removed, retire the rollback runbook whose procedure no longer exists, and delete three unrouted operations from the CICDv2 OpenAPI spec so generated clients no longer ship methods for routes that answer 404.
v0.2.3 — Scope the git-host link guard's userinfo handling to the URL authority (VDOC-134)
- VDOC-134: Stop the guard flagging userinfo-prefixed links whose real destination is another host, and close two evasion forms that had let genuine git-host links pass unflagged.
v0.2.2 — Correct the accessibility-gate runbook's allow_failure claim and scope it to v1 (VDOC-124)
- VDOC-124: Remove the false claim that the pipeline parser rejects
allow_failure, and scope the accepted and rejected key lists to the v1 schema the page actually documents.
v0.2.1 — Extend the link checker to the repository-root README (VDOC-125)
- VDOC-125:
user-docs/check-links.pynow resolves relative links and image targets in the repository-rootREADME.md, which it previously never scanned, and the contributing notes describe the gate's real scope.
v0.1.99 — Footnote the repository-transfer preflight 412 as unreachable (VDOC-126)
- VDOC-126: Mark the preflight endpoint's
412as handler-contract-only rather than a response a caller can observe, and describe the prepare step's outcome as a terminal state read from the history endpoint instead of HTTP statuses that step cannot emit.
v0.1.98 — Correct the OAuth2 application-registration example's auth header (VDOC-128)
- VDOC-128: Label the registration example's token as user-scoped rather than administrative, and state accurately which operations ownership actually restricts — listing, inspecting and deleting are reachable from the administrative surface.
v0.1.97 — Scope the pipeline authoring guide to the v1 schema (VDOC-133)
- VDOC-133: Declare the page v1-only and correct its key lists, which had presented
needs:andcache:as absent from the schema when both are real v2 job fields, omitted two hard job-level parse errors, and claimed artifacts are collected only on success.
v0.1.96 — Remove the PyPI delete-version permission row (VDOC-129)
- VDOC-129: Drop the Permissions table row advertising a delete-version capability the PyPI handler does not implement at any role, and state that the registry exposes no delete endpoint.
v0.1.95 — Correct repo-transfer.md's endpoint paths, request bodies and example JSON (VDOC-123)
- VDOC-123: Replace the fabricated admin transfer endpoint table with the real routes, bodies and response shapes, and fix a wrong field-name pair in the verification-drift example JSON.
v0.1.94 — Drop stale leading dot from the pipeline config filename (VDOC-120)
- VDOC-120: Correct
configure-a-pipeline.mdand its section index, which told readers to name the file.vetrix-ci.ymlwhen the shipped discovery path has no leading dot.
v0.1.93 — Fix two non-resolving heading-anchor fragments and add a fragment checker (VDOC-119)
- VDOC-119: Correct two broken in-page link fragments and add
user-docs/check-fragments.py, the first gate that validates fragment targets across both documentation trees.
v0.1.92 — Turn the root README stub into a real landing page (VDOC-118)
- VDOC-118: Replace the four-line unlinked stub with a short landing page linking the two real top-level documentation trees.
v0.1.91 — Fix cross-repo Related-files links in storybook-visual-regression.md (VDOC-117)
- VDOC-117: Demote two links describing vetrix-frontend-only files to plain text, and re-point the third at its real in-repo location instead of a page it happened to collide with.
v0.1.90 — Link two orphaned user-docs indexes from their parents (VDOC-116)
- VDOC-116: Connect
admin/operations/README.mdandscreenshots/README.mdto their parent pages so a reader can actually discover them.
v0.1.89 — Harden the git-host link guard against evasion forms (VDOC-115)
- VDOC-115: Close five distinct evasion gaps in
doc-lint.sh's navigational-link guard (case, whitespace, reference-style syntax, bare-host boundaries, angle-bracket and trailing-dot forms) without widening it onto the ~370 inert host mentions in the tree.
v0.1.88 — Fix the tooling index's bare directory link to the scanners README (VDOC-114)
- VDOC-114: Point the scanners row at an explicit README instead of a trailing-slash directory link, letting the set index collapse to one Tooling entry.
v0.1.87 — Cross-reference the duplicated code-search operator runbooks (VDOC-113)
- VDOC-113: Trim the architecture page's duplicated step-by-step procedures to summaries pointing at the authoritative runbook pages, preserving every operational detail that would otherwise have been lost.
v0.1.85 — Correct the MCP OAuth spec-drift baseline (VDOC-111)
- VDOC-111: Update the pinned baseline table — OAuth 2.1, PKCE and Dynamic Client Registration are shipped, not deferred, matching the connection guide and the shipped server.
v0.1.84 — Fix the doc-lint.sh header comment's invocation (VDOC-110)
- VDOC-110: Give each of the five
doc-lint.shcopies its own real, working invocation path instead of the unrunnable./doc-lint.sh.
v0.1.83 — Reconcile the PyPI registry base path across three pages (VDOC-109)
- VDOC-109: Correct
pypi.md's client-facing examples to the real per-owner/repo, no-/api/v1path, matching the router mount and the two sibling pages that already had it right.
v0.1.82 — Reconcile the OAuth2 app-registration endpoint and scopes (VDOC-108)
- VDOC-108: Fix
sso.md's registration example to the real endpoint and scope vocabulary, matching the developer guide and the shipped router.
v0.1.81 — Resolve the shai-hulud R1 status contradiction (VDOC-107)
- VDOC-107: Correct
shai-hulud-coverage.mdandfindings-index.md— the R1 lifecycle-script scanner is shipped, not open work, and every section of the page now says so consistently.
v0.1.80 — Correct the analyzer count and Tailwind breakpoint claims (VDOC-106)
- VDOC-106: Fix a self-contradicting analyzer count in
index-mappings.mdand an inaccurate "no custom breakpoints" claim inStyleGuide.md.
v0.1.77 — Fix git-storage.md's fabricated transfer endpoint and redirect claim (VDOC-102)
- VDOC-102: Remove a transfer request and clone-URL redirect that don't exist in the backend, replacing them with the confirmed operator-relevant properties and a link to the authoritative transfer runbook.
v0.1.76 — Fix registry.md's config variable, table and garbage-collection claims (VDOC-101)
- VDOC-101: Correct the blob-root environment variable name, restore the missing configuration row, and describe the real automatic GC scheduler instead of a manual fallback.
v0.1.75 — Fix dangling relative links under llm-documentation/ (VDOC-99)
- VDOC-99: Demote or re-point 82 relative links that pointed at files never consolidated into this repo or at doc pages missing/moved, closing the gap left by
check-links.py's user-docs-only existence check.
v0.1.72 — Correct two set-index references to locations that do not exist (VDOC-97)
- VDOC-97: Point the system documentation configuration section at the pages that actually carry configuration reference, and the admin runbook reference at the in-repo runbook set rather than a repository that no longer exists.
v0.1.71 — Correct the documented command for running the documentation lint (VDOC-96)
- VDOC-96: Give the lint script's real path in all five set READMEs, and state that one copy scans the whole tracked tree rather than only its own set.
v0.1.55 — Correct the SBOM architecture page (VDOC-79)
- VDOC-79: Scope the composite-step syntax to the automations subsystem it belongs to, replace the artifact-detail SBOM tab claim with the shipped pipeline-detail panel, state the unsigned posture, and link the enablement runbook.
v0.1.42 — Align OAuth Redirect URL step with rendered field hint (VDOC-62)
- VDOC-62: Drop the false claim that the Redirect URL hint shows an instance default; match the hint the admin OAuth screen actually renders.
v0.1.41 — Correct "Not configured" service troubleshooting guidance in admin overview (VDOC-61)
- VDOC-61: Point Redis/OpenSearch configuration to the instance environment (read-only in settings) instead of a non-existent settings-page enable control.
v0.1.39 — Correct pause-auto-scroll button-face vs tooltip in pipelines doc (VDOC-59)
- VDOC-59: Describe the pause control's visible face as "Paused" and "Resume auto-scroll" as its tooltip/accessible name.
v0.1.37 — Align OAuth secret-copy label with rendered UI (VDOC-57)
- VDOC-57: Bold the exact accessible name "Copy client secret" in the authorized-applications secret-copy step.
Added
v0.1.70 — Curated index for the admin operations pages (VDOC-95)
- VDOC-95: Add
user-docs/admin/operations/README.mdso the only nested page directory in the user documentation has a landing page instead of an auto-generated slug list.
v0.1.69 — Curated index for the LLM screenshot asset library (VDOC-94)
- VDOC-94: Add
llm-documentation/user-docs/screenshots/README.md, describing the evidence-image library, its one subfolder and the contribution convention.
v0.1.68 — Curated indexes for the LLM registry and repositories sets (VDOC-93)
- VDOC-93: Add section READMEs for
llm-documentation/user-docs/registry/andrepositories/, differentiating the five per-ecosystem registry pages by their client mechanics.
v0.1.67 — Curated indexes for the LLM integrations set and its three subsections (VDOC-92)
- VDOC-92: Add a hub README for
llm-documentation/user-docs/integrations/plus section indexes for code-search, MCP and webhooks.
v0.1.66 — Curated index for the CI/CD security subsection (VDOC-91)
- VDOC-91: Add
llm-documentation/user-docs/cicd/security/README.md, stating the scanner coverage boundary rather than only the subject matter.
v0.1.65 — Curated index for the LLM CI/CD set (VDOC-90)
- VDOC-90: Add
llm-documentation/user-docs/cicd/README.mdover thirteen pages and the security subsection, distinguishing the three page pairs whose names suggest overlap.
v0.1.64 — Curated index for the LLM authentication set (VDOC-89)
- VDOC-89: Add
llm-documentation/user-docs/auth/README.md, separating the two OAuth2 pages by the role Vetrix plays in each — client for delegated sign-in, authorization server for third-party apps.
v0.1.63 — Curated index for the testing documentation (VDOC-88)
- VDOC-88: Add
llm-documentation/system-docs/testing/README.md, split by which repository's suites each page governs.
v0.1.62 — Curated indexes for the accessibility and install sets (VDOC-87)
- VDOC-87: Add section READMEs for
llm-documentation/system-docs/accessibility/andinstall/, distinguishing the three deployment paths on substance.
v0.1.61 — Curated indexes for the frontend, search and security architecture sets (VDOC-86)
- VDOC-86: Add section READMEs for the three
llm-documentation/system-docs/architecture/subsections, naming the contracts each page specifies.
v0.1.60 — Curated index for the CI/CD architecture set (VDOC-85)
- VDOC-85: Add
llm-documentation/system-docs/architecture/cicd/README.mdover the eight internal-design pages, grouped by run execution and by policy and supply chain.
v0.1.59 — Hub index for the architecture set (VDOC-84)
- VDOC-84: Add
llm-documentation/system-docs/architecture/README.mdover four platform-wide references and the four subsystem indexes.
v0.1.58 — Curated indexes for the admin maintenance, registry and repositories sets (VDOC-83)
- VDOC-83: Add section READMEs for three
llm-documentation/admin-docs/subdirectories, each framed on its own concern.
v0.1.57 — Curated indexes for the admin CI/CD and UI sets (VDOC-82)
- VDOC-82: Add section READMEs for
llm-documentation/admin-docs/cicd/andui/.
v0.1.56 — Attestation payload download endpoint in the CI/CD API reference (VDOC-80)
- VDOC-80: Document the attestation payload endpoint with its parameters, response headers and status codes; note that the attestations list returns a bare array; cross-link the job-side artifact registration endpoint.
v0.1.54 — SBOM attestation enablement runbook (VDOC-78)
- VDOC-78: Add
llm-documentation/runbook-docs/cicd/sbom-enablement.md, taking a repository from no SBOM to an attached CycloneDX attestation, with the operator prerequisites and a failure-mode table.
v0.1.53 — Lint guard rejecting navigational links to the git host (VDOC-76)
- VDOC-76: Add a
doc-lint.shrule that fails on markdown links targeting the git host, while leaving bare-text mentions, curl examples and host tables untouched.
v0.1.51 — Curated index for the user-docs screenshot asset library (VDOC-73)
- VDOC-73: Add
user-docs/screenshots/README.md, mapping the seven per-area folders and stating the naming convention for an as-yet-unpopulated library.
v0.1.50 — Curated index for the repositories pages (VDOC-72)
- VDOC-72: Add
user-docs/repositories/README.mdover eighteen pages, grouped by how a reader works with a repository.
v0.1.49 — Curated index for the registry pages (VDOC-71)
- VDOC-71: Add
user-docs/registry/README.md, stating plainly that publishing is done from your package client and is not covered here.
v0.1.48 — Curated index for the navigation pages (VDOC-70)
- VDOC-70: Add
user-docs/navigation/README.md, oriented for a reader who has just signed in.
v0.1.47 — Curated index for the integrations pages (VDOC-69)
- VDOC-69: Add
user-docs/integrations/README.md, noting that both pages are repository settings screens requiring administrator access.
v0.1.46 — Curated index for the CI/CD pages (VDOC-68)
- VDOC-68: Add
user-docs/cicd/README.md, ordered as a reader's journey from configuring a pipeline to shipping to an environment.
v0.1.45 — Curated index for the account pages (VDOC-67)
- VDOC-67: Add
user-docs/account/README.mdover the nine account pages, grouped by signing in, your details, and credentials.
v0.1.44 — Top-level index for the LLM documentation tree (VDOC-66)
- VDOC-66: Add
llm-documentation/README.mdindexing the five documentation sets, with an audience note distinguishing this tree from the human-facing documentation.
v0.1.34 — Repo-wide lint and link/image integrity check (VDOC-46)
- VDOC-46: Repo-wide lint and link/image integrity check
v0.1.33 — Index coverage and bidirectional Related-pages links (VDOC-45)
- VDOC-45: Index coverage and bidirectional Related-pages links
v0.1.32 — Write admin docs: communications (email) console (VDOC-42)
- VDOC-42: Write admin docs: communications (email) console
v0.1.31 — Write admin docs: project configuration (issue types, workflows, link types) (VDOC-41)
- VDOC-41: Write admin docs: project configuration (issue types, workflows, link types)
v0.1.30 — Write admin docs: repository transfers (VDOC-40)
- VDOC-40: Write admin docs: repository transfers
v0.1.29 — Write admin operations docs: audit log, analytics, search index health (VDOC-39)
- VDOC-39: Write admin operations docs: audit log, analytics, search index health
v0.1.28 — Write admin operations docs: runners, maintenance, backups, registry (VDOC-38)
- VDOC-38: Write admin operations docs: runners, maintenance, backups, registry
v0.1.27 — Write admin docs: OAuth, rate limits, security policy (VDOC-37)
- VDOC-37: Write admin docs: OAuth, rate limits, security policy
v0.1.26 — Write admin docs: users, user groups, roles (VDOC-36)
- VDOC-36: Write admin docs: users, user groups, roles
v0.1.25 — Write admin docs: overview dashboard and instance settings (VDOC-35)
- VDOC-35: Write admin docs: overview dashboard and instance settings
v0.1.24 — Write repo settings docs: mirrors and rate limits (VDOC-33)
- VDOC-33: Write repo settings docs: mirrors and rate limits
v0.1.23 — Write integrations docs: webhooks and MCP (VDOC-32)
- VDOC-32: Write integrations docs: webhooks and MCP
v0.1.22 — Write repo settings docs: protected branches, labels and issue types (VDOC-31)
- VDOC-31: Write repo settings docs: protected branches, labels and issue types
v0.1.21 — Write repo settings docs: general and access (VDOC-30)
- VDOC-30: Write repo settings docs: general and access
v0.1.20 — Write registry docs: packages (VDOC-29)
- VDOC-29: Write registry docs: packages
v0.1.19 — Write repository analytics doc (VDOC-27)
- VDOC-27: Write repository analytics doc
v0.1.18 — Write CI/CD docs: coverage and security findings (VDOC-26)
- VDOC-26: Write CI/CD docs: coverage and security findings
v0.1.17 — Write CI/CD docs: deployments and environments (VDOC-25)
- VDOC-25: Write CI/CD docs: deployments and environments
v0.1.16 — Write CI/CD docs: configuring a pipeline (VDOC-24)
- VDOC-24: Write CI/CD docs: configuring a pipeline
v0.1.15 — Write CI/CD docs: pipelines (incl. repo CI/CD settings section) (VDOC-23)
- VDOC-23: Write CI/CD docs: pipelines (incl. repo CI/CD settings section)
v0.1.14 — Write collaboration docs: milestones (VDOC-21)
- VDOC-21: Write collaboration docs: milestones
v0.1.13 — Write collaboration docs: merge requests (VDOC-20)
- VDOC-20: Write collaboration docs: merge requests
v0.1.12 — Write collaboration docs: issue detail (VDOC-19)
- VDOC-19: Write collaboration docs: issue detail
v0.1.11 — Write collaboration docs: issues list (VDOC-18)
- VDOC-18: Write collaboration docs: issues list
v0.1.10 — Write repository docs: commits, branches and tags, comparing changes (VDOC-16)
- VDOC-16: Write repository docs: commits, branches and tags, comparing changes
v0.1.9 — Write repository docs: browsing code and symbols (VDOC-15)
- VDOC-15: Write repository docs: browsing code and symbols
v0.1.8 — Write repository docs: creating a repository and repository home (VDOC-14)
- VDOC-14: Write repository docs: creating a repository and repository home
v0.1.7 — Write navigation docs: profiles and repository list (VDOC-12)
- VDOC-12: Write navigation docs: profiles and repository list
v0.1.6 — Write navigation docs: search and notifications inbox (VDOC-11)
- VDOC-11: Write navigation docs: search and notifications inbox
v0.1.5 — Write navigation docs: newsfeed and explore (VDOC-10)
- VDOC-10: Write navigation docs: newsfeed and explore
v0.1.4 — Write account docs: authorized applications and notification preferences (VDOC-8)
- VDOC-8: Write account docs: authorized applications and notification preferences
v0.1.3 — Write account docs: SSH keys and personal access tokens (VDOC-7)
- VDOC-7: Write account docs: SSH keys and personal access tokens
v0.1.2 — Write account docs: profile and two-factor authentication (VDOC-6)
- VDOC-6: Write account docs: profile and two-factor authentication
v0.1.1 — Write account docs: registration, signing in, password reset (VDOC-5)
- VDOC-5: Write account docs: registration, signing in, password reset
v0.1.0 — Create user-docs/ skeleton and index READMEs (VDOC-3)
- VDOC-3: Create user-docs/ skeleton and index READMEs