Skip to content

Commit 87c72d6

Browse files
authored
Update live reference docs (#1902)
* Update live reference docs * Addressed comments * Addressed comments
1 parent edd0a1b commit 87c72d6

File tree

9 files changed

+293
-648
lines changed

9 files changed

+293
-648
lines changed

site/reference/TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ not be capitalized, for example `get`, `update`, `fn`.
1414
The documentation for each command should be focused and concise. Any fundamental
1515
concepts or concerns cutting across many command should be covered in the kpt book
1616
and the reference docs should provide deep links to the relevant content.
17+
Args, flags, and env vars should be listed in alphabetical order.
1718

1819
### Synopsis
1920
<!--mdtogo:Long-->

site/reference/live/README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Live"
2+
title: "`live`"
33
linkTitle: "live"
44
weight: 3
55
type: docs
@@ -10,14 +10,7 @@ description: >
1010
Reconcile configuration files with the live state
1111
-->
1212

13-
{{< asciinema key="live" rows="10" preload="1" >}}
14-
1513
<!--mdtogo:Long-->
16-
| Reads From | Writes To |
17-
|-------------------------|--------------------------|
18-
| local files | cluster |
19-
| cluster | stdout |
20-
21-
Live contains the next-generation versions of apply related commands for
22-
deploying local configuration packages to a cluster.
14+
`live` contains functionality for deploying local configuration
15+
packages to a cluster.
2316
<!--mdtogo-->

0 commit comments

Comments
 (0)