Skip to content

Update log6x-oc-explain.adoc #93678

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

Open
wants to merge 1 commit into
base: enterprise-4.14
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/log6x-oc-explain.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ For example:
$ oc explain lokistacks.loki.grafana.com.spec.size
----

This will show that `size` should be defined using an integer value.
This output shows that the `size` field must be set to a string value.

== Default Values
Copy link
Contributor

Choose a reason for hiding this comment

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

I would recommend doing this in another PR if it's something that you want to change, but in either case this is out of scope and up to you - I notice that none of these second level headings have IDs on them, which they should have.

If this is something you want to fix in another PR, I would go through this file and make sure every heading has an ID, like this:

Suggested change
== Default Values
[id="default-values_{context}"]
== Default Values

When applicable, the command shows the default values for fields, providing insights into what values will be used if none are explicitly specified.
Expand Down