Community portal static pages
Go to file
Tom Fifield b47ead99eb Add a section about groups over large areas
Was asked this question a couple of times recently, so adding
it to the tips.

Change-Id: I52feee88b25e4a359d691cd1d33b47db409d6f4c
2016-07-25 14:32:22 +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
groups.json Update Atlanta organizer information 2015-03-03 10:09:09 -05: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 Add a section about groups over large areas 2016-07-25 14:32:22 +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...