-
Notifications
You must be signed in to change notification settings - Fork 556
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
config: Lead off with the purpose of the config #737
Conversation
e7b00a4
to
c223790
Compare
config.md
Outdated
@@ -1,13 +1,12 @@ | |||
# <a name="containerConfigurationFile" />Container Configuration file | |||
|
|||
The container's top-level directory MUST contain a configuration file called `config.json`. |
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.
Did you mean to drop this line? Maybe you should include it below the moved paragraph?
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.
Did you mean to drop this line?
Yes, see “Also drop the config.json
existence MUST because” and later. If that is contentious, I can add it back in this PR and file a follow-up PR for its removal.
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.
this seems like a bizzare flyby. 👎
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.
rebase plz |
Instead of leading off with links to a bunch of other places, notes on the Go tags, etc., make things more inviting by leading off with a big-picture summary of what the configuration is about. Signed-off-by: W. Trevor King <[email protected]>
Rebased with 0952dd8 → ff071cc, working around the just-landed #756 which I'd spun off this PR earlier :p. |
Instead of leading off with links to a bunch of other places, notes on the Go tags, etc., make things more inviting by leading off with a big-picture summary of what the configuration is about.
Also drop the
config.json
existence MUST because:This section defines the configuration format, and doesn't need to be tied to a particular filename.
The bundle spec (in
bundle.md
) already has:The
config.md
line may have been useful when it was added (77d44b1). But since thebundle.md
line landed in #210, I think it's been redundant.