Skip to content

Commit cb61543

Browse files
committed
Adds in section 1 structure
1 parent a972155 commit cb61543

File tree

5 files changed

+26
-60
lines changed

5 files changed

+26
-60
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

docs/getting-started/getting-started.md

Lines changed: 0 additions & 60 deletions
This file was deleted.
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)