Community portal static pages
Go to file
Jenkins 6189fda2b5 Merge "Workflow documentation is now in infra-manual" 2015-04-08 18:39:34 +00:00
.gitreview Add .gitreview file. 2014-05-07 21:16:02 +02:00
README.md Workflow documentation is now in infra-manual 2014-12-05 03:30:42 +00:00
code-of-conduct.md Adding the Community Code of Conduct 2014-07-02 16:19:21 -07:00
groups-portal-contrib-guide.md Workflow documentation is now in infra-manual 2014-12-05 03:30:42 +00:00
groups.json Update Atlanta organizer information 2015-03-03 10:09:09 -05:00
hackaton.md Initial commit 2014-04-23 03:23:19 +02:00
makewiki.py Add makewiki.py 2014-08-12 21:05:09 +08:00
official-group-process.md Add Official User Group Process as static page 2015-02-26 14:44:37 +08:00
organizer-tips.md Initial commit 2014-04-23 03:23:19 +02:00

README.md

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...