dev-community.txt: Make 'How to contribute' a separate section
It's planned to add more contents to this section in follow-up changes.
Also use normal bullets for all index entries. Numbering the entries
doesn't provide any value since it's not step-by-step instructions that
have to be followed in a certain order.
Signed-off-by: Edwin Kempin <ekempin@google.com>
Change-Id: I715c0265ad9e6f1bdd967f8e6aadd60c7ba80e6b
diff --git a/Documentation/dev-community.txt b/Documentation/dev-community.txt
index ebe48cf..2072dbc 100644
--- a/Documentation/dev-community.txt
+++ b/Documentation/dev-community.txt
@@ -11,22 +11,22 @@
* link:https://gerrit-review.googlesource.com/q/status:open+project:gerrit[Change Review]
* link:dev-design.html[System Design]
-== Developer
-. Getting Started
-.. link:dev-readme.html[Developer Setup]
-.. link:dev-contributing.html[Contributing to Gerrit]
-. Plugin Development
-.. link:dev-plugins.html[Developing Plugins]
-.. link:dev-build-plugins.html[Building Gerrit plugins]
-.. link:js-api.html[JavaScript Plugin API]
-.. link:config-validation.html[Validation Interfaces]
-.. link:dev-stars.html[Starring Changes]
-.. link:quota.html[Quota Enforcement]
+== How to contribute?
+* link:dev-contributing.html[Contributing to Gerrit]
+* link:dev-readme.html[Developer Setup]
+
+== Plugin Development
+* link:dev-plugins.html[Developing Plugins]
+* link:dev-build-plugins.html[Building Gerrit plugins]
+* link:js-api.html[JavaScript Plugin API]
+* link:config-validation.html[Validation Interfaces]
+* link:dev-stars.html[Starring Changes]
+* link:quota.html[Quota Enforcement]
== Maintainer
-. link:dev-release.html[Making a Gerrit Release]
-. link:dev-release-subproject.html[Making a Release of a Gerrit Subproject]
-. link:dev-release-jgit.html[Making a Release of JGit]
+* link:dev-release.html[Making a Gerrit Release]
+* link:dev-release-subproject.html[Making a Release of a Gerrit Subproject]
+* link:dev-release-jgit.html[Making a Release of JGit]
GERRIT
------