Skip to content

📖 [Docs]: Specification requirement anchors render correctly - #449

Draft
Marius Storhaug (MariusStorhaug) wants to merge 1 commit into
mainfrom
normalize-specification-anchors
Draft

📖 [Docs]: Specification requirement anchors render correctly#449
Marius Storhaug (MariusStorhaug) wants to merge 1 commit into
mainfrom
normalize-specification-anchors

Conversation

@MariusStorhaug

Copy link
Copy Markdown
Member

The Process-PSModule specification now uses markdownlint-compatible explicit anchors for every functional and non-functional requirement, so direct links to FR1-FR6 and NFR1-NFR5 remain reliable.

Changed: Requirement anchors render reliably

All 11 requirement headings now use the canonical {#id} syntax. Requirement identifiers, heading text, link targets, and documented behavior are unchanged.


Technical details
  • Normalized the 11 explicit anchors in docs/content/Modules/Process-PSModule/specification/spec.md from { #id } to {#id}.
  • Backward compatibility: all existing anchor identifiers are preserved.
  • Standards and framework alignment:
Changed surfaceStandards checkedFramework docs checkedResult
docs/content/Modules/Process-PSModule/specification/spec.mdMarkdownlint MD051 anchor syntaxProcess-PSModule documentation structureAligned
Relevant issues (or links)

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@github-actions

Copy link
Copy Markdown

Super-linter summary

LanguageValidation result
CHECKOVPass ✅
GITHUB_ACTIONSPass ✅
GITHUB_ACTIONS_ZIZMORPass ✅
GITLEAKSPass ✅
GIT_MERGE_CONFLICT_MARKERSPass ✅
HTMLPass ✅
JAVASCRIPT_ESPass ✅
JAVASCRIPT_PRETTIERPass ✅
MARKDOWNPass ✅
NATURAL_LANGUAGEPass ✅
POWERSHELLPass ✅
PRE_COMMITPass ✅
SPELL_CODESPELLPass ✅
TRIVYPass ✅
YAMLPass ✅

All files and directories linted successfully

For more information, see the GitHub Actions workflow run

Powered by Super-linter

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@MariusStorhaug