Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 3 additions & 4 deletions docs/README-web.html
Original file line number Diff line number Diff line change
Expand Up @@ -422,18 +422,17 @@ <h4 id="sourcehut"><a
href="https://git.sr.ht/~osowoso/DistroHopper">SourceHut</a></h4>
<hr />
<p>For Homepage click on Hop</p>
<p><a href="https://dh.osowoso.xyz/"><img src="hop120.png"
<p><a href="https://dh.osowoso.org/"><img src="hop120.png"
alt="Hop" /></a></p>
<h1 id="donate">donate</h1>
<p><a href="https://liberapay.com/zenobit/donate"><img
src="https://liberapay.com/assets/widgets/donate.svg"
alt="Donate" /></a></p>
<p>@zen0bit at github</p>
<p>mailto: <a
href="mailto:zenobit@osowoso.xyz">zenobit@osowoso.xyz</a></p>
<p>mailto: <a href="mailto:zen@duck.com">zen@duck.com</a></p>
<p><a href="./">up</a></p>
<h4 id="parent-site-osowoso">parent site <a
href="https://osowoso.xyz">oSoWoSo</a></h4>
href="https://osowoso.org">oSoWoSo</a></h4>
<script>
(function () {
function hexToRgb(hex) {
Expand Down
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,16 +284,16 @@ Everything done on

For Homepage click on Hop

[![Hop](hop120.png)](https://dh.osowoso.xyz/)
[![Hop](hop120.png)](https://dh.osowoso.org/)

# donate
[![Donate](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/zenobit/donate)

@zen0bit at github

mailto: <zenobit@osowoso.xyz>
mailto: <zen@duck.com>

[up](./)

#### parent site [oSoWoSo](https://osowoso.xyz)
#### parent site [oSoWoSo](https://osowoso.org)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Fix heading level jump at Line 298 (MD001).

Line 298 jumps from an H1 section to H4, which violates heading increment rules and can hurt document structure/navigation.

🛠️ Proposed fix
-#### parent site [oSoWoSo](https://osowoso.org)
+## parent site [oSoWoSo](https://osowoso.org)
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
#### parent site [oSoWoSo](https://osowoso.org)
## parent site [oSoWoSo](https://osowoso.org)
🧰 Tools
🪛 markdownlint-cli2 (0.22.0)

[warning] 298-298: Heading levels should only increment by one level at a time
Expected: h2; Actual: h4

(MD001, heading-increment)

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/README.md` at line 298, The heading "parent site
[oSoWoSo](https://osowoso.org)" is currently H4 and causes a heading-level jump
(MD001); change that line to an appropriate level (e.g., H2 or H3) so it
increments properly from the preceding H1—update the markdown at the heading
text "parent site [oSoWoSo](https://osowoso.org)" to use "##" or "###" instead
of "####" to restore correct document structure and navigation.


6 changes: 3 additions & 3 deletions docs/SECURITY.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,17 +126,17 @@ <h2 id="supported-versions">Supported Versions</h2>
security updates.</p>
<table>
<thead>
<tr>
<tr class="header">
<th>Version</th>
<th>Supported</th>
</tr>
</thead>
<tbody>
<tr>
<tr class="odd">
<td>4.9.x</td>
<td><span class="emoji" data-emoji="white_check_mark">✅</span></td>
</tr>
<tr>
<tr class="even">
<td>&lt; 4.8</td>
<td><span class="emoji" data-emoji="x">❌</span></td>
</tr>
Expand Down
Loading
Loading