Write page templates and canonical examples.

Conflicts:
	_data/tasks.yml
	_data/tutorials.yml
	docs/tasks/access-kubernetes-api/http-proxy-access-api.md
	docs/tasks/index.md
	docs/tutorials/index.md
This commit is contained in:
steveperry-53
2016-09-23 15:40:21 -07:00
parent 51add3e397
commit 822d59b5e4
23 changed files with 1254 additions and 37 deletions
+8
View File
@@ -0,0 +1,8 @@
bigheader: "Concepts"
toc:
- title: Concepts
path: /docs/concepts/
- title: Object Metadata
section:
- title: Annotations
path: /docs/concepts/object-metadata/annotations/
+4 -1
View File
@@ -1,5 +1,8 @@
tocs:
- guides
- tutorials
- tasks
- concepts
- reference
- samples
- support
- support
+5
View File
@@ -4,6 +4,11 @@ toc:
- title: Support
path: /docs/troubleshooting/
- title: Contributing to the Kubernetes Docs
section:
- title: Using Page Templates
path: /docs/contribute/page-templates/
- title: Troubleshooting
section:
- title: Debugging Pods and Replication Controllers
+13
View File
@@ -0,0 +1,13 @@
bigheader: "Tasks"
toc:
- title: Tasks
path: /docs/tasks/
- title: Accessing Applications in a Cluster
section:
- title: Using Port Forwarding to Access Applications in a Cluster
path: /docs/tasks/access-application-cluster/port-forward-access-application-cluster/
- title: Accessing the Kubernetes API
section:
- title: Using an HTTP Proxy to Access the Kubernetes API
path: /docs/tasks/access-kubernetes-api/http-proxy-access-api/
+10
View File
@@ -0,0 +1,10 @@
bigheader: "Tutorials"
toc:
- title: Tutorials
path: /docs/tutorials/
- title: Stateless Applications
section:
- title: Running a Stateless Application Using a Deployment
path: /docs/tutorials/stateless-application/run-stateless-application-deployment/
- title: Exposing an External IP Address Using a Service
path: /docs/tutorials/stateless-application/expose-external-ip-address-service/