Community portal static pages
Go to file
Tom Fifield 914ecae449 Update Organiser Tips, new user-group faq page
The Organiser Tips page on the groups portal was sadly
almost blank. This patch brings all the content from the wiki
(https://wiki.openstack.org/wiki/OpenStackUserGroups/HowTo )
and modernises it.

Also a new section started aimed at people who aren't group
organisers but want to know what a user group is.

Change-Id: I526f29c0e89158298b90cc875864a819b00e6ba6
2015-10-07 13:18:15 +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
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 Only need one URL for Official User Group 2015-10-02 00:01:47 +08:00
organizer-tips.md Update Organiser Tips, new user-group faq page 2015-10-07 13:18:15 +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...