From 52ca0f3ecc9a94650d4cb8193f9b252c78ecccdd Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Wed, 7 Aug 2024 23:16:03 +0200 Subject: [PATCH] consistent lower case on the usage page --- pkg/server/templates/usage.templ | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg/server/templates/usage.templ b/pkg/server/templates/usage.templ index 263f719..ca45631 100644 --- a/pkg/server/templates/usage.templ +++ b/pkg/server/templates/usage.templ @@ -12,7 +12,7 @@ templ AgentUsage(access models.ConvergeAccess, usageInputs UsageInputs) { } -

Downloading and running the agent

+

downloading and running the agent

This is what you run on a remote server, typically in your continuous integration job.

@@ -52,7 +52,7 @@ templ AgentUsage(access models.ConvergeAccess, usageInputs UsageInputs) {

-

Connecting to the agent

+

connecting to the agent

You need to install wsproxy, which is available in the downloads section and @@ -84,7 +84,7 @@ templ AgentUsage(access models.ConvergeAccess, usageInputs UsageInputs) {

tcptows 10000 ws{access.Secure}://{access.BaseUrl}/client/{usageInputs.Id} -

Working with the agent

+

working with the agent

if usageInputs.RemoteShells[BASH] {
@@ -146,7 +146,7 @@ templ ShellUsage(access models.ConvergeAccess, usageInputs UsageInputs) { templ Usage(access models.ConvergeAccess) {
-

Usage

+

usage