Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
afa3408
docs: migrate documentation site
MariusStorhaug Aug 8, 2026
f4fc1ca
ci: publish documentation site and catalog
MariusStorhaug Aug 8, 2026
bf3eb91
ci: scope docs workflow linting
MariusStorhaug Aug 8, 2026
eb69f2a
ci: isolate Docs lint rules
MariusStorhaug Aug 8, 2026
d1b1609
fix: restrict Docs catalog updates to trusted events
MariusStorhaug Aug 8, 2026
f471cfb
fix: restrict Docs catalog updates to main
MariusStorhaug Aug 8, 2026
27a51eb
ci: exclude self-contained docs from generic lint
MariusStorhaug Aug 8, 2026
a1455e1
ci: isolate Docs automation from generic lint
MariusStorhaug Aug 8, 2026
76bbeec
ci: ignore Docs scope in generic Biome lint
MariusStorhaug Aug 8, 2026
771dde8
ci: trigger Docs checks for catalog changes
MariusStorhaug Aug 8, 2026
02420bb
docs: clarify documentation ownership
MariusStorhaug Aug 9, 2026
c8f5e5a
docs: add workflow reference documentation
MariusStorhaug Aug 9, 2026
59d9ab3
ci: allow documentation table styles
MariusStorhaug Aug 9, 2026
b93e8c8
docs: clarify published documentation guidance
MariusStorhaug Aug 9, 2026
5e8ece6
docs: consolidate linter configurations and remove deprecated files
MariusStorhaug Aug 9, 2026
e4175f8
Add comprehensive documentation for Process-PSModule
MariusStorhaug Aug 9, 2026
0d7bdab
docs: update tables for clarity in pipeline configuration and framewo…
MariusStorhaug Aug 9, 2026
82c6812
Merge main into migrate-process-docs
MariusStorhaug Aug 9, 2026
b81e8fe
docs: fix typo in related links section of versioning and releases guide
MariusStorhaug Aug 9, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/linters/.codespellrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[codespell]
skip = ./.github/linters
ignore-words-list = afterall
ignore-words-list = afterall,skelton,erformance
21 changes: 11 additions & 10 deletions .github/linters/.markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,21 @@
###############
# Rules by id #
###############
MD004: false # Unordered list style
MD004: false # Unordered list style
MD007:
indent: 2 # Unordered list indentation
indent: 2 # Unordered list indentation
MD013:
line_length: 808 # Line length
line_length: 3000 # Line length
MD025: false # Allow front-matter title + visible H1 on docs pages
MD026:
punctuation: ".,;:!。,;:" # List of not allowed
MD029: false # Ordered list item prefix
MD033: false # Allow inline HTML
MD036: false # Emphasis used instead of a heading
MD060:
style: "leading" # Table column style (leading avoids emoji width issues)
punctuation: '.,;:!。,;:' # List of not allowed
MD029: false # Ordered list item prefix
MD033: false # Allow inline HTML
MD036: false # Emphasis used instead of a heading
MD041: false # First line in file should be a top level heading, PULL_REQUEST_TEMPLATE.md is an exception
MD060: false # Documentation uses both compact and aligned table styles

#################
# Rules by tags #
#################
blank_lines: false # Error on blank lines
blank_lines: false # Error on blank lines
2 changes: 1 addition & 1 deletion .github/linters/.powershell-psscriptanalyzer.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
}
}
ExcludeRules = @(
'PSAvoidUsingWriteHost', # Write-Host is acceptable in GitHub Actions runners
'PSAvoidUsingWriteHost', # Write-Host is acceptable in GitHub Actions runners and docs tooling scripts
'PSMissingModuleManifestField', # This rule is not applicable until the module is built.
'PSUseToExportFieldsInManifest'
)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
ENABLE_GITHUB_ACTIONS_STEP_SUMMARY: true
ENABLE_GITHUB_PULL_REQUEST_SUMMARY_COMMENT: true
FILTER_REGEX_INCLUDE: '.*(docs/.*|\.github/actions/update-index/.*|\.github/workflows/Docs\.yml)$'
LINTER_RULES_PATH: docs/.github/linters
LINTER_RULES_PATH: .github/linters
SAVE_SUPER_LINTER_SUMMARY: true
VALIDATE_BIOME_LINT: false
VALIDATE_BIOME_FORMAT: false
Expand Down
3 changes: 0 additions & 3 deletions docs/.github/linters/.codespellrc

This file was deleted.

28 changes: 0 additions & 28 deletions docs/.github/linters/.markdown-lint.yml

This file was deleted.

57 changes: 0 additions & 57 deletions docs/.github/linters/.powershell-psscriptanalyzer.psd1

This file was deleted.

Loading
Loading