consistent lower case on the usage page
This commit is contained in:
parent
564a8792f9
commit
52ca0f3ecc
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user