docs(audit): align documentation with current behavior#34
Open
mchave3 wants to merge 2 commits into
Open
Conversation
4825876 to
360db42
Compare
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
Audit and reorganize the Docusaurus documentation around the real Foundry workflow: media authoring in Foundry OSD, runtime execution through Foundry Connect and Foundry Deploy, and post-WinPE handoff.
Reason
The previous navigation was technically usable but fragmented the product journey. Connect and Deploy were split as separate top-level areas, configuration looked like deployment-time behavior instead of pre-build authoring, technical pages were too prominent, and obsolete legacy Autopilot bridge pages remained in the docs tree.
Main changes
Media Authoring Flowto explain how Foundry OSD settings become generated runtime configuration.Logs and Artifactsas the operator-facing collection point for deployment, Autopilot, and pre-OOBE evidence.docs/runtimeand move the deployment orchestrator intodocs/reference.Testing
git diff --checknpm run typechecknpm run buildNotes: branch only; not merged or squashed.