docs: promote Mintlify site to test (docs-only)#728
Merged
Conversation
Add docs npm toolchain (mint export, Pagefind, llms.txt), combine validate and S3/CloudFront deploy in docs.yml, and exclude docs workflows from the main CI-CD path filter so doc-only changes do not trigger node builds. Co-authored-by: Cursor <cursoragent@cursor.com>
nomadicrogue
approved these changes
May 22, 2026
7 tasks
nomadicrogue
added a commit
that referenced
this pull request
May 22, 2026
## Summary Docs-only promotion to `main` — same two commits validated on `test` (#728), cherry-picked onto current `main`: - Mintlify MDX site, `AGENTS.md`, `.cursor/rules/morpheus.mdc` - Unified `docs.yml` validate + OIDC deploy pipeline (Pagefind, llms.txt) On merge, the **Docs** workflow deploys to https://nodedocs.mor.org (`main` environment variables). **Not a full `test` → `main` merge.** `test` also carries TEE/SEV-SNP commits (#719–#723) that are intentionally excluded here. ## Prerequisites - [x] Nonprod validated at https://nodedocs.dev.mor.org - [x] CloudFront URL rewrite applied (`08-nodedocs-mor-org` dev + prd) - [x] `main` GitHub environment variables configured (`NODEDOCS_*`) ## Test plan - [ ] Merge; confirm **Docs** workflow completes validate + deploy - [ ] Verify https://nodedocs.mor.org loads and subpage navigation works (e.g. `/inference-api/overview`) - [ ] Confirm `/llms.txt` is present with prod URLs - [ ] Confirm main CI-CD pipeline does **not** run for this merge Made with [Cursor](https://cursor.com)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Cherry-pick of docs-only commits onto
test(does not includeui-desktopor other pendingdevwork):37dd105— Mintlify MDX site,AGENTS.md, validate-onlydocs.ymlbaselinebc23a1b— unified validate + OIDC deploy pipeline, Pagefind, llms.txt toolingOn merge, the
Docsworkflow should validate and deploy to https://nodedocs.dev.mor.org (requirestestenvironment variables already configured).Test plan
Docsworkflow completes validate + deploy jobs/llms.txtis presentNote
This PR is independent of #727 (
dev). Same doc content;devcan merge on its own schedule.Made with Cursor