Skip to content

Commit 720e2c1

Browse files
authored
Merge pull request #412 from coolljt0725/doc_order
Adjust the doc order of the content table
2 parents 48e3743 + 5b271b7 commit 720e2c1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ DOC_FILES := \
2727
media-types.md \
2828
descriptor.md \
2929
image-layout.md \
30-
layer.md \
31-
config.md \
3230
manifest.md \
3331
manifest-list.md \
32+
layer.md \
33+
config.md \
3434
canonicalization.md
3535

3636
FIGURE_FILES := \

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ The goal of this specification is to enable the creation of interoperable tools
1111
- [Media Types](media-types.md)
1212
- [Content Descriptors](descriptor.md)
1313
- [Image Layout](image-layout.md)
14-
- [Filesystem Layers](layer.md)
15-
- [Image Configuration](config.md)
1614
- [Image Manifest](manifest.md)
1715
- [Image Manifest List](manifest-list.md)
16+
- [Filesystem Layers](layer.md)
17+
- [Image Configuration](config.md)
1818
- [Canonicalization](canonicalization.md)
1919

2020
## Overview

0 commit comments

Comments
 (0)