docs: clean up remaining orphaned pages and re-link real ones#390
Merged
Conversation
Follow-up to the previous placeholder cleanup. These four pages are the last of the "TODO" stubs carried over from the subtree merges that were never referenced by the sidebar, any inbound link, or an autogenerated directory: - docs/07-standards/index.md - docs/01-getting-started/containerization.md - docs/01-getting-started/overview.md - docs/01-getting-started/virtualization.md Each contains only a heading and a "TODO" marker. The getting-started directory keeps preinstall-checklist.md, which holds real content and is wired into the sidebar in a separate change. No live link or sidebar entry referenced any of these files, so the build is unaffected. DocImpact Assisted-by: Claude:claude-opus-4-8 Signed-off-by: Jan Klare <klare@osism.tech>
Two maintained documentation pages were unreachable: they carried real content but had no sidebar entry and no inbound links, an oversight from the subtree merges that assembled the consolidated sidebar. Wire them in rather than delete them: - docs/01-getting-started/preinstall-checklist.md is added as a top-level entry, directly after the landing page, since it is planning material meant to be read before any layer-specific docs. - docs/05-iam/iaas-roles.md is added under the Identity and Access Management category, alongside the federation setup page, as the reference for the IaaS-layer roles an SCS-compliant cloud offers. Both doc ids resolve after Docusaurus strips the numeric directory prefixes (01-getting-started, 05-iam). The sidebar module still parses cleanly. DocImpact Assisted-by: Claude:claude-opus-4-8 Signed-off-by: Jan Klare <klare@osism.tech>
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.
Follow-up to #389, which removed the first batch of orphaned placeholder pages. This finishes the cleanup of the pages carried over from the
docs-page/scs-docssubtree merges that were never wired into the consolidated sidebar.Remove remaining
TODOstubsFour more pages that were unreachable (no sidebar entry, no inbound links, not under any autogenerated directory) and contained only a heading plus a
TODOmarker:docs/07-standards/index.mddocs/01-getting-started/containerization.mddocs/01-getting-started/overview.mddocs/01-getting-started/virtualization.mdRe-link real content instead of deleting
Two orphaned pages held actual content, so they are wired into the sidebar rather than removed:
docs/01-getting-started/preinstall-checklist.md— added as a top-level entry right after the landing page, as pre-installation planning material.docs/05-iam/iaas-roles.md— added under the Identity and Access Management category, alongside the federation setup page, as the reference for the IaaS-layer roles an SCS-compliant cloud offers.Impact
No live link or sidebar entry referenced the deleted stubs, and the two re-linked pages already existed on disk, so the build is unaffected. The sidebar module still parses cleanly.
🤖 Generated with Claude Code