Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 963 Bytes

article-metadata.md

File metadata and controls

24 lines (19 loc) · 963 Bytes

Metadata for tutorials

The metadata section looks like this:

---
layout: page-steps
language: <programming language>
title: <operating system>
permalink: /<programming language>/<operating system>/
redirect_from:
- /<programming language>/
- /<programming language>/<operating system>/step/
- /<programming language>/<operating system>/step/<step number>
---

Attributes and values

language: Required; Programming language the tutorial is for. Example: C#, Python, Ruby, etc.

title: Required; Operating system/platform for the tutorial. Example: Ubuntu, RHEL, SLES, Windows, macOS.

permalink: Required; Programming language and the operating system the tutorial is for. If this is a C# tutorial, please use the full word "csharp" in this section.

redirect_from: Required; Programming language, operating system, and step number. If this is a C# tutorial, please use the full word "csharp" in this section.