spinkube / documentation

Site and Docs for the SpinKube community project
https://www.spinkube.dev/
Apache License 2.0
15 stars 24 forks source link

"copy to clipboard" should not include leading terminal character ($) #220

Closed bacongobbler closed 1 month ago

bacongobbler commented 1 month ago

If you have a code block like this in the docs:

$ helm install ...

We should only copy the CLI command (helm install ...) without the leading character. That way the user can copy and paste these commands right into their terminal.