You might want to see the Website Structure section before reading this.
Each file starts with a special YAML header, which defines information like section, subsection, title, or description. The actual content is written in Markdown.
You need to set some variables in each file to make it work with the portal.
---
title: Writing Web Applications
subsection: web-app
section: start-sw
description: An overview of technologies that can be used to write a web application. Including PHP, Django, and Ruby on Rails.
---
# Page Header
Lorem ipsum dolor sit amet...
---
title: Writing Web Applications
subsection: web-app
---
# Page Header
Lorem ipsum dolor sit amet...
Section Name | Section IDs |
---|---|
Start a Project |
|
Get Tools |
|
Languages & Databases |
|
Deploy & Distribute |
|
You can use any ID for your subsection - it should make sense and must not be used before. For example, a subsection about Docker could use ID docker, and a subsection about Creating Web Applications could use ID web-app.