consistent lower case on the usage page

This commit is contained in:
Erik Brakkee 2024-08-07 23:16:03 +02:00
parent 11b0e997b1
commit 4ced070495

View File

@ -12,7 +12,7 @@ templ AgentUsage(access models.ConvergeAccess, usageInputs UsageInputs) {
</div>
}
<h2>Downloading and running the agent</h2>
<h2>downloading and running the agent</h2>
<p>
This is what you run on a remote server, typically in your continuous integration job.
</p>
@ -52,7 +52,7 @@ templ AgentUsage(access models.ConvergeAccess, usageInputs UsageInputs) {
</p>
<h2>Connecting to the agent</h2>
<h2>connecting to the agent</h2>
<p>
You need to install <code>wsproxy</code>, which is available in the <a href="downloads.html">downloads</a> section and
@ -84,7 +84,7 @@ templ AgentUsage(access models.ConvergeAccess, usageInputs UsageInputs) {
</p>
<code-sample id="tcptows-ssh">tcptows 10000 ws{access.Secure}://{access.BaseUrl}/client/{usageInputs.Id}</code-sample>
<h2>Working with the agent</h2>
<h2>working with the agent</h2>
if usageInputs.RemoteShells[BASH] {
<div>
@ -146,7 +146,7 @@ templ ShellUsage(access models.ConvergeAccess, usageInputs UsageInputs) {
templ Usage(access models.ConvergeAccess) {
<div>
<h1>Usage</h1>
<h1>usage</h1>
<!-- TODO Investigate how to do this properly with bootstrap -->
<style>