Skip to content

Remove dead content: scaffolding leftovers and abandoned doc draft#1005

Merged
berendt merged 2 commits into
mainfrom
remove-template-leftovers
Jun 23, 2026
Merged

Remove dead content: scaffolding leftovers and abandoned doc draft#1005
berendt merged 2 commits into
mainfrom
remove-template-leftovers

Conversation

@ideaship

@ideaship ideaship commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

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.

  • Two commits:
    • Remove Docusaurus scaffolding leftoversdocusaurus.png, the three undraw_docusaurus_*.svg illustrations, 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 of openstack.md that Docusaurus never built (only .md/.mdx are built).

Not included (held back pending intent): the unused vendor logos logo-{b1systems,gardener,prometheus,proxmox,stackxperts}.svg and the static/img/screenshots/ folder, which may be staged for a future partners/features page.

🤖 Generated with Claude Code

ideaship added 2 commits June 22, 2026 10:57
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>
@github-actions

github-actions Bot commented Jun 22, 2026

Copy link
Copy Markdown

⚠️MegaLinter analysis: Success with warnings

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
⚠️ MARKDOWN markdownlint 160 4 0 2.31s
⚠️ MARKDOWN 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

MegaLinter is graciously provided by OX Security
Show us your support by starring ⭐ the repository

@ideaship ideaship changed the title Remove Docusaurus scaffolding leftovers Remove dead content: scaffolding leftovers and abandoned doc draft Jun 22, 2026
@ideaship ideaship marked this pull request as ready for review June 22, 2026 09:09
@berendt berendt merged commit d15da17 into main Jun 23, 2026
5 checks passed
@berendt berendt deleted the remove-template-leftovers branch June 23, 2026 10:08
@github-project-automation github-project-automation Bot moved this from Ready to Done in Human Board Jun 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants