Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 648 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 648 Bytes

This is the content repository for the AppFog Documentation site.

To contribute, simply create an issue on this repository, or fork, edit, and make a pull request.

Each content file has YAML front matter that contains metadata for the file. A sample file looks like this:

---
title: "Example Title"
weight: 2
---

Body content goes here. 

The title is required, but the weight is optional.

You can use Markdown to write content.

Each directory has an "overview" file (index.markdown).