From 923c8157ceb372e177b103b44c9016fb681a6b46 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Wed, 15 May 2019 16:50:04 +0100 Subject: [PATCH] docs: Add TOC Added a Table of Contents to the top-level README. Signed-off-by: James O. D. Hunt --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 9c69df6ca3..c2db795c6a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ # Documentation +* [Getting Started](#getting-started) +* [More User Guides](#more-user-guides) +* [Kata Use-Cases](#kata-use-cases) +* [Developer Guide](#developer-guide) + * [Design and Implementations](#design-and-implementations) + * [How to Contribute](#how-to-contribute) + * [Code Licensing](#code-licensing) + * [The Release Process](#the-release-process) +* [Help Improving the Documents](#help-improving-the-documents) + The [Kata Containers](https://github.com/kata-containers) documentation repository hosts overall system documentation, with information common to multiple components.