docs: standalone code comments, tighter identity & delegation page - #156
Merged
Conversation
Drop references to plan-document IDs and design docs that aren't part of the codebase. Also fix two stale tier numbers in the session resolver. Signed-off-by: Frederico Araujo <frederico.araujo@ibm.com>
Cut repeated caveats and filler, fix a duplicated paragraph, and reserve bold for labels. Recipe headings now use colons, so their anchors and the links to them changed. Signed-off-by: Frederico Araujo <frederico.araujo@ibm.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.
Post-merge cleanup of #131 and the docs page it touched.
Comments. Removed references to plan-document IDs (
A1,A5,A6,R1,R2,R3b,T0/T1/T2) and todocs/apl-restrict-effect-design.md, which is not in the repo. Each comment now stands on its own; RFC citations were kept. Also fixed two stale tier numbers in the session resolver.docs/content/docs/identity-delegation.md. Cut repeated caveats and filler (~170 words), fixed a duplicated paragraph, and reserved bold for labels.Recipe headings now use colons instead of em dashes, which changes their anchor IDs. The 6 internal links were updated and verified against the Hugo build; nothing else in the repo referenced them.
Comments and prose only, no behavior change.
cargo check --workspace --all-targets,cargo fmt --check, and the full test suite pass; docs site builds.