
The intent is to have a simple url to point people at http://groups.openstack.org/contribute story: #173 https://storyboard.openstack.org/#!/story/173 Change-Id: I9d5b3d5f1f8eae8ebe33f9ccd11ce007ceb1bd75
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 define a specific page of the site, and consits of a yaml style header to describe meta informations like title of the page, content path, menu item, etc. and a markdown body.
Example:
---
title: Organizer tips
path: tips
menu: Organizer tips
---
Contents
========
Content goes here...
Description
Languages
Python
100%