This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Updates Docs (wording, typos, formatting) #1753
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
b882b5f
clarifies a parenthetical in the README
dimitropoulos b0085ee
clarifies that the state of the cluster (e.g. database records) is no…
dimitropoulos 6acc410
updates language to read a little smoother
dimitropoulos 32ea9aa
typo: adds resource to kubectl get command
dimitropoulos 856cb31
removes unnecessary double quotes from yaml value
dimitropoulos 50daa7f
wraps file name in code block to follow convention elsewhere
dimitropoulos bd2a8e4
makes link to "following section" explicit
dimitropoulos 30d1bc1
removes double quotes referencing example where example has none
dimitropoulos cc5c86d
wraps `HelmRelease` in backticks to follow convention
dimitropoulos a3cafcf
makse all Note blocks consistent
dimitropoulos 75d8f9d
inlines GKE note headline to be indented evently with body
dimitropoulos ffde6b5
adds linkback to github docs
dimitropoulos 8295213
updates flux help example for v1.10.1
dimitropoulos c4da7b5
adds question mark punctuation to question
dimitropoulos ed18f98
updates markdown formatting
dimitropoulos 52d42b2
matches the terminology to what's on the GitHub user interface
dimitropoulos b28fa7a
fixes example actually upgrade (rather than downgrade, as it is curre…
dimitropoulos 7806bf3
clarifies usage of namespace forwarding option
dimitropoulos f8f5194
the `fluxctl identity` command no longer includes the fingerprint and…
dimitropoulos 5019fda
uses backticks instead of double quotes following convention
dimitropoulos 5f5e713
updates markdown formatting of notes to follow convention
dimitropoulos ed7d169
uses backtick-sh markdown format instead of shorthand
dimitropoulos File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we may need to rethink about including this output in the docs (or automate it?) as it is likely to change over time.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was thinking the same thing. In the past I have used https://github.com/danger/danger which basically would allow us to write code that enforces that when the help text changes that the documentation will/should also change. That's the best option I know of (and, there are ways in which it isn't great) that meets the minimum requirement of curbing some of that stuff getting out of date.
Another option would be to just have a quarterly health-and-wellness checkup list that would include updating documentation of this sort. Just an idea.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe let's file a separate issue about this?