Skip to content

Commit a50101b

Browse files
Merge pull request #21 from shirolk/draft-doc-struct
Adds a sample getting started section
2 parents 2fcfd9c + cb61543 commit a50101b

File tree

4 files changed

+26
-0
lines changed

4 files changed

+26
-0
lines changed

_data/docs_nav.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
- title: Introduction
22
url: /docs/
3+
- title: Getting Started
4+
children:
5+
- title: Overview
6+
url: /docs/getting-started/overview/
7+
- title: Quick Start Guide
8+
url: /docs/getting-started/quick-start-guide/
9+
- title: Install in your Cluster
10+
url: /docs/getting-started/install-in-your-cluster/
311
- title: Guides
412
children:
513
- title: Installation
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: docs
3+
title: Install in your Cluster
4+
---
5+
6+
# Install in your Cluster

docs/getting-started/overview.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: docs
3+
title: Overview
4+
---
5+
6+
# Overview
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: docs
3+
title: Quick Start Guide
4+
---
5+
6+
# Quick Start Guide

0 commit comments

Comments
 (0)