Merge pull request #11325 from JanetKuo/toc

Make MUNGE generated TOC bookmark work for symbols
This commit is contained in:
Eric Tune
2015-07-15 12:56:37 -07:00
13 changed files with 23 additions and 16 deletions

View File

@@ -32,7 +32,7 @@ certainly want the docs that go with that version.</h1>
- [Viewing pod status](#viewing-pod-status)
- [Viewing pod output](#viewing-pod-output)
- [Deleting pods](#deleting-pods)
- [What's next?](#what's-next?)
- [What's next?](#whats-next)
<!-- END MUNGE: GENERATED_TOC -->

View File

@@ -32,7 +32,7 @@ certainly want the docs that go with that version.</h1>
- [Environment Variables](#environment-variables)
- [DNS](#dns)
- [Exposing the Service to the internet](#exposing-the-service-to-the-internet)
- [What's next?](#what's-next?)
- [What's next?](#whats-next)
<!-- END MUNGE: GENERATED_TOC -->

View File

@@ -29,7 +29,7 @@ certainly want the docs that go with that version.</h1>
- [Viewing replication controller status](#viewing-replication-controller-status)
- [Deleting replication controllers](#deleting-replication-controllers)
- [Labels](#labels)
- [What's next?](#what's-next?)
- [What's next?](#whats-next)
<!-- END MUNGE: GENERATED_TOC -->

View File

@@ -32,7 +32,7 @@ your pods. But there are a number of ways to get even more information about you
- [Using ```kubectl describe pod``` to fetch details about pods](#using-```kubectl-describe-pod```-to-fetch-details-about-pods)
- [Example: debugging Pending Pods](#example:-debugging-pending-pods)
- [Example: debugging a down/unreachable node](#example:-debugging-a-down/unreachable-node)
- [What's next?](#what's-next?)
- [What's next?](#whats-next)
<!-- END MUNGE: GENERATED_TOC -->

View File

@@ -36,7 +36,7 @@ Youve deployed your application and exposed it via a service. Now what? Kuber
- [Updating your application without a service outage](#updating-your-application-without-a-service-outage)
- [In-place updates of resources](#in-place-updates-of-resources)
- [Disruptive updates](#disruptive-updates)
- [What's next?](#what's-next?)
- [What's next?](#whats-next)
<!-- END MUNGE: GENERATED_TOC -->

View File

@@ -33,7 +33,7 @@ certainly want the docs that go with that version.</h1>
- [Liveness and readiness probes (aka health checks)](#liveness-and-readiness-probes-(aka-health-checks))
- [Lifecycle hooks and termination notice](#lifecycle-hooks-and-termination-notice)
- [Termination message](#termination-message)
- [What's next?](#what's-next?)
- [What's next?](#whats-next)
<!-- END MUNGE: GENERATED_TOC -->

View File

@@ -28,7 +28,7 @@ certainly want the docs that go with that version.</h1>
- [Launching a simple application](#launching-a-simple-application)
- [Exposing your application to the Internet](#exposing-your-application-to-the-internet)
- [Killing the application](#killing-the-application)
- [What's next?](#what's-next?)
- [What's next?](#whats-next)
<!-- END MUNGE: GENERATED_TOC -->

View File

@@ -25,8 +25,8 @@ certainly want the docs that go with that version.</h1>
**Table of Contents**
<!-- BEGIN MUNGE: GENERATED_TOC -->
- [Replication Controller](#replication-controller)
- [What is a _replication controller_?](#what-is-a-_replication-controller_?)
- [How does a replication controller work?](#how-does-a-replication-controller-work?)
- [What is a _replication controller_?](#what-is-a-_replication-controller_)
- [How does a replication controller work?](#how-does-a-replication-controller-work)
- [Pod template](#pod-template)
- [Labels](#labels)
- [Responsibilities of the replication controller](#responsibilities-of-the-replication-controller)

View File

@@ -31,7 +31,7 @@ certainly want the docs that go with that version.</h1>
- [Virtual IPs and service proxies](#virtual-ips-and-service-proxies)
- [Multi-Port Services](#multi-port-services)
- [Choosing your own IP address](#choosing-your-own-ip-address)
- [Why not use round-robin DNS?](#why-not-use-round-robin-dns?)
- [Why not use round-robin DNS?](#why-not-use-round-robin-dns)
- [Discovering services](#discovering-services)
- [Environment variables](#environment-variables)
- [DNS](#dns)