README: Update table of contents

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2020-09-17 17:28:40 +01:00
parent 98bce5e044
commit 5d535853f4

View File

@ -1,27 +1,28 @@
[![Build Status](https://travis-ci.com/cloud-hypervisor/cloud-hypervisor.svg?branch=master)](https://travis-ci.com/cloud-hypervisor/cloud-hypervisor) [![Build Status](https://travis-ci.com/cloud-hypervisor/cloud-hypervisor.svg?branch=master)](https://travis-ci.com/cloud-hypervisor/cloud-hypervisor)
1. [What is Cloud Hypervisor?](#1-what-is-cloud-hypervisor) - [1. What is Cloud Hypervisor?](#1-what-is-cloud-hypervisor)
* [Requirements](#requirements) - [Objectives](#objectives)
+ [High Level](#high-level) - [High Level](#high-level)
+ [Architectures](#architectures) - [Architectures](#architectures)
+ [Guest OS](#guest-os) - [Guest OS](#guest-os)
2. [Getting Started](#2-getting-started) - [2. Getting Started](#2-getting-started)
* [Clone and build](#clone-and-build) - [Clone and build](#clone-and-build)
* [Run](#run) - [Containerized builds and tests](#containerized-builds-and-tests)
+ [Cloud image](#cloud-image) - [Run](#run)
+ [Custom kernel and disk image](#custom-kernel-and-disk-image) - [Cloud image](#cloud-image)
- [Custom kernel and disk image](#custom-kernel-and-disk-image)
- [Building your kernel](#building-your-kernel) - [Building your kernel](#building-your-kernel)
- [Disk image](#disk-image) - [Disk image](#disk-image)
- [Booting the guest VM](#booting-the-guest-vm) - [Booting the guest VM](#booting-the-guest-vm)
3. [Status](#2-status) - [3. Status](#3-status)
* [Device Model](#device-model) - [Hot Plug](#hot-plug)
* [TODO](#todo) - [Device Model](#device-model)
4. [rust-vmm dependency](#4-rust-vmm-dependency) - [TODO](#todo)
* [Firecracker and crosvm](#firecracker-and-crosvm) - [4. `rust-vmm` project dependency](#4-rust-vmm-project-dependency)
5. [Community](#5-community) - [Firecracker and crosvm](#firecracker-and-crosvm)
* [Contribute](#contribute) - [5. Community](#5-community)
* [Join us](#join-us) - [Contribute](#contribute)
6. [Security](#6-security) - [Join us](#join-us)
# 1. What is Cloud Hypervisor? # 1. What is Cloud Hypervisor?