docs: Added missing TOC entries

Updated the vendoring doc to add in missing table of contents entries.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
James O. D. Hunt 2019-05-24 15:49:26 +01:00
parent 30508d4619
commit f05c083230

View File

@ -5,10 +5,13 @@
* [Overview of the main commands](#overview-of-the-main-commands)
* [Vendoring use cases](#vendoring-use-cases)
* [Initialize vendoring of the package](#initialize-vendoring-of-the-package)
* [Pruning non-go files](#pruning-non-go-files)
* [Vendor a newly imported package](#vendor-a-newly-imported-package)
* [Update a vendored package](#update-a-vendored-package)
* [Remove a vendored package](#remove-a-vendored-package)
* [Test a pending pull request](#test-a-pending-pull-request)
* [From the main repository](#from-the-main-repository)
* [From a forked repository](#from-a-forked-repository)
* [Miscellaneous](#miscellaneous)
## Vendoring tool