Adjust the doc order of the content table#412
Conversation
Signed-off-by: Lei Jitang <leijitang@huawei.com>
|
On Sun, Oct 23, 2016 at 08:30:47PM -0700, Lei Jitang wrote:
The previous order was intended to be bottom-up, so folks reading in order would never be reading about undefined dependencies. The new order is mixed. If the intention is to make it top-down, manifest-list should come first. |
|
Missed that. I guess it makes a bit of sense but I'd probably rather go for the top-down |
|
On Mon, Oct 24, 2016 at 09:05:07AM -0700, Jonathan Boulle wrote:
Would that be: DOC_FILES := \
README.md \
code-of-conduct.md \
project.md \
media-types.md \
manifest-list.md \
manifest.md \
layer.md \
config.md \
descriptor.md \
image-layout.md \
canonicalization.md? |
|
@wking I though make |
|
On Mon, Oct 24, 2016 at 06:18:22PM -0700, Lei Jitang wrote:
There is similar context-setting at the start of manifest-list.md. I think manifest.md's current “three main goals” language is a bit stale though, since it seems to be introducing goals that lead to manifest lists (“fat manifest”) and configurations (“translatable to the OCI Runtime Specification”). Regardless of whether we use top-down or bottom-up ordering, I think manifest.md's lead-in should be trimmed to focus on the role of the manifest in the OCI image modeling. |
Signed-off-by: Lei Jitang leijitang@huawei.com
To make it more readable, make
manifest.mdandmanifest-list.mdabovelayer.mdandconfig.md