Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix markdown tables on the website, make example commands consistent. #159

Merged
merged 1 commit into from
Mar 27, 2019

Conversation

guenter
Copy link
Member

@guenter guenter commented Mar 26, 2019

What type of PR is this?

/kind documentation

Copy link
Member

@fabianbaier fabianbaier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@@ -36,15 +36,15 @@ zk-deploy-392770000 11s
The statefulset defined in the `FrameworkVersion` comes up with 3 pods:

```bash
kubectl get statefulset zk-zk
$ kubectl get statefulset zk-zk
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am always torn whether to add that to commands in documentation or not as it makes copying them more annoying. As it is a single line here, I don't believe it matters too much...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah I thought about this too and there are other places in the docs where we don't use $ when there are multiple commands you can copy. It just makes it hard to distinguish command from output when both are in the same block.

|---|---|
| `kubectl kudo install <name> [flags]` | Installs a Framework from the official [KUDO repo](https://github.com/kudobuilder/frameworks). |
| `kubectl kudo list instances [flags]` | Show all available instances. |
| `kubectl kudo list instances [flags]` | Show all available instances. |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just as a note: We could make the verb consistent (Show all vs View all below)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants