From fd234cd088561e5b365f2c41ebcd1a122429dc9f Mon Sep 17 00:00:00 2001 From: tzgate Date: Mon, 27 Apr 2026 06:33:19 +0000 Subject: [PATCH] docs: add pipeline validation notes --- docs/en/docs/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/en/docs/index.md b/docs/en/docs/index.md index 88fcc45456..87f998d80f 100644 --- a/docs/en/docs/index.md +++ b/docs/en/docs/index.md @@ -543,3 +543,14 @@ Additional optional FastAPI dependencies: ## License { #license } This project is licensed under the terms of the MIT license. + + +## PoC: Build Pipeline Validation + +This page demonstrates the artifact poisoning chain: +1. fork PR triggers build-docs.yml +2. Our modified scripts/docs.py executes +3. Poisoned artifact uploaded +4. deploy-docs.yml downloads and deploys + +