Regenerate TOCs with duplicate header fix

This commit is contained in:
Tim St. Clair
2016-07-07 13:31:17 -07:00
parent 656ce4b623
commit 868fa6a61a
4 changed files with 46 additions and 44 deletions

View File

@@ -48,7 +48,7 @@ found at [API Conventions](api-conventions.md).
- [Edit defaults.go](#edit-defaultsgo)
- [Edit conversion.go](#edit-conversiongo)
- [Changing the internal structures](#changing-the-internal-structures)
- [Edit types.go](#edit-typesgo)
- [Edit types.go](#edit-typesgo-1)
- [Edit validation.go](#edit-validationgo)
- [Edit version conversions](#edit-version-conversions)
- [Generate protobuf objects](#generate-protobuf-objects)

View File

@@ -46,7 +46,7 @@ Documentation for other releases can be found at
- [Too complex for now: nvidia-docker](#too-complex-for-now-nvidia-docker)
- [Implementation plan](#implementation-plan)
- [V0](#v0)
- [Scheduling](#scheduling)
- [Scheduling](#scheduling-1)
- [Runtime](#runtime)
- [Other](#other)
- [Future work](#future-work)

View File

@@ -45,13 +45,13 @@ Use this overview of the `kubectl` command line interface to help you start runn
- [Resource types](#resource-types)
- [Output options](#output-options)
- [Formatting output](#formatting-output)
- [Syntax](#syntax)
- [Syntax](#syntax-1)
- [Example](#example)
- [Custom columns](#custom-columns)
- [Examples](#examples)
- [Sorting list objects](#sorting-list-objects)
- [Syntax](#syntax)
- [Example](#example)
- [Syntax](#syntax-2)
- [Example](#example-1)
- [Examples: Common operations](#examples-common-operations)
- [Next steps](#next-steps)