From 4d581b7641a7022a86a10a69adb6e20f1293a33a Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Wed, 11 Jan 2017 09:51:49 -0500 Subject: [PATCH] *: add new file to the TOC and docs Signed-off-by: Vincent Batts --- Makefile | 1 + spec.md | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile b/Makefile index a5502308c..ea932f5fd 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,7 @@ DOC_FILES := \ manifest-list.md \ layer.md \ config.md \ + annotations.md \ canonicalization.md FIGURE_FILES := \ diff --git a/spec.md b/spec.md index ae6bd51d1..f63ccc9f7 100644 --- a/spec.md +++ b/spec.md @@ -17,6 +17,7 @@ The goal of this specification is to enable the creation of interoperable tools - [Image Manifest List](manifest-list.md) - [Filesystem Layers](layer.md) - [Image Configuration](config.md) +- [Annotations](annotations.md) - [Canonicalization](canonicalization.md) # Notational Conventions