James Polley 0f2684e155 Fix minor spelling issues
Two missing Ss, one excess S, and a few words altered to (I think)
clarify meaning.

Change-Id: I3f243adf20876baa8bb68ae0fcc42bfc0eb11549
2015-04-02 23:03:48 +11:00

719 B

OpenStack Community portal static pages

This repository holds the static content of groups.openstack.org website. You can easily add or modify new content using the standard OpenStack CI workflow.

Structure

Every .md file here defines a specific page of the site, and consists of a yaml style header to describe meta information such as the title of the page, content path, menu item, etc. The body of the file is formatted in Markdown.

Example:

---
title: Organizer tips
path: tips
menu: Organizer tips
---

Contents
========

Content goes here...