From 50fb0a562e3fe5c53d1ab12716de1f775ac6e912 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Wed, 20 Dec 2017 17:39:10 +0000 Subject: [PATCH] doc: Add TOC to README Add a table of contents to the README to make navigation easier. Signed-off-by: James O. D. Hunt --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b4da3cd84c..0ad63c9f64 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ +* [About Kata Containers](#about-kata-containers) +* [Community](#community) + * [Contributor](#contributor) + * [Maintainer](#maintainer) +* [Governance](#governance) + * [Architecture Committee](#architecture-committee) + * [Working Committee](#working-committee) + # About Kata Containers Kata Containers is an open source project and community working to build a standard implementation of lightweight Virtual Machines (VMs) that feel and perform like containers, but provide the workload isolation and security advantages of VMs.