Community portal static pages
Go to file
Tom Fifield 45de1bab35 Remove groups.json
groups.json was used during the initial phases of development
of the groups portal. It has not been used for some time and
contains old and outdated data, superceded by the portal.

This patch removes groups.json.

Change-Id: Ibcb1a2e377c6082a52b1c63b94663a8df3551d26
2016-08-18 10:52:48 +08:00
.gitreview Add .gitreview file. 2014-05-07 21:16:02 +02:00
README.md Merge "Fix minor spelling issues" 2015-06-22 10:45:38 +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
hackathon.md Update groups.o.o hackathon page 2016-07-07 15:13:55 +02:00
makewiki.py Add makewiki.py 2014-08-12 21:05:09 +08:00
official-group-process.md Only need one URL for Official User Group 2015-10-02 00:01:47 +08:00
organizer-tips.md Syntax fix for organiser docs 2016-07-27 18:23:05 +08:00
what-are-user-groups.md Update Organiser Tips, new user-group faq page 2015-10-07 13:18:15 +08: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 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...