docs: rename Facility envelope -> Facilities; flatten + generate site asset binding#307
Merged
Conversation
…site asset binding Salvages the unique half of the closed #291 (the TomoWISE-tabulation half is already done by #305, so it is omitted here). - Rename: the "Facility envelope" nav section and the index.md heading/prose become "Facilities"; each Site collapses from a {index, Assets} subsection to a single index entry. - Flatten + generate: drop the standalone docs/deployments/{aps,maxiv}/assets.md pages; scripts/site_pages.py now generates the Asset-binding table (Asset | Tier | facility_code | Hosts) inline on each Site index from the descriptor (_modeled now takes facility_code + beamlines). - index.md prose simplified (the three-row scope table folded into prose). mkdocs --strict and the deployment unit tests (incl. test_site_descriptor) pass. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
70c7acf to
902cf6b
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.
Revives the unique half of the closed #291: the Facility-envelope rename + flatten + generated asset binding. The TomoWISE-spec tabulation half of #291 is omitted (already shipped by #305).
Facility envelope->Facilities(nav section +index.mdheading and prose).{index, Assets}subsection to a single index entry; the standaloneaps/assets.md+maxiv/assets.mdpages are deleted.scripts/site_pages.pynow emits the Asset-binding table (Asset | Tier | facility_code | Hosts) inline on each Site index from the descriptor, so it is generated-honest instead of hand-maintained.index.mdprose simplified.mkdocs --strictclean (generated site indexes carry the table; no dangling links to the removed pages) and deployment unit tests pass.Held for review — not auto-merged.
🤖 Generated with Claude Code