From bb03b6bd62e58c838ded3129deb9c173d30fb37f Mon Sep 17 00:00:00 2001 From: Paul Chechetin Date: Fri, 25 Sep 2015 16:39:20 +0300 Subject: [PATCH] Add Table of Contents Readme file is large, so navigation may be quite compilated. Table of contents improves navigation but adds a little work when the content is changed. Table of Contents was generated with http://doctoc.herokuapp.com/ --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md index bf3ceb9..39a45db 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,35 @@ control and provision machines via Libvirt toolkit. **Note:** Actual version is still a development one. Feedback is welcome and can help a lot :-) +- [Features](#) +- [Future work](#) +- [Installation](#) + - [Possible problems with plugin installation on Linux](#) +- [Vagrant Project Preparation](#) + - [Add Box](#) + - [Create Vagrantfile](#) + - [Start VM](#) + - [How Project Is Created](#) + - [Libvirt Configuration](#) + - [Provider Options](#) + - [Domain Specific Options](#) +- [Networks](#) + - [Private Network Options](#) + - [Public Network Options](#) + - [Management Network](#) +- [Additional Disks](#) +- [CDROMs](#) +- [Input](#) +- [No box and PXE boot](#) +- [SSH Access To VM](#) +- [Forwarded Ports](#) +- [Synced Folders](#) +- [Customized Graphics](#) +- [Box Format](#) +- [Create Box](#) +- [Development](#) +- [Contributing](#) + ## Features * Control local Libvirt hypervisors.