Remove dead content: scaffolding leftovers and abandoned doc draft#1005
Merged
Conversation
Drop the unused images shipped by the Docusaurus template (docusaurus.png and the undraw_docusaurus_* illustrations) along with the stray root-level .gitkeep, which served no purpose since the repository root is not an empty directory. None of these are referenced anywhere in the site. AI-assisted: Claude Code Signed-off-by: Roger Luethi <luethi@osism.tech>
This .md.x file is an abandoned alternate draft of openstack.md and is not built by Docusaurus (only .md/.mdx files are). Drop it. AI-assisted: Claude Code Signed-off-by: Roger Luethi <luethi@osism.tech>
✅
|
| Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
|---|---|---|---|---|---|---|
| ✅ ACTION | actionlint | 4 | 0 | 0 | 0.02s | |
| ✅ JSON | jsonlint | 4 | 0 | 0 | 0.08s | |
| ✅ JSON | prettier | 4 | 0 | 0 | 0.37s | |
| ✅ JSON | v8r | 4 | 0 | 0 | 9.99s | |
| markdownlint | 160 | 4 | 0 | 2.31s | ||
| markdown-table-formatter | 160 | 1 | 0 | 0.42s | ||
| ✅ REPOSITORY | checkov | yes | no | no | 18.68s | |
| ✅ REPOSITORY | git_diff | yes | no | no | 0.07s | |
| ✅ REPOSITORY | secretlint | yes | no | no | 1.68s | |
| ✅ REPOSITORY | trufflehog | yes | no | no | 4.14s | |
| ✅ SPELL | codespell | 169 | 0 | 0 | 0.45s | |
| ✅ SPELL | lychee | 169 | 0 | 0 | 24.12s | |
| ✅ YAML | prettier | 5 | 0 | 0 | 0.33s | |
| ✅ YAML | v8r | 5 | 0 | 0 | 6.66s | |
| ✅ YAML | yamllint | 5 | 0 | 0 | 0.39s |
Detailed Issues
⚠️ MARKDOWN / markdown-table-formatter - 1 error
1 files contain markdown tables to format:
- docs/guides/developer-guide/retiring-openstack-releases.md
⚠️ MARKDOWN / markdownlint - 4 errors
docs/guides/developer-guide/retiring-openstack-releases.md:181:450 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
docs/guides/developer-guide/retiring-openstack-releases.md:181:535 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
docs/guides/developer-guide/retiring-openstack-releases.md:183:417 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
docs/guides/developer-guide/retiring-openstack-releases.md:183:502 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
Notices
📣 MegaLinter 9.5.0 is out! Discover the new features and security recommendations in the release announcement. (Skip this info by defining SECURITY_SUGGESTIONS: false)
See detailed reports in MegaLinter artifacts
Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)
- Documentation: Custom Flavors
- Command:
npx mega-linter-runner@9.5.0 --custom-flavor-setup --custom-flavor-linters ACTION_ACTIONLINT,JSON_JSONLINT,JSON_V8R,JSON_PRETTIER,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_CHECKOV,REPOSITORY_GIT_DIFF,REPOSITORY_SECRETLINT,REPOSITORY_TRUFFLEHOG,SPELL_LYCHEE,SPELL_CODESPELL,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R

Show us your support by starring ⭐ the repository
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.
Removes dead content from the repository: an abandoned documentation draft plus leftover files from the original Docusaurus scaffolding. All files were verified to be unreferenced anywhere in
docs/,src/, or config (and, in the draft's case, never built) before removal.Remove Docusaurus scaffolding leftovers—docusaurus.png, the threeundraw_docusaurus_*.svgillustrations, and the stray root-level.gitkeep(pointless since the repo root is not an empty directory).Remove abandoned openstack.md.x draft— an abandoned alternate draft ofopenstack.mdthat Docusaurus never built (only.md/.mdxare built).Not included (held back pending intent): the unused vendor logos
logo-{b1systems,gardener,prometheus,proxmox,stackxperts}.svgand thestatic/img/screenshots/folder, which may be staged for a future partners/features page.🤖 Generated with Claude Code