docs: text-based CLI examples (#790)

This commit is contained in:
Angie Jones
2025-01-26 02:08:39 -06:00
committed by GitHub
parent ee9d1f3d4c
commit 38c93befc8
8 changed files with 329 additions and 162 deletions

View File

@@ -225,3 +225,10 @@ html {
.pill-button p {
margin: 0;
}
/* Enable word-wrap for code blocks */
.theme-code-block pre {
white-space: pre-wrap;
word-wrap: break-word;
overflow-wrap: break-word;
}