Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions content/en/docs/guides/_index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
---
title: Guides
description: A collection of step by step Nephio guides.
description: A collection of Nephio guides.
weight: 2
---

{{% pageinfo %}}
This page is draft and the separation of the content to different categories is not done.
{{% /pageinfo %}}

The Nephio documentation provides a comprehensive collection of step-by-step guides. These guides
are complete worked examples made up of multiple tasks that guide the user through a relatively
simple but realistic scenario: building an application that uses some of your project’s features,
for example. If you have already created some examples for your project, you can base tutorials on
them. This section is optional. However, remember that, although you may not need this section at
first, having tutorials can be useful to help your users engage with your example code, especially
if there are aspects that need more explanation than you can easily provide in code comments.

* [Nephio install guides](./install-guides/): Help in installing Nephio in different environments
* [Nephio user guides](./user-guides/): Help in understanding the basics of Nephio and provides examples to deploy Network Functions (NF) via Nephio.
The Guides fall into three categories: install guides, user guides, and contributor guides.
2 changes: 1 addition & 1 deletion content/en/docs/guides/install-guides/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Nephio install guides
description: >
Demonstration Environment Installation
Guides to install Nephio in different environments
weight: 1
---

Expand Down