@@ -53,15 +53,15 @@ templ GettingStartedContent() {
5353 <h1 >Getting started</h1 >
5454 </div >
5555 <div class =" mb-4" >
56- <h4 >Why contribute?</h4 >
56+ <h2 class = " h4 " >Why contribute?</h2 >
5757 <p >
5858 By submitting anonymous usage data you help the Arch Linux community understand which packages,
5959 architectures, and mirrors are actually used. Maintainers rely on this data to prioritize
6060 their efforts.
6161 </p >
6262 </div >
6363 <div class =" mb-4" >
64- <h4 >Installation</h4 >
64+ <h2 class = " h4 " >Installation</h2 >
6565 <pre ><code >pacman -Syu <strong >pkgstats</strong ></code ></pre >
6666 <p >
6767 That's it. A weekly systemd timer is enabled automatically and will submit anonymous usage data
@@ -71,7 +71,7 @@ templ GettingStartedContent() {
7171 </p >
7272 </div >
7373 <div class =" mb-4" >
74- <h4 >Searching for packages</h4 >
74+ <h2 class = " h4 " >Searching for packages</h2 >
7575 <p >The CLI client can be used to search for packages and show the most popular matches:</p >
7676 <pre >
7777 <code >
@@ -80,7 +80,7 @@ templ GettingStartedContent() {
8080 </pre >
8181 </div >
8282 <div class =" mb-4" >
83- <h4 >Comparing package statistics</h4 >
83+ <h2 class = " h4 " >Comparing package statistics</h2 >
8484 <p >The popularity of one or more packages can be queried:</p >
8585 <pre >
8686 <code >
@@ -89,7 +89,7 @@ templ GettingStartedContent() {
8989 </pre >
9090 </div >
9191 <div class =" mb-4" >
92- <h4 >Inspecting submitted data</h4 >
92+ <h2 class = " h4 " >Inspecting submitted data</h2 >
9393 <p >
9494 While the systemd timer automatically submits your data, you may want to inspect the data that are being
9595 sent:
@@ -108,12 +108,12 @@ templ GettingStartedContent() {
108108 </div >
109109 </div >
110110 <div class =" col-12 col-xl-3" >
111- <h4 >Documentation</h4 >
111+ <h2 class = " h4 " >Documentation</h2 >
112112 <ul class =" ps-4" >
113113 <li ><a href =" https://wiki.archlinux.org/index.php/Pkgstats" rel =" nofollow" >Arch Linux Wiki</a ></li >
114114 <li ><a href =" /api/doc" >API documentation</a ></li >
115115 </ul >
116- <h4 >Development</h4 >
116+ <h2 class = " h4 " >Development</h2 >
117117 <ul class =" ps-4" >
118118 <li ><a href =" https://github.com/archlinux-de/pkgstats-cli" rel =" nofollow" >pkgstats CLI</a ></li >
119119 <li ><a href =" https://github.com/archlinux-de/pkgstats.archlinux.de" rel =" nofollow" >pkgstats server</a ></li >
0 commit comments