summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/contributing/index.md6
-rw-r--r--Documentation/index.md5
2 files changed, 7 insertions, 4 deletions
diff --git a/Documentation/contributing/index.md b/Documentation/contributing/index.md
new file mode 100644
index 000000000000..f9db1bc82158
--- /dev/null
+++ b/Documentation/contributing/index.md
@@ -0,0 +1,6 @@
+# Contributing
+
+* [Coding Style](coding_style.md)
+* [Project Ideas](project_ideas.md)
+* [Documentation Ideas](documentation_ideas.md)
+* [Google Summer of Code](gsoc.md)
diff --git a/Documentation/index.md b/Documentation/index.md
index 11305135546b..1fa29ced7202 100644
--- a/Documentation/index.md
+++ b/Documentation/index.md
@@ -168,10 +168,7 @@ Contents:
* [Getting Started](getting_started/index.md)
* [Tutorial](tutorial/index.md)
-* [Coding Style](contributing/coding_style.md)
-* [Project Ideas](contributing/project_ideas.md)
-* [Google Summer of Code](contributing/gsoc.md)
-* [Documentation Ideas](contributing/documentation_ideas.md)
+* [Contributing](contributing/index.md)
* [Community](community/index.md)
* [Payloads](payloads.md)
* [Distributions](distributions.md)