Community portal static pages
Go to file
Marton Kiss c715ce1934 Add unique id field to groups
Add guids as unique ids to groups.json entries. This field is
a requirement to automatically update groups using feeds module.

Change-Id: I45e6343244f4efb02cbeffc990445096da2b576c
2014-07-16 20:47:15 +02:00
.gitreview Add .gitreview file. 2014-05-07 21:16:02 +02:00
README.md Initial commit 2014-04-23 03:23:19 +02:00
code-of-conduct.md Adding the Community Code of Conduct 2014-07-02 16:19:21 -07:00
groups.json Add unique id field to groups 2014-07-16 20:47:15 +02:00
hackaton.md Initial commit 2014-04-23 03:23:19 +02: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...