Initial checkin of v1.1 -- does not build
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
---
|
||||
layout: docwithnav
|
||||
title: "Quick Walkthrough: Kubernetes Basics"
|
||||
---
|
||||
|
||||
## {{ page.title }} ##
|
||||
|
||||
Use this quick walkthrough of Kubernetes to learn about the basic application administration tasks.
|
||||
|
||||
<p>Table of Contents:</p>
|
||||
<ul id="toclist"></ul>
|
||||
|
||||
<script>
|
||||
$(function() {
|
||||
$('#toclist').load( location.pathname + " #gentocbasictut li" );
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user